https://github.com/vnepogodin/gradientdescent
Neural Network GradientDescent
https://github.com/vnepogodin/gradientdescent
c-plus-plus thecodingtrain
Last synced: about 2 months ago
JSON representation
Neural Network GradientDescent
- Host: GitHub
- URL: https://github.com/vnepogodin/gradientdescent
- Owner: vnepogodin
- License: gpl-3.0
- Created: 2020-04-11T16:31:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T18:57:27.000Z (over 4 years ago)
- Last Synced: 2025-03-12T05:29:47.873Z (11 months ago)
- Topics: c-plus-plus, thecodingtrain
- Language: CMake
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GradientDescent
Neural Network GradientDescent
## Libraries used in this project
- [Neural Network C/C++ library](https://github.com/ctrlcvnigerguard/Neural-Network-C) used for Matrix and Neural Network.
- [SFML](https://www.sfml-dev.org/index.php) used for graphics.