neural-network-from-scratch
There are 37 repositories under neural-network-from-scratch topic.
AayushSameerShah/Neural-Net-Zero-to-Hero-with-Andrej
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 on Neural Networks - which we will end up with building GPT.
Frightera/Sample-Machine-Learning-Projects
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.
shayanalibhatti/Coding-neural_network-for-XOR-logic-from-scratch
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 learning library
Irlll/neural-network-backpropagation-from-scratch-code-for-detecting-potential-obesity-
Step by Step Math Behind Multilayer Perceptron Neural Networks Backpropagation with Manual Code Python and Excel For Detecting Potential Obesity
C-Coretex/Little-NeuralNetwork-Library
My first simple realization of Neural Network library by scratch, so you can use it in your projects (check the documentation in README). You can see an example how to use the library below.
aflaag/random_search
A neural network model that can approximate any non-linear function by using the random search algorithm for the optimization of the loss function.
ligerfotis/CSE6363_Machine_Learning
Machine Learning algorithms from-scratch implementation. It covers most Supervised and Unsupervised algorithms. Homework assignments and Projects for graduate level Machine Learning Course taught by Dr Manfred Huber at UTA during Spring 21
felipeadeildo/neural-network
Neural Network written from Scratch without libraries like tensorflow (documented)
golecalicja/language-recognition-neural-network
A single-layer neural network written from scratch that predicts the language of the text.
matheuscamposmt/nn-from-scratch
Development of a Neural Network from scratch to predict divorce in marriages.
TanyaChutani/Neural-Network-Numpy
Neural Network (Multiple layers) from scratch using Numpy.
Bhargavoza1/simple-neural-network
I have implemented a Multilayer Perceptron from scratch, including the backpropagation algorithm for learning.
ericyangchen/simple-neural-network-from-scratch
Implementing neural network backpropagation from scratch with numpy
iitimii/Implementation-of-Neural-Net-in-Numpy
A from-scratch implementation of a flexible neural network using only NumPy. Features customizable layers, activations, and optimizers.
Jerome12-Mc/Neural-Network-Training-Algorithms
Supervised learning training algorithms used for control of a CubeSat.
LuluW8071/Neural-Network-From-Scratch-Using-Numpy
A linear neural network from scratch using Numpy for training MNIST Dataset
Mayurd9/NN-from-scratch
This is the code for a fully connected neural network. The code is written from scratch using Numpy, without using any ready-made deep learning library. In this, classification is done on the MNIST dataset. It is generalized to include various options for activation functions, loss functions, types of regularization, and output activation types.
RapDoodle/LightNeuNet-MATLAB
A lightweight neural network framework built for academic use.
SuperSecureHuman/Neural-Networks-From-Scratch
This repo goes on trying to explain and make a neural network from scratch, based on a book
alinourian/Artificial-Intelligence-Assignments
This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.
andrewharabor/pydeepnet
A Python "package" for neural networks
GSNCodes/Deep-Learning-Architectures
My Implementation of well known DL architectures using PyTorch
khalilAhmad10/Neural-network-from-scratch
Neural Network model from scratch for predicting daily Covid cases world wide with regularization
leorrose/BGU-Deep-Learning-Course
Ben Gurion University "Deep Learning (372.2.6101)" course assignments & solutions
Logon27/AeroNet
An educational neural network library written using python, numpy, and minimal scipy functions
Logon27/Project-VizNet
An educational neural network visualization tool. Includes 2D input / output, heatmap, 3d output, and error graphing.
Moddy2024/Cat-classifier
Image classification Neural network made from scratch
raj1003daksh/cpp-neural-network
Configurable Feed-Forward Backpropagation Neural Network in C++
Sky-Breaker/MachineLearning
Simple neural network with backpropagation training
souvikmajumder26/Neural-Network-from-Scratch
🚀 Building a simple Neural Network to classify the images of the Fashion-MNIST dataset, using only NumPy and no TensorFlow, Keras, or PyTorch.
timurkulenovic/neural-network
Implementation of neural network from scratch (classification and regression)
erfunmirzaei/Neural_Network_Scratch
Implemented a Neural Network from scratch using NumPy. Deep Neural Network Course Project
Jarvis017/Predicting-Pass-or-Fail-for-Students-with-Neural-Network
Neural Network from scratch
matteo-stat/mobilevit-a-mobile-friendly-vision-transformer
A Keras implementation of the MobileViT architectures, built from scratch using TensorFlow and Python.