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:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...