/nn-from-scratch

A simple implementation of neural network from scratch only using numpy.

Primary LanguagePythonMIT LicenseMIT

Neural Network from Scratch

This repository contains a series of Python scripts that demonstrate how to build a neural network from scratch. Each script builds on the previous ones, gradually increasing in complexity and functionality.

Installing

  1. Clone the repository:

    git clone https://github.com/iamharshvardhan/neural-network-from-scratch.git
    cd NN-from-scratch
  2. Install dependencies:

    pip install numpy

Acknowledgments

  • This project is inspired by sentdex's nnfs book and youtube videos for a deeper understanding of the internal workings of neural networks.

License

This project is licensed under the MIT License - see the LICENSE file for details.