Applying Kohonen Network in Organising Unstructured Data for Talus Bone

Size: px
Start display at page:

Download "Applying Kohonen Network in Organising Unstructured Data for Talus Bone"

Transcription

1 212 Third International Conference on Theoretical and Mathematical Foundations of Computer Science Lecture Notes in Information Technology, Vol.38 Applying Kohonen Network in Organising Unstructured Data for Talus Bone Seng Poh Lim * a and Habibollah Haron b Department of Modeling and Industrial Computing, Faculty of Computer Science and Information System, Universiti Teknologi Malaysia, Skudai, Johor, Malaysia. a lawrencess87@yahoo.com, b habib@utm.my Keywords: Kohonen Network, Unstructured Data, Talus Bone, Surface Reconstruction, Visualisation Abstract. Incorrect result will be produced during visualisation due to the connectivity between the unstructured data is unknown. This is the main problem in the surface reconstruction because correct topology is important in representing the object shape. So, the dataset should be reorganised by finding the correct topology of the data before visualising it. Besides that, most of the medical image are organised and visualised by using the scanning software in determining the shape of the object. In addition, soft computing methods are seldom used in dealing with medical field data. Therefore, this paper proposed Kohonen Network by testing the availability of this method in organising the medical image data because this method is mostly used in constructing engineering field data. Based on the experimental result obtained, this method is proved to be able in dealing with the medical field data. 1. Introduction As mentioned in [1], data collection and surface representation are important in surface reconstruction because they will determine the methods used and represent the topology of the data. Unstructured data will produce different shape compared to the original object shape due to the connectivity of the data is unknown. This is the main problem in surface reconstruction as we want to obtain the correct shape with the correct topology information. Hence, reorganise process should be performed on the data collected and structured data is obtained at the end of the process. So, the shape obtained will be better due to fewer points are used to represent the same shape compared to the original data. Currently, most of the medical image are organised and visualised by using the scanning software in determining the object shape. Hence, we do not know the accuracy of the result because the software will form the connectivity of the points automatically and represent the shape. For some reasons, some of the medical image is traced manually by performing segmentation. This process is very time consuming since each of the bone data is joined manually and separately by the healthcare worker. However, this will increase the accuracy since connectivity of every point is determined manually. The shape obtained will represent what kind of disease was suffered by the patient. Therefore, the accuracy and the shape are important in medical field. This paper applied Kohonen Network in organising the unstructured data for talus bone. The aim of applying this method is to test the availability of the method in organising the medical field data since this method is mostly used in constructing engineering field data. For Kohonen Network, it will preserve the topology of the shape during the learning process is carried out. Besides that, soft computing methods are seldom used in dealing with medical field data. If computer science method /1/$ IERI ICTMF 212

2 is applied and the results obtained are similar with the result generated by using the software, hence this method is proved to be good. For this paper, accuracy of the result produced is not concern because currently we only want to test the method. Hence, this paper will only focus in organising the unstructured data and visualising the shape of the result produced. This paper is structured as follows. In Section 2, we review previous works on Kohonen Network method. Section 3 describes flow of experiment by using Kohonen Network in organising the unstructured data. For Section 4, discussion is done on the result produced. Conclusions and future work are presented in the last section. 2. Review on Kohonen Network Kohonen Network, or known as Self Organizing Map (SOM) was introduced by Professor Teuvo Kohonen in This method can be used to analyse high-dimensional data and also as visualisation method [2,3]. It is a two-layer unsupervised continuous valued Neural Network [2,4]. Kohonen Network contains n input and m output nodes in its training steps and there is a weight associated to the connection from the input nodes to the output nodes. Minimum output node will be the winning node whereby the weights of this connection and their neighbours will be updated in a well-defined way [2]. In general, competition, cooperation and adaptation are the 3 phases involved in Kohonen Network. For Kohonen Network theory, please refer to [5]. SOM can be used to define some standard to modulate the function of a data set [6]. In [7], Kohonen training algorithm is applied to improve the overall performance at multiple resolution of the mesh. As discussed in [8], Kohonen Self Organizing Feature Map is used to estimate the parameter for Permanent Magnet Synchronous Motor (PMSM) drive. While for [2], different kinds of B-spline surfaces have been created continuously by using Kohonen Neural Network. As mentioned by [9], Kohonen Network is often used in solving the unodered data problems. In [1], Kohonen Growing Grid is used in organising the unstructured data. Besides that, Kohonen Network is merged with PSO in obtaining better surface. However, they did not state that when there are more than two nodes which containing the same number of winning counter, how the algorithm will be performed. In [6], the vertices of the initially mesh is moved by using SOM toward the point set. For [11], Kohonen learning rule is used for the adaptation process and the topological neigbourhood is obtained by using graph representation. Learning process is used in [12] work to generate a mesh model of the surface by building the connectivity between the points. While in [13], parameterisation method is developed by using Kohonen Network in creating an initial base surface. Based on the literature review, Kohonen Network is proposed because it is able to deal with unstructured data. This is proof in [1] work where they deal the unstructured data by using Kohonen Network. Besides that, they also merged it with other techniques and represented as hybrid method. It can also deal with data points because of its network layer characteristics. As done by [7], he considered the vertices as the cells for neural network while coordinates as the weight vector for each cell. 3. Flow of Experiment This section will explain the flow of the experiment. The data used for this experiment was obtained from the Ethical Committee from the Clinical Research Centre (CRC), Hospital Tengku Ampuan Afzan, Kuantan, Malaysia. A four-row multi-slice CT scanner (Somatom, Volume Zoom, SIEMENS) was used with 3mm slice thickness and recon increment of 1.5mm. This data contains 5253 points and there are no any standard dataset for talus bone because each person talus bone size is different and based on their body size. Fig. 1 shows the visualisation of raw data by using GNUPlot. Based on Fig.1, it shows that the data is in unstructured type and it needs to be reorganised so that the surface generated is similar to the original object shape.

