- Create a virtual environment with
mkvirtualenv perceptron
-
Fork the iPython notebook from https://github.com/hanneshapke/PDX-data-perceptron.git
-
Install the requirements
pip install -r requirements.txt
- Start the notebook with
ipython notebook
- AND, OR operations
- Iris data set from https://archive.ics.uci.edu/ml/datasets/Iris
- German credit card approval/fraud from https://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)