neural-network-from-scratch topic
List
neural-network-from-scratch repositories
Sample-Machine-Learning-Projects
36
Stars
5
Forks
Watchers
Some example projects that was made using Tensorflow (mostly). This repository contains the projects that I've experimented-tried when I was new in Deep Learning.
Neural-Net-Zero-to-Hero-with-Andrej
97
Stars
14
Forks
Watchers
This repository contains the collection of explorative notebooks pure in python and in the language that we, humans can read. Have tried to compile all lectures from the Andrej Karpathy's 💎 playlist...
Coding-neural_network-for-XOR-logic-from-scratch
17
Stars
12
Forks
Watchers
In this repository, I implemented a proof of concept of all my theoretical knowledge of neural network to code a simple neural network for XOR logic function from scratch without using any machine lea...