updating DIRECTORY.md

This commit is contained in:
github-actions 2020-08-08 12:38:32 +00:00
parent 6247f830b5
commit cdb53ca256
1 changed files with 1 additions and 0 deletions

View File

@ -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)