This project implements various artificial neural network techniques:
- the simple perceptron
- Perceptron using the gradient descent learning technique
- Perceptron using the ADALINE learning technique
- Single-layer perceptron
- Multi-layer perceptron
SignLanguageRecognition/
├── src/
│ ├── datas/ # CSV
│ ├── perceptron/ # Directory with different perceptron
└── README.md # Project documentationThe web application is implemented in app.py using Flask. It allows users to:
- Select kind of Algorithm and script.
git clone <repository-url>
cd PerceptronMethodsOnce your requirements.txt file is ready, you can install all the dependencies with a single command:
pip install -r requirements.txtStart the Flask server to launch the web application:
python src/perceptron/app.py- Open your browser and go to http://localhost:5000.
- Select Algorithm & script.
This project was developed by the following team members: