Skip to content
/ nn Public

Plain Java neural networks. Kohonen SOM, neural gas, k-means, multilayer perceptron

License

Notifications You must be signed in to change notification settings

lukago/nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAD

Intelligent Data Analysis algorithms.

Clustering

Algorithms:

  • Kohonen SOM
  • neural gas
  • k-means.

Features:

  • image quantization
  • n-dimensional
  • gnuplot

Multilayer perceptron

Features:

  • bias, momentum, learning rate pareameters
  • n-dimensional input/output
  • n-layers with custom neurons numbers
  • gnuplot