README.md (244B)
1 # Perceptron 2 A implementation of a simple neural network 3 ## Installation 4 ``` 5 pip3 -r requirements.txt 6 ``` 7 ## Running 8 ``` 9 python3 Perceptron.py 10 ``` 11 12 You can also specify a different logic statment with 13 ``` 14 python3 Perceptron.py filename.csv 15 ```