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

https://github.com/xallindrome-dev/neural-net-machine-learning

Practicing Backpropagation with Gradient Descent to build a Neural Network
https://github.com/xallindrome-dev/neural-net-machine-learning

api backpropagation-learning-algorithm csharp gradient-descent learning machine-learning neural-network perceptron personal rest

Last synced: about 2 months ago
JSON representation

Practicing Backpropagation with Gradient Descent to build a Neural Network

Awesome Lists containing this project

README

        

# neural-net-machine-learning

The Neural network consists of the following:

* Neurons or Nodes
* Inputs
* Outputs
* Backpropagation Algorithm using Gradient Descent
* Weights
* Variables
* Layers
* Layer Types