Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 599 Bytes

Introduction to Neural Networks

Part One: Perceptron

How to get started?

  1. Create a virtual environment with
mkvirtualenv perceptron
  1. Fork the iPython notebook from https://github.com/hanneshapke/PDX-data-perceptron.git

  2. Install the requirements

pip install -r requirements.txt

  1. Start the notebook with
ipython notebook

Data sets for your Preceptron

  1. OR operations
  2. Iris data set from https://archive.ics.uci.edu/ml/datasets/Iris
  3. German credit card approval/fraud from https://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)