kohonen-neural-network
There are 5 repositories under kohonen-neural-network topic.
JuliaSzymanska/Artificial-Intelligence
Implementing Artificial Neural Network training process in Python
Shaked-g/Kohonen-SOM-Algorithm
Kohonen neural network algorithm Implementation
ghadj/Kohonen-Neural-Network
Implementation of Kohonen neural network in java.
AxelPreitiT/nn-intro
A collection of projects introducing neural networks and data analysis concepts. From search and genetic algorithms to autoencoders and VAEs.
m-zabieglinski/KNN
A sketch of Kohonen Neural Network in Python. Uses NumPy. Not very accurate, nor quick. Requires improvements.