This project trains a neural network (mlp) which predicts the usage of bikes for a bike rental shop.
The training data contains the rental statistics of the last 2 years - depending on the day, wheater conditions and so on.
The goal is to predict the next days for the future

- clone git repo: git clone https://github.com/mkargi/mlp_bikesharing_prediction.git
- create conda environment: conda env create -f environment.yaml