{"id":18510400,"url":"https://github.com/rakibhhridoy/easywaydiveinto-datascience","last_synced_at":"2026-04-06T01:35:31.683Z","repository":{"id":131513662,"uuid":"286042194","full_name":"rakibhhridoy/EasyWayDiveInto-DataScience","owner":"rakibhhridoy","description":"Data Science is not as easy as it seems at first. The most problem faced by new learner are lack of resource knowledge as well as confusion in using the various resources. I hope this repository will benefit confusion learner.  ","archived":false,"fork":false,"pushed_at":"2021-11-30T18:27:58.000Z","size":6176,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T11:18:03.226Z","etag":null,"topics":["algorithms","algorithms-implemented","bayesian-statistics","data-science","deep-learning","deep-neural-networks","linear-algebra","machine-learning","matplotlib","multivariate-calculus","numpy","optimization","pandas","python","scikit-learn","scipy","seaborn","statistics","statsmodels","tensorflow"],"latest_commit_sha":null,"homepage":"https://rakibhhridoy.github.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakibhhridoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-08T12:49:37.000Z","updated_at":"2022-04-17T17:40:35.000Z","dependencies_parsed_at":"2023-05-06T08:17:12.922Z","dependency_job_id":null,"html_url":"https://github.com/rakibhhridoy/EasyWayDiveInto-DataScience","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rakibhhridoy/EasyWayDiveInto-DataScience","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FEasyWayDiveInto-DataScience","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FEasyWayDiveInto-DataScience/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FEasyWayDiveInto-DataScience/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FEasyWayDiveInto-DataScience/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibhhridoy","download_url":"https://codeload.github.com/rakibhhridoy/EasyWayDiveInto-DataScience/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FEasyWayDiveInto-DataScience/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["algorithms","algorithms-implemented","bayesian-statistics","data-science","deep-learning","deep-neural-networks","linear-algebra","machine-learning","matplotlib","multivariate-calculus","numpy","optimization","pandas","python","scikit-learn","scipy","seaborn","statistics","statsmodels","tensorflow"],"created_at":"2024-11-06T15:23:11.470Z","updated_at":"2026-04-06T01:35:31.663Z","avatar_url":"https://github.com/rakibhhridoy.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *Easy Way to Dive Into Data Science*\n![dsimage](https://codersera.com/blog/wp-content/uploads/2019/11/main-page.jpg)\n\n## This repo consist learning:\n```bash\nnumpy                                             linear algebra\npandas                                            gradient descent\nmatplotlib                                        algorithm from scratch\nscipy                                             multivariate calculus\nstatsmodel                                        statistics\ntensorflow                                        frequential statistics\nscikit-learn                                      bayesian statistics\nseaborn                                           all formula fr ds\n```\n\n\n## Pre requirements\n\n##### Make sure you have ```Python``` installed. If you haven't python installed you can get from [here](https://www.python.org/downloads/). Or you can install [Anaconda](https://www.anaconda.com/products/individual) for easy access of all libraries.\n\n##### After Installing ```Python``` let's install our necessary libraries. Open *```Python Command Prompt```* and type the following. *[Not needed in Anaconda Situation]*\n```bash\npip install pandas\npip install numpy\npip install keras\npip install scipy\npip install matplotlib\npip install statsmodel\npip install sklearn\npip install seaborn\n```\n\n##### For using any libraries you have to import the file first\n```python\nimport pandas as pd                   #pd is alias of pandas \u0026 so others\nimport numpy as np\nimport matplotlib as mp\nimport matplotlib.pyplot as plt\nimport seaborn as sns\nimport sklearn as sk\nimport tensorflow as tf\nimport statsmodel as sm\nimport scipy as sc\n```\n#### If you are not get any error till now, lets dive into the notebooks that is provided in *****```Notebook```***** folder.\n\n### Get touch with me\n\nConnect- [linkedin](https://linkedin.com/in/rakibhhridoy) \u003cbr\u003e\nWebsite- [RakibHHridoy](https://rakibhhridoy.github.io) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhhridoy%2Feasywaydiveinto-datascience","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibhhridoy%2Feasywaydiveinto-datascience","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhhridoy%2Feasywaydiveinto-datascience/lists"}