Skip to content

iKhushPatel/Predicting-Bike-Sharing-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Bike-Sharing Patterns

The first Udacity Project from the Deep Learning Nanodegree. Using only Numpy to implement forward and back propagation to predict Bike-Sharing Patterns. GitHub Logo

Setup:

  1. Create a conda environment: Make sure you have installed: numpy matplotlib pandas jupyter notebook
conda create --name deep-learning python=3
conda install numpy matplotlib pandas jupyter notebook
  1. Activate your environment:
  • Windows:
activate deep-learning
  • Mac/Linux:
source activate deep-learning
  1. Run the notebook server in the root directory of the project:
jupyter notebook
  • The server is located in: localhost:8888
  1. Open the Jupyter notebook called: Your_first_neural_network.ipynb

Results to expect:

Training and validation loss:

GitHub Logo

Predictions after training:

GitHub Logo

Conclusions

The predictions are acceptable but in the December the model overestimes bike ridership because it hasn't had sufficient holiday season training examples.

About

Machine Learning | Predicting Bike Sharing Patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published