https://github.com/jatin-s16/neuron_from_scratch
Hey! I am learning to build neural networks from scratch without the use of built-in Python libraries.
https://github.com/jatin-s16/neuron_from_scratch
deep-learning neural-networks nnfs numpy python
Last synced: about 1 month ago
JSON representation
Hey! I am learning to build neural networks from scratch without the use of built-in Python libraries.
- Host: GitHub
- URL: https://github.com/jatin-s16/neuron_from_scratch
- Owner: Jatin-s16
- Created: 2025-01-17T19:31:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T17:47:26.000Z (over 1 year ago)
- Last Synced: 2025-03-16T02:19:24.635Z (over 1 year ago)
- Topics: deep-learning, neural-networks, nnfs, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This code file incorporates the learnings related to creating Neural networks from scratch in Python. I have mentioned the theoretical concepts and reasonings before each piece of code.