Skip to content

UwUClub/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UwUMaths

Contents

Requirements

  • Python3
  • Pandas

Communication

  • If you have a bug or an issue, please contact us.

Installation from source

SSH

git clone [email protected]:EpitechPromo2026/B-CNA-500-TLS-5-1-neuralnetwork-baptiste.laran.git

Dataset

To download dataset :

wget http://labourel.ddns.net/data_train.csv
wget http://labourel.ddns.net/data_test.csv

or just use the URL in the binaries as dataset path.

Format

The dataset must be a CSV file with at least the following fields :

"RES";"FEN"
"white", <fen>
"black", <fen>
"pat", <fen>

Using the binaries

Trainer

To train the neural network, you can use the trainer binary.

./trainer -h

Loader

The loader binary is used to load a trained neural network and use it to predict a value.

./loader -h

Credits

  • Baptiste Laran
  • Maxence Labourel

License

UwUMaths is developped by the UwUClub for Epitech.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages