List of Edmonton Oilers head coaches: Difference between revisions
en>GoodDay |
en>Dwscomet added Category:Alberta sport-related lists using HotCat |
||
| Line 1: | Line 1: | ||
{{distinguish|Nerve gas}} | |||
<!--{{dated prod|concern = [[WP:N]] [[WP:V]], orphan, [[WP:COI]]|month = June|day = 10|year = 2010|time = 07:55|timestamp = 20100610075531}}--> | |||
<!-- Do not use the "dated prod" template directly; the above line is generated by "subst:prod|reason" --> | |||
'''Neural gas''' is an [[artificial neural network]], inspired by the [[self-organizing map]] and introduced in 1991 by [[Thomas Martinetz]] and [[Klaus Schulten]].<ref>{{cite conference | |||
|title=A "neural gas" network learns topologies | |||
|booktitle=Artificial Neural Networks | |||
|author=Thomas Martinetz and Klaus Schulten | |||
|publisher=[[Elsevier]] | |||
|year=1991 | |||
|pages=397–402 | |||
|url=http://www.ks.uiuc.edu/Publications/Papers/PDF/MART91B/MART91B.pdf | |||
}}</ref> The neural gas is a simple algorithm for finding optimal data representations based on [[feature vector]]s. The algorithm was coined "neural gas" because of the dynamics of the feature vectors during the adaptation process, which distribute themselves like a gas within the data space. It is applied where [[data compression]] or [[vector quantization]] is an issue, for example [[speech recognition]],<ref>{{cite conference | |||
|url=http://books.google.com/books?id=nJKLv5eheZoC&pg=PA109&dq=%22neural+gas%22+speech+recognition&hl=en&ei=ER4RTJqsF57hnQfuzbDrBw&sa=X&oi=book_result&ct=result&resnum=1&ved=0CC0Q6AEwAA#v=onepage&q=%22neural%20gas%22%20speech%20recognition&f=false | |||
|title=Competitive learning methods for efficient Vector Quantizations in a speech recognition environment | |||
|authors=F. Curatelli and O. Mayora-Iberra | |||
|booktitle=MICAI 2000: Advances in artificial intelligence : Mexican International Conference on Artificial Intelligence, Acapulco, Mexico, April 2000 : proceedings | |||
|page=109 | |||
|ISBN=978-3-540-67354-5 | |||
|editors=Osvaldo Cairó, L. Enrique Sucar, Francisco J. Cantú-Ortiz | |||
|publisher=Springer | |||
|year=2000}}</ref> [[image processing]]<ref>{{Cite conference | |||
|url=http://books.google.com/books?id=xI0g7vqVkdoC&pg=PA210&dq=%22neural+gas%22+image+processing&hl=en&ei=pR8RTLynLOLpnQeOxsHpBw&sa=X&oi=book_result&ct=result&resnum=1&ved=0CC0Q6AEwAA#v=onepage&q=%22neural%20gas%22%20image%20processing&f=false | |||
|title=Automatic landmarking of 2D medical shapes using the growing neural gas network | |||
|authors=Angelopoulou, Anastassia and Psarrou, Alexandra and Garcia Rodriguez, Jose and Revett, Kenneth | |||
|booktitle=Computer vision for biomedical image applications: first international workshop, CVBIA 2005, Beijing, China, October 21, 2005 : proceedings | |||
|publisher=Springer | |||
|year=2005 | |||
|editors=Yanxi Liu, Tianzi Jiang, Changshui Zhang | |||
|doi=10.1007/11569541_22 | |||
|ISBN=978-3-540-29411-5 | |||
|page=210}}</ref> or [[pattern recognition]]. As a robustly converging alternative to the [[k-means clustering]] it is also used for [[cluster analysis]].<ref>{{cite conference | |||
|url=http://books.google.com/books?id=JMQk1HJmhv0C&pg=PA684&dq=%22neural+gas%22+cluster+analysis&cd=1#v=onepage&q=%22neural%20gas%22%20cluster%20analysis&f=false | |||
|title=Modification of the growing neural gas algorithm for cluster analysis | |||
|authors=Fernando Canales and Max Chacon | |||
|booktitle=Progress in pattern recognition, image analysis and applications: 12th Iberoamerican Congress on Pattern Recognition, CIARP 2007, Viña del Mar-Valparaiso, Chile, November 13–16, 2007 ; proceedings | |||
|year=2007| | |||
publisher=Springer | |||
|editors=Luis Rueda, Domingo Mery, Josef Kittler, International Association for Pattern Recognition | |||
|pages=684–693 | |||
|doi=10.1007/978-3-540-76725-1_71 | |||
|ISBN=978-3-540-76724-4}}</ref> | |||
==Algorithm== | |||
Given a [[probability distribution]] ''P(x)'' of data vectors ''x'' and a finite number of [[feature vector]]s ''w<sub>i</sub>, i=1,...,N''. | |||
With each time step ''t'' a data vector randomly chosen from ''P'' is presented. Subsequently, the distance order of the feature vectors to the given data vector ''x'' is determined. ''i<sub>0</sub>'' denotes the index of the closest feature vector, ''i<sub>1</sub>'' the index of the second closest feature vector etc. and ''i<sub>N-1</sub>'' the index of the feature vector most distant to ''x''. Then each feature vector (''k=0,...,N-1'') is adapted according to | |||
<center><math> w_{i_k}^{t+1} = w_{i_k}^{t} + \epsilon\cdot e^{-k/\lambda}\cdot (x-w_{i_k}^{t}) </math></center> | |||
with ε as the adaptation step size and λ as the so-called neighborhood range. ε and λ are reduced with increasing ''t''. After sufficiently many adaptation steps the feature vectors cover the data space with minimum representation error.<ref>http://wwwold.ini.rub.de/VDM/research/gsn/JavaPaper/img187.gif</ref> | |||
The adaptation step of the neural gas can be interpreted as [[gradient descent]] on a [[Loss function|cost function]]. By adapting not only the closest feature vector but all of them with a step size decreasing with increasing distance order, compared to (online) [[k-means clustering]] a much more robust convergence of the algorithm can be achieved. The neural gas model does not delete a node and also does not create new nodes. | |||
==Further reading== | |||
* T. Martinetz, S. Berkovich, and K. Schulten. "Neural-gas" Network for Vector Quantization and its Application to Time-Series Prediction. IEEE-Transactions on Neural Networks, 4(4):558-569, 1993. | |||
* T. Martinetz and K. Schulten. Topology representing networks. Neural Networks, 7(3):507-522, 1994. | |||
==References== | |||
{{Reflist}} | |||
==External links== | |||
* [http://www.demogng.de DemoGNG] Java applet which demonstrates neural gas, growing neural gas, self-organizing maps and other methods related to competitive learning. | |||
* [http://homepages.feis.herts.ac.uk/~nngroup/software.php Java Competitive Learning Applications] Unsupervised Neural Networks (including Self-organizing map) in Java with source codes. | |||
* [http://wwwold.ini.rub.de/VDM/research/gsn/JavaPaper/node16.html Neural gas algorithm] | |||
{{DEFAULTSORT:Neural Gas}} | |||
[[Category:Neural networks]] | |||
Revision as of 22:13, 4 January 2014
Neural gas is an artificial neural network, inspired by the self-organizing map and introduced in 1991 by Thomas Martinetz and Klaus Schulten.[1] The neural gas is a simple algorithm for finding optimal data representations based on feature vectors. The algorithm was coined "neural gas" because of the dynamics of the feature vectors during the adaptation process, which distribute themselves like a gas within the data space. It is applied where data compression or vector quantization is an issue, for example speech recognition,[2] image processing[3] or pattern recognition. As a robustly converging alternative to the k-means clustering it is also used for cluster analysis.[4]
Algorithm
Given a probability distribution P(x) of data vectors x and a finite number of feature vectors wi, i=1,...,N.
With each time step t a data vector randomly chosen from P is presented. Subsequently, the distance order of the feature vectors to the given data vector x is determined. i0 denotes the index of the closest feature vector, i1 the index of the second closest feature vector etc. and iN-1 the index of the feature vector most distant to x. Then each feature vector (k=0,...,N-1) is adapted according to
with ε as the adaptation step size and λ as the so-called neighborhood range. ε and λ are reduced with increasing t. After sufficiently many adaptation steps the feature vectors cover the data space with minimum representation error.[5]
The adaptation step of the neural gas can be interpreted as gradient descent on a cost function. By adapting not only the closest feature vector but all of them with a step size decreasing with increasing distance order, compared to (online) k-means clustering a much more robust convergence of the algorithm can be achieved. The neural gas model does not delete a node and also does not create new nodes.
Further reading
- T. Martinetz, S. Berkovich, and K. Schulten. "Neural-gas" Network for Vector Quantization and its Application to Time-Series Prediction. IEEE-Transactions on Neural Networks, 4(4):558-569, 1993.
- T. Martinetz and K. Schulten. Topology representing networks. Neural Networks, 7(3):507-522, 1994.
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
External links
- DemoGNG Java applet which demonstrates neural gas, growing neural gas, self-organizing maps and other methods related to competitive learning.
- Java Competitive Learning Applications Unsupervised Neural Networks (including Self-organizing map) in Java with source codes.
- Neural gas algorithm
- ↑ 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free download - ↑ 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free download - ↑ 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free download - ↑ 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free download - ↑ http://wwwold.ini.rub.de/VDM/research/gsn/JavaPaper/img187.gif