3 The reorganise process will be done by using Kohonen network. In order to fit as the input for Kohonen Network, hence the data should be in Coordinates X, Y and Z. So, based on the input type, hence the output generated will be the same as the input. Table 1 shows the example of raw data for talus bone in 3D with Coordinates X, Y and Z. Table 1. Example of raw data for talus bone No Coordinates X Y Z Fig. 1. Visualisation of raw data The result produced will be different for every times because random function is used in generating the weight for the Kohonen Network. Three nodes will be assigned as the input layer for the Kohonen Network and for the input vector, it contains of three values (Coordinates X, Y and Z) which will be chosen randomly by the algorithm. For output layer, which are the weights of the Kohonen Network will be dependent on the grid size. The dataset value will not change whereas the weights for Kohonen Network will be updated at the end of the process. This is because the dataset will be chosen as the input vector by the algorithm and the weights will learn based on the dataset chosen. The weights will approximate to the input vector during the learning process and become the output at the end of the process. This section will explain the reorganise process by applying Kohonen Network in organising the data. Fig. 2 shows the flow chart for the experiment. Refer to [5] for Equation 1 until Equation 6. Start Choose one input randomly Read the data (sample) Initialize grid size, initial learning rate, number of iterations and initial radius. Generate the weight of the nodes No Find the winning node Nearest to input vector? Yes Update the weight of the winning node and neighbours node Yes Produce output Yes Reach max iterations? No End Fig. 2. Flow chart of experiment The algorithm is performed as below: 1) Unstructured data are collected in the form of X, Y and Z. Read the input vector (unstructured data) into the algorithm.

4 2) Grid size, m, n and number of node, m x n are initialised. Weights of the nodes, W are generated randomly. Initial learning rate,, number of iterations, t and initial radius, are assigned. 3) Competition: One random input vector, P s is selected. Find the closest node from the P s by using Euclidean s distance formula. The node which contains the smallest distance from the P s will be the winning node. Euclid i n i ( X i W i where X i is the input vector and W i is the weight unit. 4) Cooperation and Adaptation: The weight of the neighbourhood nodes will be updated along with the weight of the winning node by using Gaussian function. W ( t 1 ) W ( t ) G s X ( t ) W ( t ) (2) ) 2 (1) G s ( t ) exp 2 dist, 2 2 ( ) t t (3) 1, 2,3... t ( t ) exp, t 1, 2,3... (4) t ( t ) exp, t 1, 2,3... (5) T (6) where, X is the input vector W is the weight of nodes Gs is the Gaussian function dist is the distance between winning node and the nearest node is the radius, is the initial radius is the learning rate, is the initial learning rate T is the maximum iteration, t is the iteration is the time constant 5) The learning process will return to 3 until the maximum iteration is reached. After the reorganise process was completed, hence the output is plotted by using GNUPlot in order to visualise the shape of the output. 4. Result Discussion This section will discuss the results produced by using Kohonen Network. The data used is the talus bone of a patient which contains 5253 points. It is very dense and is in unstructured type. Table 2 shows the results produced after the experiment was completed. Two parameters have been tested in order to prove the efficiency of the method, which is the grid size and number of iterations. Based on the results in Table 2, the grid size and number of iterations are directly proportional to the time taken to generate the result. When the grid size and iterations are increasing, the time taken to generate the result is longer. Besides that, the visualisation result shows that when the grid size is increasing and the number of iterations remain constant, hence the result produced will be not good

5 since not all the nodes were updated. However, the coverage of the surface is wider if the grid size is increasing because more points were used in representing the shape. When the grid size remain constant and the number of iterations is increasing, the surface is smoother based on the visualisation result shown in Table 2. This is because more data are included into the learning process and hence the approximation toward the input is more accurate. The result generated for each time will be different because random function is performed in generating the result. Although the grid size is increasing, but it is still unable to cover the whole surface of the object and the points are not joining together. Based on the statements given, this implies that the results of the experiment are affected by the parameters. Based on the result generated, Kohonen Network is proved to be able in organising the medical image data although there are some limitations and drawbacks. Since it is able to organise the unstructured data, hence improvement can be done to the method by solving the drawbacks. Hybrid with other methods can be done in order to decrease the time taken to produce the result. For this stage, no comparison can be done with the shape produced because the scanning software is just for the hospital usage. This result is only to prove the method availability to organise the dataset. Table 2. Result for experiments Grid size, No. of Time [s] m x n iterations, t 1 x Visualisation 1 x x x x x x x x Conclusion and Future Works

