Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 690 Bytes

File metadata and controls

30 lines (20 loc) · 690 Bytes

Bike sharing dataset - neural network implementation in numpy

============

A neural network made on numpy using UCI Machine Learning Dataset - Bike Sharing Dataset. Part of the code and part of the comments belong to Udacity.


Features

  • Support different datasets for regression problems

Setup

Clone this repo:

git clone https://github.com/andreiliphd/numpy-neural-network-bike-sharing-uci.git

Install all the dependencies.


Usage

Please provide a dataset to solve a regression problem.


License

You can check out the full license in the LICENSE file.

This project is licensed under the terms of the MIT license.