Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/areberoto/nnfs
Neural Networks From Scratch in Raw Python based in https://nnfs.io/
https://github.com/areberoto/nnfs
deep-learning machine-learning neural-networks python
Last synced: 10 days ago
JSON representation
Neural Networks From Scratch in Raw Python based in https://nnfs.io/
- Host: GitHub
- URL: https://github.com/areberoto/nnfs
- Owner: areberoto
- License: mit
- Created: 2022-08-21T01:16:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T17:13:55.000Z (over 2 years ago)
- Last Synced: 2024-11-09T10:14:47.623Z (2 months ago)
- Topics: deep-learning, machine-learning, neural-networks, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Networks From Scratch in Python
This repository contains the source code I wrote when following the book called "*Neural Networks From Scratch in Python*" [1]. The idea behind this book is to teach how Neural Networks work and how to build one from scratch, i.e., without using any machine learning frameworks such as TensorFlow or PyTorch. I decided to read and follow this book to improve my understanding of NNs and also to gain more knowledge about how to build them.Most probably I will take some months to be able to finish this project due to other activities, so have this in mind if you ran into my repository and you found it empty or half way done. Also, all source code is licensed under the MIT License. No contents of the book are in this repository with the exception of Python Code/Software.
## Reference:
[1] Harrison Kinsley & Daniel Kukiela. *Neural Networks From Scratch* (NNFS). https://nnfs.io