Skip to content

Arpon-programmer/NeuroCalculator

Repository files navigation

NeuroCalculator

NeuroCalculator is a simple neural network model designed to perform basic addition operations. It takes two numbers as input and predicts their sum.

Features

  • Great accuracy on a very small dataset.
  • Accepts two single-digit numbers as input.
  • Trains a neural network to predict the sum of the inputs.
  • Demonstrates the use of deep learning for basic arithmetic tasks.

Requirements

  • Python 3.x
  • TensorFlow or PyTorch (depending on your preferred framework)
  • NumPy
  • Matplotlib (optional, for visualization)

Installation

  1. Clone the repository:

    git clone https://github.com/Arpon-programmer/NeuroCalculator.git
    cd NeuroCalculator
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Train the model:

    python train.py
  2. Test the model:

    python test.py
  3. Use the model for predictions:

    python predict.py --num1 <number1> --num2 <number2>

Example

python predict.py --num1 3 --num2 5
# Output: The predicted sum is 8.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

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

About

This repo is to mimic human brain computation process using Deep Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors