An open API service indexing awesome lists of open source software.

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

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
![image](https://github.com/JianguoZhang1994/DNLD1-Neural-Network/blob/master/result.png)

**Note:** This project is not difficult, just a start cake for deep learning.