Skip to content

This project is build up completely with numpy. It implements basic neural network concepts including backpropagation, hidden layers, activation function and gradient descent.

Notifications You must be signed in to change notification settings

Satyaki0924/bike-sharing-prediction-with-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike-Sharing-Predictions

This project is build up completely with numpy. It implements basic neural network concepts including backpropagation, hidden layers, activation function and gradient descent.

To run the project, open 'run_me.py' and set the epoch, learning rate and number of hidden layers.

The terminal must show similar output:

Terminal screen

Graph-plots

The Initial raw data plot:

Initial Data plot

The loss plot:

Loss plot

The Prediction:

Prediction

Author: Satyaki Sanyal

This project is strictly for educational purposes only.

About

This project is build up completely with numpy. It implements basic neural network concepts including backpropagation, hidden layers, activation function and gradient descent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages