highb / deeplearning-project1

Predicts bike share usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deeplearning-project1

Predicts bike share usage

Setup

  1. Download anaconda or miniconda based on the instructions in the Anaconda lesson.
  2. Create a new conda environment: conda create --name dlnd python=3
  3. Enter your new environment: Mac/Linux: >> source activate dlnd Windows: >> activate dlnd
  4. Ensure the dependencies are installed: conda install numpy matplotlib pandas jupyter notebook
  5. Open the notebook: jupyter notebook dlnd-your-first-neural-network.ipynb

About

Predicts bike share usage


Languages

Language:Jupyter Notebook 100.0%