lfares / adaline-y

Neural network to find Y models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adeline exercise

Neural networks to find Y models

Given a matrix 5x5 with -1 and +1 values as examples on the train.txt and test.txt files, as +1 being the usual Y model result and -1 the inverted Y.

To test the model:
python3 train.py

To run the model:
python3 run.py

About

Neural network to find Y models


Languages

Language:Python 100.0%