Skip to content

A from-scratch implementation of a flexible neural network using only NumPy. Features customizable layers, activations, and optimizers.

Notifications You must be signed in to change notification settings

iitimii/Implementation-of-Neural-Net-in-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-Neural-Net-in-Numpy

A from-scratch implementation of a flexible neural network using only NumPy. This project demonstrates the inner workings of neural networks without relying on high-level deep learning libraries.

Features

  • Configurable multi-layer neural network
  • Support for different activation functions (ReLU, Sigmoid)
  • Implementation of backpropagation algorithm
  • Choice of optimizers (SGD, Adam)
  • Training script with data generation and visualization

About

A from-scratch implementation of a flexible neural network using only NumPy. Features customizable layers, activations, and optimizers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published