6 In this paper, Kohonen Network is applied in organising the unstructured data for talus bone. Several experiments have been carried out in order to test the efficiency of the technique toward medical image data. Based on the experiments result, this technique is proof to be able in organising the data well. But the limitation is it cannot cover the whole surface of that object. The target for this paper in the future will be enhanced and improved the technique used. Several grids can be merged as a square or rectangle shape and applied in constructing the unstructured data. This is because the experiment results proof that soft computing methods are able to organise medical image data. Maybe computer science method can save up a lot of time and also provided better result compared by using medical software. So, based on the suggestions given, the shape obtained might be better since the object can be covered by the closed surface and maybe the termination criteria can be fulfilled faster. The accuracy of the result and comparison with other methods can be considered when the enhancement has been done on the method used. 6. Acknowledgements This work is financed by UTM Zamalah. The medical data is provided by Rosdi Daud, Medical Implant Technology Group (MEDITEG), UTM. Authors would like to thank the anonymous referees for their valuable comments and suggestions. References [1] S. P. Lim and H. Haron. Surface Reconstruction Techniques: A Review. Artif Intell Rev, DOI: 1.17/s z, Springer (212) [2] M. Hoffmann. Numerical Control Of Kohonen Neural Network For Scattered Data Approximation. Numerical Algorithm, Vol (25) [3] T. Kohonen and T. Honkela. Kohonen Network. [Online]. Available at: [Accessed 19 Aug 211]. (27) [4] G. F. Luger. Artificial Intelligence Structures and Strategies for Complex Problem Solving Fifth Edition. Pearson Education Limited. (25) [5] T. Kohonen. The Self-Organizing Map. Proceedings of the IEEE, Vol. 78, No. 9, September (199) [6] A. d. M. B. Júnior, A. D. D. Neto, J. D. d. Melo and L. M. G. Gonçalves. An Adaptive Learning Approach for 3-D Surface Reconstruction From Point Clouds. IEEE Transactions On Neural Networks (28) [7] Y. Yu. Surface Reconstruction from Unorganized Points Using Self-Organizing Neural Networks. IEEE Visualization 99, Conference Proceedings (1999): (1999) [8] B. Jaganathan, S. Venkatesh, Y. Bhardwaj and C. A. Prakash. Kohonen s Self Organizing Map Method of Estimation of Optimal Parameters of a Permanent Magnet Synchronous Motor Drive. India International Conference on Power Electronics (IICPE) (211) [9] M. Hoffmann. Modified Kohonen Neural Network for Surface Reconstruction, Publ. Math. 54 (1999) (1999) [1]F. Forkan and S. M. Shamsuddin. Kohonen Swarm Algorithm for Unstructured Data in Surface Reconstruction. Fifth International Conference on Computer Graphics, Imaging and Visualization (28)

7 [11] F. Boudjemaï, P. B. Enberg and J. G. Postaire. Dynamic Adaptation And Subdivision In 3D- SOM Application To Surface Reconstruction. Proceedings of the 17th IEEE International Conference on Tools with Artificial Intelligence (ICTAI 5) (25) [12]F. Boudjemaï, P. B. Enberg and J. G. Postaire. Surface modeling by using self organizing maps of Kohonen. IEEE International Conference on Systems, Man and Cybernetics, 23. Vol (23) [13]J. Barhak and A. Fischer. Parameterization and Reconstruction from 3D Scattered Points Based on Neural Network and PDE Techniques. IEEE Transactions On Visualization and Computer Graphics, Vol. 7, No. 1, January-March (21)

Controlling the spread of dynamic self-organising maps

Controlling the spread of dynamic self-organising maps Neural Comput & Applic (2004) 13: 168 174 DOI 10.1007/s00521-004-0419-y ORIGINAL ARTICLE L. D. Alahakoon Controlling the spread of dynamic self-organising maps Received: 7 April 2004 / Accepted: 20 April

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

PATTERN RECOGNITION USING NEURAL NETWORKS

PATTERN RECOGNITION USING NEURAL NETWORKS PATTERN RECOGNITION USING NEURAL NETWORKS Santaji Ghorpade 1, Jayshree Ghorpade 2 and Shamla Mantri 3 1 Department of Information Technology Engineering, Pune University, India santaji_11jan@yahoo.co.in,

More information

Surface reconstruction techniques: a review

Surface reconstruction techniques: a review Artif Intell Rev (2014) 42:59 78 DOI 10.1007/s10462-012-9329-z Surface reconstruction techniques: a review Seng Poh Lim Habibollah Haron Published online: 1 March 2012 Springer Science+Business Media B.V.

More information

COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS

COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS Toomas Kirt Supervisor: Leo Võhandu Tallinn Technical University Toomas.Kirt@mail.ee Abstract: Key words: For the visualisation

More information

Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps

Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps Thendral Puyalnithi #1, V Madhu Viswanatham *2 School of Computer Science and Engineering,

More information

Figure (5) Kohonen Self-Organized Map

Figure (5) Kohonen Self-Organized Map 2- KOHONEN SELF-ORGANIZING MAPS (SOM) - The self-organizing neural networks assume a topological structure among the cluster units. - There are m cluster units, arranged in a one- or two-dimensional array;

More information

11/14/2010 Intelligent Systems and Soft Computing 1

11/14/2010 Intelligent Systems and Soft Computing 1 Lecture 8 Artificial neural networks: Unsupervised learning Introduction Hebbian learning Generalised Hebbian learning algorithm Competitive learning Self-organising computational map: Kohonen network

More information

Clustering with Reinforcement Learning

Clustering with Reinforcement Learning Clustering with Reinforcement Learning Wesam Barbakh and Colin Fyfe, The University of Paisley, Scotland. email:wesam.barbakh,colin.fyfe@paisley.ac.uk Abstract We show how a previously derived method of

More information

Enhanced Hemisphere Concept for Color Pixel Classification

Enhanced Hemisphere Concept for Color Pixel Classification 2016 International Conference on Multimedia Systems and Signal Processing Enhanced Hemisphere Concept for Color Pixel Classification Van Ng Graduate School of Information Sciences Tohoku University Sendai,

More information

Two-step Modified SOM for Parallel Calculation

Two-step Modified SOM for Parallel Calculation Two-step Modified SOM for Parallel Calculation Two-step Modified SOM for Parallel Calculation Petr Gajdoš and Pavel Moravec Petr Gajdoš and Pavel Moravec Department of Computer Science, FEECS, VŠB Technical

More information

Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network

Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 40 Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network

More information

Artificial Neural Networks Unsupervised learning: SOM

Artificial Neural Networks Unsupervised learning: SOM Artificial Neural Networks Unsupervised learning: SOM 01001110 01100101 01110101 01110010 01101111 01101110 01101111 01110110 01100001 00100000 01110011 01101011 01110101 01110000 01101001 01101110 01100001

More information

Self-Organizing Maps for cyclic and unbounded graphs

Self-Organizing Maps for cyclic and unbounded graphs Self-Organizing Maps for cyclic and unbounded graphs M. Hagenbuchner 1, A. Sperduti 2, A.C. Tsoi 3 1- University of Wollongong, Wollongong, Australia. 2- University of Padova, Padova, Italy. 3- Hong Kong

More information

Relation Organization of SOM Initial Map by Improved Node Exchange

Relation Organization of SOM Initial Map by Improved Node Exchange JOURNAL OF COMPUTERS, VOL. 3, NO. 9, SEPTEMBER 2008 77 Relation Organization of SOM Initial Map by Improved Node Echange MIYOSHI Tsutomu Department of Information and Electronics, Tottori University, Tottori,

More information

DESIGN OF KOHONEN SELF-ORGANIZING MAP WITH REDUCED STRUCTURE

DESIGN OF KOHONEN SELF-ORGANIZING MAP WITH REDUCED STRUCTURE DESIGN OF KOHONEN SELF-ORGANIZING MAP WITH REDUCED STRUCTURE S. Kajan, M. Lajtman Institute of Control and Industrial Informatics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

5.6 Self-organizing maps (SOM) [Book, Sect. 10.3]

5.6 Self-organizing maps (SOM) [Book, Sect. 10.3] Ch.5 Classification and Clustering 5.6 Self-organizing maps (SOM) [Book, Sect. 10.3] The self-organizing map (SOM) method, introduced by Kohonen (1982, 2001), approximates a dataset in multidimensional

More information

Growing Neural Gas A Parallel Approach

Growing Neural Gas A Parallel Approach Growing Neural Gas A Parallel Approach Lukáš Vojáček 1 and JiříDvorský 2 1 IT4Innovations Centre of Excellence Ostrava, Czech Republic lukas.vojacek@vsb.cz 2 Department of Computer Science, VŠB Technical

More information

arxiv: v1 [physics.data-an] 27 Sep 2007

arxiv: v1 [physics.data-an] 27 Sep 2007 Classification of Interest Rate Curves Using Self-Organising Maps arxiv:0709.4401v1 [physics.data-an] 27 Sep 2007 M.Kanevski a,, M.Maignan b, V.Timonin a,1, A.Pozdnoukhov a,1 a Institute of Geomatics and

More information

Extract an Essential Skeleton of a Character as a Graph from a Character Image

Extract an Essential Skeleton of a Character as a Graph from a Character Image Extract an Essential Skeleton of a Character as a Graph from a Character Image Kazuhisa Fujita University of Electro-Communications 1-5-1 Chofugaoka, Chofu, Tokyo, 182-8585 Japan k-z@nerve.pc.uec.ac.jp

More information

Interpolation possibilities using rational B-spline curve

Interpolation possibilities using rational B-spline curve Acta Academiae Paedagogicae Agriensis, Sectio Mathematicae, 25. (1998) pp. 103 107 Interpolation possibilities using rational B-spline curve MIKLÓS HOFFMANN and EMŐD KOVÁCS Abstract. The aim of this paper

More information

Autoorganised Structures for Extraction of Perceptual Primitives

Autoorganised Structures for Extraction of Perceptual Primitives Autoorganised Structures for Extraction of Perceptual Primitives M. Penas, M.G.Penedo Dept. Computer Science Univ. of A Coruña, SPAIN M.J.Carreira Dept. Electronics and Computer Science Univ. of Santiago

More information

Time Series Prediction as a Problem of Missing Values: Application to ESTSP2007 and NN3 Competition Benchmarks

Time Series Prediction as a Problem of Missing Values: Application to ESTSP2007 and NN3 Competition Benchmarks Series Prediction as a Problem of Missing Values: Application to ESTSP7 and NN3 Competition Benchmarks Antti Sorjamaa and Amaury Lendasse Abstract In this paper, time series prediction is considered as

More information

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION Frank Dong, PhD, DABR Diagnostic Physicist, Imaging Institute Cleveland Clinic Foundation and Associate Professor of Radiology

More information

A Comparative Study of Conventional and Neural Network Classification of Multispectral Data

A Comparative Study of Conventional and Neural Network Classification of Multispectral Data A Comparative Study of Conventional and Neural Network Classification of Multispectral Data B.Solaiman & M.C.Mouchot Ecole Nationale Supérieure des Télécommunications de Bretagne B.P. 832, 29285 BREST

More information

Shape fitting and non convex data analysis

Shape fitting and non convex data analysis Shape fitting and non convex data analysis Petra Surynková, Zbyněk Šír Faculty of Mathematics and Physics, Charles University in Prague Sokolovská 83, 186 7 Praha 8, Czech Republic email: petra.surynkova@mff.cuni.cz,

More information

Enhancing K-means Clustering Algorithm with Improved Initial Center

Enhancing K-means Clustering Algorithm with Improved Initial Center Enhancing K-means Clustering Algorithm with Improved Initial Center Madhu Yedla #1, Srinivasa Rao Pathakota #2, T M Srinivasa #3 # Department of Computer Science and Engineering, National Institute of

More information

Clustering and Visualisation of Data

Clustering and Visualisation of Data Clustering and Visualisation of Data Hiroshi Shimodaira January-March 28 Cluster analysis aims to partition a data set into meaningful or useful groups, based on distances between data points. In some

More information

Comparative Study Of Different Data Mining Techniques : A Review

