Git Product home page Git Product logo

binary-ai's Introduction

Binary-AI

Title: Neural Network Binary Classification with Backpropagation

Description:

This GitHub repository contains a Python script implementing a basic feedforward neural network for binary classification using the backpropagation algorithm. The neural network is trained to classify binary input data into one of two classes (0 or 1). The repository also includes sample data and a JSON file for version information.

Key Features:

• main.py: This is the main Python script that defines the NeuroYurii class, representing the neural network. It includes methods for forward propagation (send_signal), training (train), and resetting/restoring weights (reset_memory and restore_memory).

• version.json: A JSON file that contains information about the version, name, and maintainer of the project.

• plots/: A folder to store the training progress plots generated during training.

Usage:

• Clone the repository to your local computer using git clone https://github.com/your-username/neural-network-binary-classification.git

• Make sure you have Python (version 3.10 or above) and the required libraries (execute pip install -r requirements.txt) installed.

• Run the main.py (execute python main.py or python3 main.py) script to train the neural network. You can modify hyperparameters such as the number of hidden neurons, learning rate, and epochs in the script.

• After training, the script will generate training progress plots in the plots/ folder.

Note:

• The reset_memory and restore_memory methods in the NeuroYurii class are currently not being utilized in the training process.

• You can further explore and enhance these methods if needed.

• Feel free to use, modify, and contribute to this project. If you find any issues or have suggestions, please open an issue or create a pull request.

alt text

binary-ai's People

Contributors

nonfake avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.