mirror of https://github.com/TheAlgorithms/C
updating DIRECTORY.md
This commit is contained in:
parent
6247f830b5
commit
cdb53ca256
|
@ -215,6 +215,7 @@
|
|||
|
||||
## Machine Learning
|
||||
* [Adaline Learning](https://github.com/TheAlgorithms/C/blob/master/machine_learning/adaline_learning.c)
|
||||
* [K Means Clustering](https://github.com/TheAlgorithms/C/blob/master/machine_learning/k_means_clustering.c)
|
||||
* [Kohonen Som Topology](https://github.com/TheAlgorithms/C/blob/master/machine_learning/kohonen_som_topology.c)
|
||||
* [Kohonen Som Trace](https://github.com/TheAlgorithms/C/blob/master/machine_learning/kohonen_som_trace.c)
|
||||
|
||||
|
|
Loading…
Reference in New Issue