gharishkumar / ml-vs-dnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml-vs-dnn

Using scikit-learn and skflow to compare different machine learning algorithms with a deep neural network.

Steps to execute

  1. Install Python

  2. Create an environment (recommended if you have multiple projects on the same machine)

  3. Install tensorflow and scikit-learn from pip

    pip install tensorflow sklearn
    
  4. Run the code

    1. Clone the repository (or) download as zip
    2. Navigate to folder containing code
    python <file_name>.py
    

About


Languages

Language:Python 100.0%