/Bike-Sharing-Project-DLND

This repository contains all the code for the project that I built during my Deep Learning Nanodegree

Primary LanguageJupyter Notebook

Bike-Sharing-Project-DLND

Predicting Bike-Sharing Data (Your First Neural Network)

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 PyTorch. 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 (https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset)

Instructions :

All the logic of the neural network has been implemented in the my_answers.py python file. Run the notebook for the results of the neural network