Skip to content

beegeesquare/bike-prediction-nn

Repository files navigation

Bike-rental ridership

Dataset: https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset

Build a neural network from scratch to carry out a regression prediction problem

Uses Gradient descent method and back-propagation algorithm.

This code is very basic (vanilla) version of the neural network. Network has only one hidden-layer.

The following libraries are used in the project

  • numpy
  • pandas
  • matplotlib

About

Predicts bike-rental ridership.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published