TheAlgorithms-C-Plus-Plus/machine_learning
Deep Raval 4a34bec125
feat: Add Neural Network (Multilayer Perceptron) (#1025)
* 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>
2020-08-19 15:25:32 -04:00
..
adaline_learning.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
iris.csv feat: Add Neural Network (Multilayer Perceptron) (#1025) 2020-08-19 15:25:32 -04:00
kohonen_som_topology.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
kohonen_som_trace.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
neural_network.cpp feat: Add Neural Network (Multilayer Perceptron) (#1025) 2020-08-19 15:25:32 -04:00
ordinary_least_squares_regressor.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
vector_ops.hpp feat: Add Neural Network (Multilayer Perceptron) (#1025) 2020-08-19 15:25:32 -04:00