Comparative Study Of Different Data Mining Techniques : A Review Volume II, Issue IV, APRIL 13 IJLTEMAS ISSN 7-5 Comparative Study Of Different Data Mining Techniques : A Review Sudhir Singh Deptt of Computer Science & Applications M.D. University Rohtak, Haryana sudhirsingh@yahoo.com

More information

arxiv: v1 [cs.cv] 6 Jun 2017

arxiv: v1 [cs.cv] 6 Jun 2017 Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences Liansheng Wang a, Shusheng Li a, and Shuo Li b a Department of Computer Science, Xiamen University, Xiamen, China b Dept.

More information

Processing Missing Values with Self-Organized Maps

Processing Missing Values with Self-Organized Maps Processing Missing Values with Self-Organized Maps David Sommer, Tobias Grimm, Martin Golz University of Applied Sciences Schmalkalden Department of Computer Science D-98574 Schmalkalden, Germany Phone:

More information

TreeGNG - Hierarchical Topological Clustering

TreeGNG - Hierarchical Topological Clustering TreeGNG - Hierarchical Topological lustering K..J.Doherty,.G.dams, N.Davey Department of omputer Science, University of Hertfordshire, Hatfield, Hertfordshire, L10 9, United Kingdom {K..J.Doherty,.G.dams,

More information

TWRBF Transductive RBF Neural Network with Weighted Data Normalization

TWRBF Transductive RBF Neural Network with Weighted Data Normalization TWRBF Transductive RBF eural etwork with Weighted Data ormalization Qun Song and ikola Kasabov Knowledge Engineering & Discovery Research Institute Auckland University of Technology Private Bag 9006, Auckland

More information

COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES

COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 2009, Lisbon, Portugal COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES Andrzej Werner 1, Malgorzata Poniatowska 2 1 Faculty

More information

Tight Clusters and Smooth Manifolds with the Harmonic Topographic Map.

Tight Clusters and Smooth Manifolds with the Harmonic Topographic Map. Proceedings of the th WSEAS Int. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, August -9, (pp8-) Tight Clusters and Smooth Manifolds with the Harmonic Topographic Map. MARIAN PEÑA AND

More information

Contours & Implicit Modelling 4

Contours & Implicit Modelling 4 Brief Recap Contouring & Implicit Modelling Contouring Implicit Functions Visualisation Lecture 8 lecture 6 Marching Cubes lecture 3 visualisation of a Quadric toby.breckon@ed.ac.uk Computer Vision Lab.

More information

Contours & Implicit Modelling 1

Contours & Implicit Modelling 1 Contouring & Implicit Modelling Visualisation Lecture 8 Institute for Perception, Action & Behaviour School of Informatics Contours & Implicit Modelling 1 Brief Recap Contouring Implicit Functions lecture

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Learning algorithms and temporal structures for SOM

Learning algorithms and temporal structures for SOM Learning algorithms and temporal structures for SOM Qian Wu November 203 A report submitted for the degree of Master of Computing of Australian National University Supervisors: Prof.

More information

3D Model Reconstruction using Neural Gas Accelerated on GPU

3D Model Reconstruction using Neural Gas Accelerated on GPU 3D Model Reconstruction using Neural Gas Accelerated on GPU Sergio Orts-Escolano, Jose Garcia-Rodriguez, Antonio Jimeno-Morenilla, Jose Antonio Serra-Perez, Alberto Garcia Department of Computing Technology

More information

Exploratory Data Analysis using Self-Organizing Maps. Madhumanti Ray

Exploratory Data Analysis using Self-Organizing Maps. Madhumanti Ray Exploratory Data Analysis using Self-Organizing Maps Madhumanti Ray Content Introduction Data Analysis methods Self-Organizing Maps Conclusion Visualization of high-dimensional data items Exploratory data

More information

A Neural Classifier for Anomaly Detection in Magnetic Motion Capture

A Neural Classifier for Anomaly Detection in Magnetic Motion Capture A Neural Classifier for Anomaly Detection in Magnetic Motion Capture Iain Miller 1 and Stephen McGlinchey 2 1 University of Paisley, Paisley. PA1 2BE, UK iain.miller@paisley.ac.uk, 2 stephen.mcglinchey@paisley.ac.uk

More information

Supervised vs.unsupervised Learning

Supervised vs.unsupervised Learning Supervised vs.unsupervised Learning In supervised learning we train algorithms with predefined concepts and functions based on labeled data D = { ( x, y ) x X, y {yes,no}. In unsupervised learning we are

More information

Neuro-Fuzzy Comp. Ch. 8 May 12, 2005

Neuro-Fuzzy Comp. Ch. 8 May 12, 2005 Neuro-Fuzzy Comp. Ch. 8 May, 8 Self-Organizing Feature Maps Self-Organizing Feature Maps (SOFM or SOM) also known as Kohonen maps or topographic maps were first introduced by von der Malsburg (97) and

More information

CHAPTER 6 COUNTER PROPAGATION NEURAL NETWORK IN GAIT RECOGNITION

CHAPTER 6 COUNTER PROPAGATION NEURAL NETWORK IN GAIT RECOGNITION 75 CHAPTER 6 COUNTER PROPAGATION NEURAL NETWORK IN GAIT RECOGNITION 6.1 INTRODUCTION Counter propagation network (CPN) was developed by Robert Hecht-Nielsen as a means to combine an unsupervised Kohonen

More information

Machine Learning and Pervasive Computing

Machine Learning and Pervasive Computing Stephan Sigg Georg-August-University Goettingen, Computer Networks 17.12.2014 Overview and Structure 22.10.2014 Organisation 22.10.3014 Introduction (Def.: Machine learning, Supervised/Unsupervised, Examples)

More information

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 32 CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 3.1 INTRODUCTION In this chapter we present the real time implementation of an artificial neural network based on fuzzy segmentation process

More information

Mineral Exploation Using Neural Netowrks

Mineral Exploation Using Neural Netowrks ABSTRACT I S S N 2277-3061 Mineral Exploation Using Neural Netowrks Aysar A. Abdulrahman University of Sulaimani, Computer Science, Kurdistan Region of Iraq aysser.abdulrahman@univsul.edu.iq Establishing

More information

Multi-Clustering Centers Approach to Enhancing the Performance of SOM Clustering Ability

Multi-Clustering Centers Approach to Enhancing the Performance of SOM Clustering Ability JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 25, 1087-1102 (2009) Multi-Clustering Centers Approach to Enhancing the Performance of SOM Clustering Ability CHING-HWANG WANG AND CHIH-HAN KAO * Department

More information

K-Means Clustering With Initial Centroids Based On Difference Operator

K-Means Clustering With Initial Centroids Based On Difference Operator K-Means Clustering With Initial Centroids Based On Difference Operator Satish Chaurasiya 1, Dr.Ratish Agrawal 2 M.Tech Student, School of Information and Technology, R.G.P.V, Bhopal, India Assistant Professor,

More information

Computed tomography (Item No.: P )

Computed tomography (Item No.: P ) Computed tomography (Item No.: P2550100) Curricular Relevance Area of Expertise: Biology Education Level: University Topic: Modern Imaging Methods Subtopic: X-ray Imaging Experiment: Computed tomography

More information

A Naïve Soft Computing based Approach for Gene Expression Data Analysis

A Naïve Soft Computing based Approach for Gene Expression Data Analysis Available online at www.sciencedirect.com Procedia Engineering 38 (2012 ) 2124 2128 International Conference on Modeling Optimization and Computing (ICMOC-2012) A Naïve Soft Computing based Approach for

More information

Collaborative Filtering using Euclidean Distance in Recommendation Engine

Collaborative Filtering using Euclidean Distance in Recommendation Engine Indian Journal of Science and Technology, Vol 9(37), DOI: 10.17485/ijst/2016/v9i37/102074, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Collaborative Filtering using Euclidean Distance

More information

Single Pass Connected Components Analysis

Single Pass Connected Components Analysis D. G. Bailey, C. T. Johnston, Single Pass Connected Components Analysis, Proceedings of Image and Vision Computing New Zealand 007, pp. 8 87, Hamilton, New Zealand, December 007. Single Pass Connected

More information

Unsupervised Learning

Unsupervised Learning Networks for Pattern Recognition, 2014 Networks for Single Linkage K-Means Soft DBSCAN PCA Networks for Kohonen Maps Linear Vector Quantization Networks for Problems/Approaches in Machine Learning Supervised

More information

APPLICATION OF MULTIPLE RANDOM CENTROID (MRC) BASED K-MEANS CLUSTERING ALGORITHM IN INSURANCE A REVIEW ARTICLE

APPLICATION OF MULTIPLE RANDOM CENTROID (MRC) BASED K-MEANS CLUSTERING ALGORITHM IN INSURANCE A REVIEW ARTICLE APPLICATION OF MULTIPLE RANDOM CENTROID (MRC) BASED K-MEANS CLUSTERING ALGORITHM IN INSURANCE A REVIEW ARTICLE Sundari NallamReddy, Samarandra Behera, Sanjeev Karadagi, Dr. Anantha Desik ABSTRACT: Tata

More information

Using Decision Boundary to Analyze Classifiers

Using Decision Boundary to Analyze Classifiers Using Decision Boundary to Analyze Classifiers Zhiyong Yan Congfu Xu College of Computer Science, Zhejiang University, Hangzhou, China yanzhiyong@zju.edu.cn Abstract In this paper we propose to use decision

More information

[PDR03] RECOMMENDED CT-SCAN PROTOCOLS

[PDR03] RECOMMENDED CT-SCAN PROTOCOLS SURGICAL & PROSTHETIC DESIGN [PDR03] RECOMMENDED CT-SCAN PROTOCOLS WORK-INSTRUCTIONS DOCUMENT (CUSTOMER) RECOMMENDED CT-SCAN PROTOCOLS [PDR03_V1]: LIVE 1 PRESCRIBING SURGEONS Patient-specific implants,

More information

Topological Correlation

Topological Correlation Topological Correlation K.A.J. Doherty, R.G. Adams and and N. Davey University of Hertfordshire, Department of Computer Science College Lane, Hatfield, Hertfordshire, UK Abstract. Quantifying the success

More information

CHAPTER FOUR NEURAL NETWORK SELF- ORGANIZING MAP

CHAPTER FOUR NEURAL NETWORK SELF- ORGANIZING MAP 96 CHAPTER FOUR NEURAL NETWORK SELF- ORGANIZING MAP 97 4.1 INTRODUCTION Neural networks have been successfully applied by many authors in solving pattern recognition problems. Unsupervised classification

More information

A New Online Clustering Approach for Data in Arbitrary Shaped Clusters

A New Online Clustering Approach for Data in Arbitrary Shaped Clusters A New Online Clustering Approach for Data in Arbitrary Shaped Clusters Richard Hyde, Plamen Angelov Data Science Group, School of Computing and Communications Lancaster University Lancaster, LA1 4WA, UK

More information

SHORTEST PATH TECHNIQUE FOR SWITCHING IN A MESH NETWORK

SHORTEST PATH TECHNIQUE FOR SWITCHING IN A MESH NETWORK International Conference Mathematical and Computational Biology 2011 International Journal of Modern Physics: Conference Series Vol. 9 (2012) 488 494 World Scientific Publishing Company DOI: 10.1142/S2010194512005570

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 26 (1): 309-316 (2018) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Application of Active Contours Driven by Local Gaussian Distribution Fitting

More information

3-D MRI Brain Scan Classification Using A Point Series Based Representation

3-D MRI Brain Scan Classification Using A Point Series Based Representation 3-D MRI Brain Scan Classification Using A Point Series Based Representation Akadej Udomchaiporn 1, Frans Coenen 1, Marta García-Fiñana 2, and Vanessa Sluming 3 1 Department of Computer Science, University

More information

Feature Extraction for Illustrating 3D Stone Tools from Unorganized Point Clouds

Feature Extraction for Illustrating 3D Stone Tools from Unorganized Point Clouds Feature Extraction for Illustrating 3D Stone Tools from Unorganized Point Clouds Enkhbayar Altantsetseg 1) Yuta Muraki 2) Katsutsugu Matsuyama 2) Fumito Chiba 3) Kouichi Konno 2) 1) Graduate School of

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

