Friday, November 13, 2009

Redes Neuronales

Kohonen maps
http://dynamicnotions.blogspot.com/2008/11/c-self-organising-map-som.html

http://www.shy.am/2005/12/kohonen-self-organizing-map-demos/
http://www.codeproject.com/KB/recipes/sofm.aspx
http://69.10.233.10/KB/recipes/aforge_neuro.aspx
http://www.heatonresearch.com/encog

http://www.aforgenet.com/framework/downloads.html

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...