{"id":18351817,"url":"https://github.com/codeslash21/predicting_bike_sharing_pattern","last_synced_at":"2025-04-10T00:37:16.081Z","repository":{"id":171246280,"uuid":"269776634","full_name":"codeslash21/Predicting_Bike_Sharing_Pattern","owner":"codeslash21","description":"Predicting bike sharing pattern for a ride sharing company for making efficient business policies.","archived":false,"fork":false,"pushed_at":"2020-06-05T21:38:41.000Z","size":647,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T15:51:34.001Z","etag":null,"topics":["deep-learning","neural-network"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeslash21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-05T21:04:22.000Z","updated_at":"2022-03-30T18:26:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3804de29-c10b-4b3b-bd0c-ab18a22d4f5e","html_url":"https://github.com/codeslash21/Predicting_Bike_Sharing_Pattern","commit_stats":null,"previous_names":["codeslash21/predicting_bike_sharing_pattern"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2FPredicting_Bike_Sharing_Pattern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2FPredicting_Bike_Sharing_Pattern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2FPredicting_Bike_Sharing_Pattern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeslash21%2FPredicting_Bike_Sharing_Pattern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeslash21","download_url":"https://codeload.github.com/codeslash21/Predicting_Bike_Sharing_Pattern/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138013,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","neural-network"],"created_at":"2024-11-05T21:32:59.656Z","updated_at":"2025-04-10T00:37:16.055Z","avatar_url":"https://github.com/codeslash21.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Predicting_Bike_Sharing_Pattern\n\n\nIn this project, we'll build a neural network from scratch to predict bike-sharing rides. \n\nImagine yourself owning a bike sharing company like [Cycle Hop](https://cyclehop.com). You want to protect how many bikes you need because if you have too few you're losing money from potential riders. If you have too many you're wasting money on bikes that are just sitting around. So you need to predict from historical data how many bikes you'll need in the near future.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"http://www.mediafire.com/convkey/a795/z8j0bvvu28jyri5zg.jpg\"/\u003e \n\u003c/p\u003e\n\n A good way to do this is with a neural network which is exactly what you'll do. In this notebook, you'll implement a neural network and train it on historical data to make predictions. After training the network and viewing its performance as it's being trained, you'll compare your networks predictions with actual data. If you build your network right you should find the network does a really good job, for the most part. Right! It's time for you to get started on your project.\n \n The data comes from the [UCI Machine Learning Database](https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset).\n \n ## Getting Started:\n For this project you have to download `anaconda` or `miniconda`. Then follow the below instructions -\n 1. Download the project materials from our GitHub repository. You can get download the repository with `git clone https://github.com/codeslash21/Predicting_Bike_Sharing_Pattern.git`.\n \n 2. cd into the `Predicting_Bike_Sharing_Pattern` directory.\n \n 3. Create a new conda environment:\n    ```\n     conda create --name deep-learning python=3\n    ```\n 4. Enter your new environment:\n  - Mac/Linux: `\u003e\u003e source activate deep-learning`\n  - Windows: `\u003e\u003e activate deep-learning`\n \n 5. Ensure you have `numpy`, `matplotlib`, `pandas`, and `jupyter notebook` installed by doing the following:\n    ```\n    conda install numpy matplotlib pandas jupyter notebook\n    ```\n    \n 6. Run the following command to open up jupyter notebook:\n    ```\n    jupyter notebook\n    ```\n    \n 7. In your browser, open `Your_first_neural_network.ipynb`.\n \n \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeslash21%2Fpredicting_bike_sharing_pattern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeslash21%2Fpredicting_bike_sharing_pattern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeslash21%2Fpredicting_bike_sharing_pattern/lists"}