Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 986 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 986 Bytes

Bike Sharing Demand Prediction

Practice neural network implemented just with numpy for Kaggle Bike Sharing Demand

More Read the notebook.

If you want to know it more, please clone it to your computer.

git clone https://github.com/classtag/https://github.com/classtag/dlnd_bike_sharing_demand.git

Prepare for open the ipython notebook

  1. Install anaconda or miniconda
  2. Create a conda environment conda create --name dlnd python=3
  3. Activate the environment created before:
Mac/Linux: >> source activate dlnd
Windows: >> activate dlnd
  1. install: numpy, matplotlib, pandas and jupyter notebook:
conda install numpy matplotlib pandas jupyter notebook
  1. open the ipython notebook:
jupyter notebook bike-sharing-demand.ipynb