rmodi6 / perceptron

Perceptron learning algorithm implemented in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perceptron

Adaptive Boosting

The path to dataset can be provided using the dataset parameter and mode parameter can be used to specify the mode in which to execute perceptron. There are two modes available: erm for Empirical Risk Minimization and cv for 10 fold Cross Validation. For example:

python perceptron.py --dataset 'path/to/dataset' --mode erm

About

Perceptron learning algorithm implemented in Python

License:MIT License


Languages

Language:Jupyter Notebook 86.6%Language:Python 13.4%