Giter Site home page Giter Site logo

rifkimubarok / predicting-bike-sharing-patterns Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ravijyoti3/predicting-bike-sharing-patterns

0.0 0.0 0.0 730 KB

In this project, I build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, you'll have a much better understanding of gradient descent, backpropagation, and other concepts that are important to know before we move to higher-level tools such as PyTorch. You'll also get to see how to apply these networks to solve real prediction problems! The data comes from the UCI Machine Learning Database.

Jupyter Notebook 98.03% Python 1.97%

predicting-bike-sharing-patterns's Introduction

Predicting-Bike-Sharing-Patterns

In this project, I build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, you'll have a much better understanding of gradient descent, backpropagation, and other concepts that are important to know before we move to higher-level tools such as PyTorch. You'll also get to see how to apply these networks to solve real prediction problems! The data comes from the UCI Machine Learning Database.

Instructions

[1]. Download the project materials from our GitHub repository. You can get download the repository with git clone https://github.com/ravijyoti3/Predicting-Bike-Sharing-Patterns. Our files in the GitHub repo are the most up to date, so it's the best place to get the project files.

[2]. cd into the project-bikesharing directory.

[3]. Download anaconda or miniconda based on the instructions in the Anaconda lesson. These are also outlined in the repository README.

[4]. Create a new conda environment:

[5]. conda create --name deep-learning python=3

[6]. Enter your new environment: Mac/Linux: >> source activate deep-learning Windows: >> activate deep-learning

Ensure you have numpy, matplotlib, pandas, and jupyter notebook installed by doing the following:

[7]. conda install numpy matplotlib pandas jupyter notebook

[8]. Run the following to open up the notebook server: jupyter notebook

[9]. In your browser, open Predicting_bike_sharing_data.ipynb. Note that in the previous workspace this was called Your_first_neural_network.ipynb but the contents are the same, this is just a descriptive difference.

[10]. Follow the instructions in the notebook; they will lead you through the project. You'll ultimately be editing the my_answers.py python file, whose components are imported into the notebook at various places.

predicting-bike-sharing-patterns's People

Contributors

ravijyoti3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.