https://github.com/gabrielmellooliveira/simple-neural-network-js
:goberserk: Neural Network using FeedForward and BackPropagation algorithms
https://github.com/gabrielmellooliveira/simple-neural-network-js
backpropagation-algorithms feedforward javascript neural-network
Last synced: 9 months ago
JSON representation
:goberserk: Neural Network using FeedForward and BackPropagation algorithms
- Host: GitHub
- URL: https://github.com/gabrielmellooliveira/simple-neural-network-js
- Owner: gabrielmellooliveira
- License: mit
- Created: 2019-08-18T18:58:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T04:38:20.000Z (over 6 years ago)
- Last Synced: 2025-03-14T18:43:46.533Z (over 1 year ago)
- Topics: backpropagation-algorithms, feedforward, javascript, neural-network
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Neural Network (Javascript)
Neural Network using FeedForward and BackPropagation algorithms.
This neural network was developed with the help of the following videos:
- [#Part 1](https://www.youtube.com/watch?v=d8U7ygZ48Sc&t=135s)
- [#Part 2](https://www.youtube.com/watch?v=zVlMVanp-tA&t=1431s)
- [#Part 3](https://www.youtube.com/watch?v=9KfelZhls2Q&t=1326s)