Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BPNN - Numpy-based Backpropagation Neural Network

Python License

BPNN is a lightweight fully connected Backpropagation Neural Network implemented in NumPy, designed for regression tasks. It provides a simple, educational framework for experimenting with neural network fundamentals without relying on heavy deep learning libraries.


πŸš€ Features

  • Fully connected feedforward neural network
  • Manual forward and backward propagation
  • He initialization for weights
  • Sigmoid activation for hidden layers, linear output for regression
  • Standardization utilities to avoid data leakage
  • Configurable number of layers and neurons
  • Easy visualization of training loss and predictions

πŸ“¦ Installation

Clone the repository:

git clone https://github.com/lhrcom/bnpp.git
cd bpnn

🎯 License

This project is licensed under the MIT License. See LICENSE for details.


🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repo and submit pull requests.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages