Giter Site home page Giter Site logo

felipelodur / bike-sharing-prediction-with-neuralnet Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 11.0 721 KB

Developed as coursework for Udacity "Deep Learning Fundamentals" Nanodegree

Jupyter Notebook 97.99% Python 2.01%
artificial-intelligence udacity-nanodegree neural-network machine-learning bike-share

bike-sharing-prediction-with-neuralnet's Introduction

Bike-Sharing-Prediction-with-NeuralNet

Developed as coursework for Udacity "Deep Learning Fundamentals" Nanodegree. In this project, I built a neural network to predict daily bike rental ridership.

Further Explanation

The Neural network was built from "scratch", using only NumPy to assist. The goal of this project is to understand what happens behind the neural network before diving deeper into other tools like TensorFlow.

Results

The project meets the specifications, which are:

  • All the code in the notebook runs in Python 3 without failing, and all unit tests pass.
  • The sigmoid activation function is implemented correctly
  • The forward pass is correctly implemented for the network's training.
  • The run method correctly produces the desired regression output for the neural network.
  • The network correctly implements the backward pass for each batch, correctly updating the weight change.
  • Updates to both the input-to-hidden and hidden-to-output weights are implemented correctly.
  • The number of epochs is chosen such the network is trained well enough to accurately make predictions but is not overfitting to the training data.
  • The number of hidden units is chosen such that the network is able to accurately predict the number of bike riders, is able to generalize, and is not overfitting.
  • The learning rate is chosen such that the network successfully converges, but is still time efficient.
  • The number of output nodes is properly selected to solve the desired problem.
  • The training loss is below 0.09 and the validation loss is below 0.18.

Conclusion

The predictions given by the model are quite accurate. However, the model overestimes bike ridership in December because it hasn't had sufficient holiday season training examples.

bike-sharing-prediction-with-neuralnet's People

Contributors

felipelodur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.