MedAymenF / multilayer-perceptron

This project is an introduction to artificial neural networks thanks to the implementation of a multilayer perceptron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multilayer-perceptron

Subject created by the 42AI association. This project is an introduction to artificial neural networks thanks to the implementation of a multilayer perceptron.

Subject

Subject

Score

mfarhi's 42 multilayer-perceptron Score

Split the dataset

python3 evaluation.py

Train the model

./mlp.py --dataset data_training.csv

Evaluate the model on the test set

./mlp.py --dataset data_test.csv --predict saved_model.npy

About

This project is an introduction to artificial neural networks thanks to the implementation of a multilayer perceptron.

License:MIT License


Languages

Language:Python 100.0%