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
- Host: GitHub
- URL: https://github.com/highb/deeplearning-project1
- Owner: highb
- Archived: true
- Created: 2017-02-07T06:27:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:47:06.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:48:02.094Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`