Deep Raval
|
981f781d09
|
docs: Imporoved Documentation in neural_network.cpp (#1331)
|
2020-10-18 14:20:12 -05:00 |
|
Deep Raval
|
895ae31cd7
|
Fixed a typo (#1237)
|
2020-10-11 10:31:00 -04:00 |
|
Deep Raval
|
44f4f4d6c3
|
fix: error handling in opening of external files (neural_network.cpp). (#1044)
* Error Handdling of Files
* exit -> std::exit
* Improved Overall Error handling and reporting
* test commit
added spaces in include to try to trigger GitHub Actions
* updating DIRECTORY.md
* clang-format and clang-tidy fixes for 51e943d0
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-08-26 12:56:31 -05:00 |
|
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 |
|