updating DIRECTORY.md

This commit is contained in:
github-actions 2020-06-13 18:08:34 +00:00
parent d43566a4e5
commit e5543d5356
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@
## Machine Learning
* [Adaline Learning](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/adaline_learning.c)
* [Kohonen Som Image](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/kohonen_som_image.c)
* [Kohonen Som Trace](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/kohonen_som_trace.c)
## Misc