mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
* 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>