|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Files | |
| file | adaline_learning.c |
| Adaptive Linear Neuron (ADALINE) implementation | |
| file | k_means_clustering.c |
| K Means Clustering Algorithm implemented. | |
| file | kohonen_som_topology.c |
| Kohonen self organizing map (topological map) | |
| file | kohonen_som_trace.c |
| Kohonen self organizing map (data tracing) | |