accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.46k stars 2k forks source link

Self organizing maps #2209

Open dbalciunas opened 3 years ago

dbalciunas commented 3 years ago

Hi, I´m trying to implement an algorithm that uses a self organizing map. Does Accord.Net has any support for this?

davidrapan commented 3 years ago

Hey, I would try to start here http://accord-framework.net/docs/html/T_Accord_Neuro_Learning_SOMLearning.htm

http://accord-framework.net/docs/html/T_Accord_Neuro_DistanceLayer.htm http://accord-framework.net/docs/html/T_Accord_Neuro_DistanceNeuron.htm

D.

dbalciunas commented 3 years ago

Thanks a lot!