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

https://github.com/eniompw/simpleneuralnet

Simple Single Neuron Neural Network
https://github.com/eniompw/simpleneuralnet

Last synced: 8 months ago
JSON representation

Simple Single Neuron Neural Network

Awesome Lists containing this project

README

          

# Simple Neural Net
Simple Single Neuron Neural Network

* [Gradient Descent from Scratch](https://github.com/eniompw/SimpleNeuralNet/blob/main/Gradient_Descent_from_Scratch.ipynb)

### Key Libraries
* matplotlib histogram & scatter

### Reference
* [Regression from Scratch Example](https://www.kaggle.com/code/aakashns/pytorch-basics-linear-regression-from-scratch)
* [Gradient Descent in Python](https://www.geeksforgeeks.org/how-to-implement-a-gradient-descent-in-python-to-find-a-local-minimum)
* [Gradient Derivative Calculation](https://towardsdatascience.com/gradient-descent-from-scratch-e8b75fa986cc)