In this project which is part of Udacity Deep Learning Nanodegree program, I built a neural network using only Numpy to carry out a prediction problem on bike sharing patterns prediction. This project implements forward and back propagation.
My contribution is located in the my_answers.py . Optionnaly, consult it
- Create a new conda environment
conda create --name deep-learning python=3
- Activate the environment
conda activate deep-learning
- Install dependencies
conda install numpy matplotlib pandas jupyter notebook
- Download or clone this predicting-bikesharing repository.
git clone git@github.com:karemsaamba/project-bikesharing.git
- Open up the notebook server
jupyter notebook
- Open the notebook and run code cells inside.
Predicting_bike_sharing_data.ipynb
The server is located in: localhost:8888