Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 974 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 974 Bytes

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