Skip to content

hanneshapke/PDX-data-perceptron

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published