SOMSN: An Effective Self Organizing Map for Clustering of Social Networks

SOMSN: An Effective Self Organizing Map for Clustering of Social Networks SOMSN: An Effective Self Organizing Map for Clustering of Social Networks Fatemeh Ghaemmaghami Research Scholar, CSE and IT Dept. Shiraz University, Shiraz, Iran Reza Manouchehri Sarhadi Research Scholar,

More information

Outline. Reconstruction of 3D Meshes from Point Clouds. Motivation. Problem Statement. Applications. Challenges

Outline. Reconstruction of 3D Meshes from Point Clouds. Motivation. Problem Statement. Applications. Challenges Reconstruction of 3D Meshes from Point Clouds Ming Zhang Patrick Min cs598b, Geometric Modeling for Computer Graphics Feb. 17, 2000 Outline - problem statement - motivation - applications - challenges

More information

A Review on Cluster Based Approach in Data Mining

A Review on Cluster Based Approach in Data Mining A Review on Cluster Based Approach in Data Mining M. Vijaya Maheswari PhD Research Scholar, Department of Computer Science Karpagam University Coimbatore, Tamilnadu,India Dr T. Christopher Assistant professor,

More information

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING

LATEST TRENDS on APPLIED MATHEMATICS, SIMULATION, MODELLING 3D surface reconstruction of objects by using stereoscopic viewing Baki Koyuncu, Kurtuluş Küllü bkoyuncu@ankara.edu.tr kkullu@eng.ankara.edu.tr Computer Engineering Department, Ankara University, Ankara,

