Skip to content

anandvenugopal-tech/numpy-neural-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network From Scratch

This project implements a fully connected neural network from scratch using NumPy, without using deep learning frameworks such as TensorFlow or PyTorch.

The goal of this project is to understand the mathematics and mechanics behind neural networks, including forward propagation, backpropagation, and gradient descent.


Features

  • Manual weight and bias initialization
  • Forward propagation
  • Backpropagation using the chain rule
  • Gradient descent optimization
  • ReLU activation function
  • Softmax output layer
  • One-hot encoded labels
  • Prediction and accuracy evaluation

About

Implemented a fully connected neural network from scratch using NumPy and without using deep learning frameworks such as TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages