https://github.com/jianguoz/dnld-neural-network-p1
Build a simple neural network to predict UCI Bike Sharing Dataset
https://github.com/jianguoz/dnld-neural-network-p1
Last synced: about 2 months ago
JSON representation
Build a simple neural network to predict UCI Bike Sharing Dataset
- Host: GitHub
- URL: https://github.com/jianguoz/dnld-neural-network-p1
- Owner: jianguoz
- Created: 2017-02-04T00:46:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T16:47:31.000Z (about 8 years ago)
- Last Synced: 2025-01-16T02:31:50.188Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 897 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build-Your-Neural-Network
**Jianguo Zhang, February 5, 2017**In this project, We build a neural network to predict daily bike rental ridership on [UCI Bike Sharing Dataset](https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset)
The program written by [jupyter notebook](http://jupyter.org/)
Run `DNLD1-neural-network.ipynb` or check `DNLD1-neural-network_online_results.html` for online results
**Note:** This project is not difficult, just a start cake for deep learning.