|
|
пре 7 година | |
|---|---|---|
| .. | ||
| data | пре 7 година | |
| images | пре 7 година | |
| Predicting_Bike_Share_Users.html | пре 7 година | |
| Predicting_Bike_Share_Users.ipynb | пре 7 година | |
| README.md | пре 7 година | |
| my_answers.py | пре 7 година | |
| requirements.txt | пре 7 година | |
In this project, a neural network is built and trained from scratch to predict the number of bike share users on a given day.
A neural network is built to predict the number of bike sharing rides. Considering data from a bike-sharing company (like CycleHop), a neural network is developed to predict from historical data, the number of bikes needed in the future.
data/* – Dataset used. The data comes from the UCI Machine Learning Database.
Predicting_Bike_Share_Users.ipynb – Project notebook.
Predicting_Bike_Share_Users.html – HTML Export of the project notebook.
my_answers.py – Contains the neural network implementation.
requirements.txt – List of dependencies.