numpy-neural-network
Here are 32 public repositories matching this topic...
Language:All
Sort:Most stars
Сustom torch style machine learning framework with automatic differentiation implemented on numpy, allows build GANs, VAEs, etc.
- Updated
Apr 25, 2025 - Python
deep learning from scratch. uses numpy/cupy, trains in GPU, follows pytorch API
- Updated
Sep 5, 2023 - Python
Implementation of Adam Optimization algorithm using Numpy
- Updated
Feb 5, 2020 - Jupyter Notebook
training models with different optimizers using NumPy only. Featuring SGD, Adam, Adagrad, NAG, RMSProp, and Momentum. This repo also includes a benchmark against Pytorch developed optims.
- Updated
Sep 9, 2025 - Jupyter Notebook
Nice place to start seeing matrices shapes ! Great place for beginners to understand neural networks computation
- Updated
Jan 13, 2025 - Jupyter Notebook
This repository contains an implementation of a neural network from scratch using only NumPy, a fundamental library for numerical computing in Python. The neural network is designed to perform tasks such as classification, regression, or any other supervised learning problem.
- Updated
Sep 13, 2023 - Jupyter Notebook
Implementation of artificial neural networks
- Updated
Apr 4, 2023 - Jupyter Notebook
A simple fully connected feed forward neural network written in python from scratch using numpy & optimized using numba. It is possible to have multiple hidden layers, change amount of neurons per layer & have a different activation function per layer.
- Updated
Apr 17, 2023 - Python
Python3 implementation of the Unsupervised Deep Learning Algorithm, Restricted Boltzmann Machine.
- Updated
Jun 1, 2020 - Python
Computer vision project that utilized openCV to detect a soccer ball and players in a livestream of a soccer game.
- Updated
Sep 4, 2023 - Python
𝗔𝗡𝗡 𝗮𝗻𝗱 𝗖𝗡𝗡 𝗳𝗿𝗼𝗺 𝘀𝗰𝗿𝗮𝘁𝗰𝗵 | 𝗡𝗼 𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸𝘀, 𝗷𝘂𝘀𝘁 𝗽𝘂𝗿𝗲 𝗡𝘂𝗺𝗽𝘆
- Updated
Nov 27, 2025 - Jupyter Notebook
I made LeNet5 (one of the first convolution neural networks) in plain NumPy to classify digits from the MNIST dataset! Accuracy reaches 91.5% after one epoch :-)
- Updated
Dec 16, 2020 - Jupyter Notebook
I made fully connected neural network in plain NumPy to classify digits from the MNIST dataset! It achieves 95% accuracy :-)
- Updated
Nov 2, 2020 - Jupyter Notebook
NumPy (short for Numerical Python) is a powerful Python library used for working with arrays, matrices, and numerical computations.
- Updated
Jun 29, 2024 - Jupyter Notebook
A proof of concept of a recursion doing stochastic gradient descent for a simple neural network. Done in Python3 with numpy
- Updated
Aug 19, 2024 - Python
TCC do curso de Análise e Desenvolvimento de Sistemas - FATEC - A Utilização de Algoritmos Genéticos na Otimização de Problemas
- Updated
Feb 4, 2025 - Python
Small NeuralNet-Framework implemented with NumPy (Convolution|TransposeConv|Linear)
- Updated
Feb 2, 2020 - Python
Classifies different types of wheat seeds by Artificial Neural Network using Numpy.
- Updated
Jul 13, 2021 - Jupyter Notebook
Assignment codes, and general work for pes io course Neural Networks Unleashed
- Updated
Oct 28, 2024 - Jupyter Notebook
Deep Learning portfolio covering 3 milestones – from NumPy-based neural networks to fine-grained car classification using PyTorch, Transfer Learning, and Image Retrieval.
- Updated
Apr 15, 2025 - Jupyter Notebook
Improve this page
Add a description, image, and links to thenumpy-neural-network topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thenumpy-neural-network topic, visit your repo's landing page and select "manage topics."