Skip to content

Deep Neural Network to predict political party based on votes.

Notifications You must be signed in to change notification settings

amogh2004/Predict-Political-Party

Repository files navigation

Predict Political Party

Description

Using the public data set of how US congressmen voted on 17 different issues in the year 1984, we try to figure out their political party based on their votes, using a Deep Neural Network!

Built with

  • tensorflow - TensorFlow is an open source software library for high performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters of servers to mobile and edge devices.
  • Keras - Keras is a high-level neural networks API for Python.

Prerequisites

You should have Python3 and Anaconda installed in your system. To install other required libraries, run the following command in the terminal.

pip install -r requirements.txt

Releases

No releases published

Packages

No packages published