Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 618 Bytes

Perceptron

After Downloading the project, just open the CMD or Terminal in the project folder and write the following command to install pandas library on VS Code

pip install pandas

commands to run the project

for perceptron learning:

to learn weights form a file write, "python temp.py -learning (file Name).csv"

for example:

python temp.py -learning learn.csv

for prediction: to predict values write command "python temp.py -testing (file Name).csv" for example:

python temp.py -testing test.csv

Note:

you can run this code on any data set by just adding dateset file's name at the end of command