This is a simple neural network using c++ language
-
Updated
Feb 8, 2021 - C++
This is a simple neural network using c++ language
Code from the nnfs.io book written by Sentdex.
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.
🧠 My first attempts with neural networks with the help of NNFS
Building Neural Networks from Scratch in raw Python
Build, train, and test a neural network entirely from scratch
An ML library based on the Neural Networks From Scratch book.
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
Hey! I am learning to build neural networks from scratch without the use of built-in Python libraries.
A personal neural network library in raw rust from scratch.
Dimag, Nepali for the brain is an object-oriented neural network framework developed by me using python3.
Neural Network from Scratch, written in Python and based on a video tutorial series by sentdex
Add a description, image, and links to the nnfs topic page so that developers can more easily learn about it.
To associate your repository with the nnfs topic, visit your repo's landing page and select "manage topics."