yaraalaa0 / Predicting-Bike-Sharing-Patterns

Predicting the optimal number of bikes for a bike sharing company to buy based on its historical data using a fully connected neural network implemented from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting-Bike-Sharing-Patterns

"This project was submitted as part of the Deep Learning nanodegree on Udacity"

Introduction:

In this project, you'll get to build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, you'll have a much better understanding of gradient descent, backpropagation, and other concepts that are important to know before we move to higher level tools such as Tensorflow. You'll also get to see how to apply these networks to solve real prediction problems!

The data comes from the UCI Machine Learning Database.

About

Predicting the optimal number of bikes for a bike sharing company to buy based on its historical data using a fully connected neural network implemented from scratch


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.1%