More information

Color based segmentation using clustering techniques

Color based segmentation using clustering techniques Color based segmentation using clustering techniques 1 Deepali Jain, 2 Shivangi Chaudhary 1 Communication Engineering, 1 Galgotias University, Greater Noida, India Abstract - Segmentation of an image defines

More information

Iteration Reduction K Means Clustering Algorithm

Iteration Reduction K Means Clustering Algorithm Iteration Reduction K Means Clustering Algorithm Kedar Sawant 1 and Snehal Bhogan 2 1 Department of Computer Engineering, Agnel Institute of Technology and Design, Assagao, Goa 403507, India 2 Department

More information

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 5, May 2015, PP 49-57 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) A Robust Method for Circle / Ellipse

More information

AN IMPROVED DENSITY BASED k-means ALGORITHM

AN IMPROVED DENSITY BASED k-means ALGORITHM AN IMPROVED DENSITY BASED k-means ALGORITHM Kabiru Dalhatu 1 and Alex Tze Hiang Sim 2 1 Department of Computer Science, Faculty of Computing and Mathematical Science, Kano University of Science and Technology

More information

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters Appl. Math. Inf. Sci. 6 No. 1S pp. 105S-109S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Two Algorithms of Image Segmentation

More information

A novel firing rule for training Kohonen selforganising

A novel firing rule for training Kohonen selforganising A novel firing rule for training Kohonen selforganising maps D. T. Pham & A. B. Chan Manufacturing Engineering Centre, School of Engineering, University of Wales Cardiff, P.O. Box 688, Queen's Buildings,

More information

A Topography-Preserving Latent Variable Model with Learning Metrics

A Topography-Preserving Latent Variable Model with Learning Metrics A Topography-Preserving Latent Variable Model with Learning Metrics Samuel Kaski and Janne Sinkkonen Helsinki University of Technology Neural Networks Research Centre P.O. Box 5400, FIN-02015 HUT, Finland

More information

Images Reconstruction using an iterative SOM based algorithm.

Images Reconstruction using an iterative SOM based algorithm. Images Reconstruction using an iterative SOM based algorithm. M.Jouini 1, S.Thiria 2 and M.Crépon 3 * 1- LOCEAN, MMSA team, CNAM University, Paris, France 2- LOCEAN, MMSA team, UVSQ University Paris, France

More information

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata Ahmad Pahlavan Tafti Mohammad V. Malakooti Department of Computer Engineering IAU, UAE Branch

More information

A Population Based Convergence Criterion for Self-Organizing Maps

A Population Based Convergence Criterion for Self-Organizing Maps A Population Based Convergence Criterion for Self-Organizing Maps Lutz Hamel and Benjamin Ott Department of Computer Science and Statistics, University of Rhode Island, Kingston, RI 02881, USA. Email:

More information

Surface Reconstruction using Feature based Approach with Radial Basis Function Neural Network

Surface Reconstruction using Feature based Approach with Radial Basis Function Neural Network I J C T A, 9(19) 2016, pp. 9245-9256 International Science Press Surface Reconstruction using Feature based Approach with Radial Basis Function Neural Network Kavita Khanna, Navin Rajpal and Ajay Dureja

More information

Stability Assessment of Electric Power Systems using Growing Neural Gas and Self-Organizing Maps

