nnfs
There are 14 repositories under nnfs topic.
Pawandeep-prog/simple-nn-cpp
This is a simple neural network using c++ language
Guigui14460/neural-network-from-scratch
Code from the nnfs.io book written by Sentdex.
mytechnotalent/RENN
Inspired by Andrej Karpathy’s micrograd, this lecture builds a neural network from scratch, manually deriving gradients, automating backpropagation, and leveraging the TANH activation for nonlinearity. We bridge to PyTorch, demonstrating gradient descent’s power to minimize loss and reveal neural network fundamentals.
cgranier/nnfs
Working through the NNFS book.
MrAsimZahid/Neural-Networks-from-Scratch
Building Neural Networks from Scratch in raw Python
ochmanski/first-neurons
🧠 My first attempts with neural networks with the help of NNFS
B0s0/Dimag
Dimag, Nepali for the brain is an object-oriented neural network framework developed by me using python3.
HuyNguyenAu/wobbly-ml
An ML library based on the Neural Networks From Scratch book.
OffRange/neural_network
A personal neural network library in raw rust from scratch.
hunar1997/neural_network_from_scratch
This is my attemt at finally learning how to make a neural network from scratch, by following the youtube series by sentdex and i'm writing it in c and fortran as an excersice for myself
isatyamks/neural_network
Build, train, and test a neural network entirely from scratch
Jatin-s16/Neuron_from_scratch
Hey! I am learning to build neural networks from scratch without the use of built-in Python libraries.
KostasEreksonas/NNFS
Neural Network from Scratch, written in Python and based on a video tutorial series by sentdex
rcmilan/ex-neural-network
Implementação de rede neural