An open API service indexing awesome lists of open source software.

https://github.com/highb/deeplearning-project1

Predicts bike share usage
https://github.com/highb/deeplearning-project1

Last synced: 8 months ago
JSON representation

Predicts bike share usage

Awesome Lists containing this project

README

          

# deeplearning-project1
Predicts bike share usage

## Setup

1. Download [anaconda or miniconda](https://www.continuum.io/downloads) based on the instructions in the Anaconda lesson.
1. Create a new conda environment: `conda create --name dlnd python=3`
1. Enter your new environment: `Mac/Linux: >> source activate dlnd` `Windows: >> activate dlnd`
1. Ensure the dependencies are installed: `conda install numpy matplotlib pandas jupyter notebook`
1. Open the notebook: `jupyter notebook dlnd-your-first-neural-network.ipynb`