An open API service indexing awesome lists of open source software.

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

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)