Stability Assessment of Electric Power Systems using Growing Neural Gas and Self-Organizing Maps Stability Assessment of Electric Power Systems using Growing Gas and Self-Organizing Maps Christian Rehtanz, Carsten Leder University of Dortmund, 44221 Dortmund, Germany Abstract. Liberalized competitive

More information

Wave front Method Based Path Planning Algorithm for Mobile Robots

Wave front Method Based Path Planning Algorithm for Mobile Robots Wave front Method Based Path Planning Algorithm for Mobile Robots Bhavya Ghai 1 and Anupam Shukla 2 ABV- Indian Institute of Information Technology and Management, Gwalior, India 1 bhavyaghai@gmail.com,

More information

Mobile Application with Optical Character Recognition Using Neural Network

Mobile Application with Optical Character Recognition Using Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,

More information

Influence of Neighbor Size for Initial Node Exchange of SOM Learning

Influence of Neighbor Size for Initial Node Exchange of SOM Learning FR-E3-3 SCIS&ISIS2006 @ Tokyo, Japan (September 20-24, 2006) Influence of Neighbor Size for Initial Node Exchange of SOM Learning MIYOSHI Tsutomu Department of Information and Knowledge Engineering, Tottori

More information

Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process

Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process International Journal of Computers, Communications & Control Vol. II (2007), No. 2, pp. 143-148 Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process Mikko Heikkinen, Ville Nurminen,

More information

An Algorithmic Approach to Graph Theory Neetu Rawat

An Algorithmic Approach to Graph Theory Neetu Rawat An Algorithmic Approach to Graph Theory Neetu Rawat nrwt12345@gmail.com, Assistant Professor, Chameli Devi Group of Institutions, Indore. India. Abstract This paper compares two different minimum spanning

More information

IMAGE PROCESSING AND IMAGE REGISTRATION ON SPIRAL ARCHITECTURE WITH salib

IMAGE PROCESSING AND IMAGE REGISTRATION ON SPIRAL ARCHITECTURE WITH salib IMAGE PROCESSING AND IMAGE REGISTRATION ON SPIRAL ARCHITECTURE WITH salib Stefan Bobe 1 and Gerald Schaefer 2,* 1 University of Applied Sciences, Bielefeld, Germany. 2 School of Computing and Informatics,

More information

CSC Computer Graphics

CSC Computer Graphics // CSC. Computer Graphics Lecture Kasun@dscs.sjp.ac.lk Department of Computer Science University of Sri Jayewardanepura Polygon Filling Scan-Line Polygon Fill Algorithm Span Flood-Fill Algorithm Inside-outside

More information

A Self Organizing Map for dissimilarity data 0

A Self Organizing Map for dissimilarity data 0 A Self Organizing Map for dissimilarity data Aïcha El Golli,2, Brieuc Conan-Guez,2, and Fabrice Rossi,2,3 Projet AXIS, INRIA-Rocquencourt Domaine De Voluceau, BP 5 Bâtiment 8 7853 Le Chesnay Cedex, France

More information

Processing 3D Surface Data

Processing 3D Surface Data Processing 3D Surface Data Computer Animation and Visualisation Lecture 12 Institute for Perception, Action & Behaviour School of Informatics 3D Surfaces 1 3D surface data... where from? Iso-surfacing

More information

Improving Generalization of Radial Basis Function Network with Adaptive Multi-Objective Particle Swarm Optimization

Improving Generalization of Radial Basis Function Network with Adaptive Multi-Objective Particle Swarm Optimization Proceedings of the 009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 009 Improving Generalization of Radial Basis Function Network with Adaptive Multi-Obective

More information

Fuzzy C-means Clustering with Temporal-based Membership Function

Fuzzy C-means Clustering with Temporal-based Membership Function Indian Journal of Science and Technology, Vol (S()), DOI:./ijst//viS/, December ISSN (Print) : - ISSN (Online) : - Fuzzy C-means Clustering with Temporal-based Membership Function Aseel Mousa * and Yuhanis

More information

Unsupervised Learning

Unsupervised Learning Unsupervised Learning Unsupervised learning Until now, we have assumed our training samples are labeled by their category membership. Methods that use labeled samples are said to be supervised. However,

More information

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 6 ISSN : 2456-3307 A Real Time GIS Approximation Approach for Multiphase

More information

Maths Assessment Framework Year 8

Maths Assessment Framework Year 8 Success Criteria for all assessments: Higher Tier Foundation Tier 90% 9 80% 6 80% 8 70% 7 60% 5 60% 6 50% 5 40% 4 Please note the GCSE Mathematics is one of the first GCSEs which will be graded by number

More information

Modified Particle Swarm Optimization

Modified Particle Swarm Optimization Modified Particle Swarm Optimization Swati Agrawal 1, R.P. Shimpi 2 1 Aerospace Engineering Department, IIT Bombay, Mumbai, India, swati.agrawal@iitb.ac.in 2 Aerospace Engineering Department, IIT Bombay,

More information

Function approximation using RBF network. 10 basis functions and 25 data points.

Function approximation using RBF network. 10 basis functions and 25 data points. 1 Function approximation using RBF network F (x j ) = m 1 w i ϕ( x j t i ) i=1 j = 1... N, m 1 = 10, N = 25 10 basis functions and 25 data points. Basis function centers are plotted with circles and data

More information

Analyzing Outlier Detection Techniques with Hybrid Method

Analyzing Outlier Detection Techniques with Hybrid Method Analyzing Outlier Detection Techniques with Hybrid Method Shruti Aggarwal Assistant Professor Department of Computer Science and Engineering Sri Guru Granth Sahib World University. (SGGSWU) Fatehgarh Sahib,

More information