gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Predictive modeling using temporal data #151

Open hash-ir opened 3 years ago

hash-ir commented 3 years ago

Learning Goals

Exercise Statement

Create a 2-layer neural network using NumPy to predict future ridership data based on the historical data

Prerequisites

Data source/summary:

Bike Sharing Data

(Optional) Suggest/Propose Solutions

I have the solution using NumPy that I did as part of the Deep Learning Nanodegree, will be happy to create a pull request to include the exercise statement/solution. I have written a blog post as well if someone is curious

(Optional) Further Links/Credits to Relevant Resources:

This exercise and solution's proposal came from Project 1 of Udacity's Deep Learning Nanodegree

dermarkr commented 3 years ago

Hi, I'd like to work on this with a couple of others for a school project. We'll be basing it on your blog post.

hash-ir commented 3 years ago

@dermarkr Sure, let me know if you need any help!