Skip to content

Kartheek1508/Neural_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Neural Network from Scratch (NumPy)

A simple implementation of a feedforward neural network using Python and NumPy.
This project demonstrates the network learning the XOR problem from scratch, including forward pass, backpropagation, and gradient descent.


๐Ÿง  Network Architecture

  • Input Layer: 2 neurons
  • Hidden Layer: 3 neurons, Sigmoid activation
  • Output Layer: 1 neuron, Sigmoid activation
  • Loss Function: Mean Squared Error
  • Optimization: Gradient Descent

๐Ÿš€ Usage

python neural_network.py

About

Neural Networks from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages