SkillAgentSearch skills...

KohonenNeuralNetwork

C implementation of the Kohonen Neural Network (SOM algorithm)

Install / Use

/learn @albertnadal/KohonenNeuralNetwork
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Self-Organizing Map (SOM) Kohonen artificial neural network

Complete C implementation of the Kohonen artificial neural network algorithm.

Compile

gcc kohonen.c -o kohonen

Sample usage

kohonen manresa_m2_rooms_price.txt

The output of this command is a file named 'generated_kohonen_map.html' containing a visual representation of the calculated Kohonen map separated by the components of the input file.

License

MIT

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C

Security Score

80/100

Audited on Feb 10, 2026

No findings