Merge branch 'machine_learning/kohonen_som' of https://github.com/kvedala/C-Plus-Plus into machine_learning/kohonen_som

This commit is contained in:
Krishna Vedala
2020-06-03 22:11:21 -04:00

View File

@@ -106,6 +106,7 @@
## Machine Learning
* [Adaline Learning](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/adaline_learning.cpp)
* [Kohonen Som Trace](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/kohonen_som_trace.cpp)
## Math
* [Binary Exponent](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/binary_exponent.cpp)