Skip to content

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

Notifications You must be signed in to change notification settings

duoan/dl-bike-sharing-demand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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