Applets for Neural Networks and Artificial Life
(To Japanese version)
Artificial Neural Networks Lab
Contents
Competitive Learning
- Elastic Net for TSP
SOM and elastic nets can be regarded as competitive learning with a topological constraint.
TSP is the most notorious one in the NP-complete problems.
The definition is simple: Find the shortest closed-path through all points.
(You can also see it here.)
- Neural Competitive Models Demo
Comparison between various kinds of competitive learning with topology reformation.
- Bayesian Self-Organizing Maps (BSOM)
SOM as a statistical model. Learning is regarded as an estimation algorithm for its parameters.
Hyperparameters also are estimated. Ultimately a probability densty function for data is estimated.
Backpropagation Learning
Neural Nets for Constraint Satisfaction and Optimization
Other Neural Networks
Artificial Life
Genetic Algorithm
Biomorph & L-system
Life Game
Boid
Other AL
AL collection
Other Related Applets
See also my link collection.
2004.7.15: Update
Akio Utsugi
(home page)