mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
4a34bec125
* Completed NN * Made changes * Added return in identity function * Added <random> and fixed namespace naming * clang-tidy changes * Update machine_learning/neural_network.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/neural_network.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/neural_network.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/vector_ops.hpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/vector_ops.hpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/neural_network.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update machine_learning/neural_network.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * added std::cerr and changed argmax's namespace * Done suggested changes * Fixed a comment * clang-tidy fixes Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
adaline_learning.cpp | ||
CMakeLists.txt | ||
iris.csv | ||
kohonen_som_topology.cpp | ||
kohonen_som_trace.cpp | ||
neural_network.cpp | ||
ordinary_least_squares_regressor.cpp | ||
vector_ops.hpp |