julianClayton / Classification-Neural-Network

A simple classification neural network configured for 5 data-sets. Small demo included as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classification-Neural-Network

This repository contains an example of a MLP Neural Network written using Tensorflow contained in the ClassificationNN.py file. ClassificationNN is configured to perform classification on the 5 datasets datasets below:

  1. MNIST (Obviously)
  2. Pokerhand - https://archive.ics.uci.edu/ml/datasets/Poker+Hand
  3. Bank - https://archive.ics.uci.edu/ml/datasets/human+activity+recognition+using+smartphones
  4. Human Activity Recognition Using Smartphones Data Set (HAR) - https://archive.ics.uci.edu/ml/datasets/human+activity+recognition+using+smartphones
  5. Wine - https://archive.ics.uci.edu/ml/datasets/Wine+Quality (Only 50% with this one!)

Tutorial

A tutorial to write a simple MLP Neural Network is provided in the tensorflow-introduction.pptx

About

A simple classification neural network configured for 5 data-sets. Small demo included as well.


Languages

Language:Python 100.0%