Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cis-team/datascience-squad
Data Science Squad Roadmap
https://github.com/cis-team/datascience-squad
cis-team computer-science data-science dataanalysis
Last synced: 7 days ago
JSON representation
Data Science Squad Roadmap
- Host: GitHub
- URL: https://github.com/cis-team/datascience-squad
- Owner: CIS-Team
- Created: 2021-07-25T22:44:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T17:45:52.000Z (about 3 years ago)
- Last Synced: 2023-08-10T18:27:52.569Z (over 1 year ago)
- Topics: cis-team, computer-science, data-science, dataanalysis
- Homepage:
- Size: 222 KB
- Stars: 50
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Data Science](https://user-images.githubusercontent.com/55801427/127027935-5d7d6de8-1a2d-411b-ac8d-6c07856c6f96.png)
# βΆ Data Science Squad Roadmap
**π βWe are in [CIS](https://www.facebook.com/cisteam15/) try to give you advice about How to start in Data Science. This Document for who are interested in Data Scienceβ**
# **βΆWhat is Data Science?**
π Data science is the field of study that combines domain expertise, programming skills, and knowledge of mathematics and statistics to extract meaningful insights from data. Data science practitioners apply machine learning algorithms to numbers, text, images, video, audio, and more to produce artificial intelligence (AI) systems to perform tasks that ordinarily require human intelligence. In turn, these systems generate insights which analysts and business users can translate into tangible business value.
# **βΆWhy Data Science is Important?**
Data is valuable, and so is the science in decoding it. Zillions of bytes of data are being generated, and now its value has surpassed oil as well. The role of a data scientist is and will be of paramount importance for organizations across many verticals.**Data without science is nothing.**
Data needs to be read and analyzed. This calls out for the requirement of having a quality of data and understanding how to read it and make data-driven discoveries.**Data will help to create better customer experiences.**
For goods and products, data science will be leveraging the power of machine learning to enable companies to create and produce products that customers will adore. For example, for an eCommerce company, a great recommendation system can help them discover their customer personas by looking at their purchase history.**Data will be used across verticals.**
Data science is not limited to only consumer goods or tech or healthcare. There will be a high demand to optimize business processes using data science from banking and transport to manufacturing. So anyone who wants to be a data scientist will have a whole new world of opportunities open out there. The future is data.# **βΆWhat are we going to learn?**
## **π Basic sciences you will need**
βββ Mathematics and statistics are the heart of data science. Because this is the basis by which you will understand the data and understand how to build machine learning Algorithms and how to work with them.## **π Data Analysis**
βββ In this part, you will start by learning the tools and techniques and applying statistics and mathematics that you have learned in order to understand the data, extract useful information from it, and communicate an impact to the owner who can understand and make important decisions## **πMachine Learning**
βββ Learn foundational machine learning algorithms, starting with data cleaning and supervised models. Then, move on to exploring deep and unsupervised learning. Also Learn advanced machine learning techniques and algorithms and how to package and deploy your models to a production environment.## βΆβΆ This track is divided into 3 Levels
### π Beginner: you get a basic understanding of data analysis, tools and techniques.
### π Intermediate: dive deeper in more complex topics of ML, Math and data engineering.
### π Advanced: where we learn more advanced Math, DL and Deployment.## βΆ Beginner
π Descriptive Stats.
βββ [Intro to Descriptive Statistics](https://www.udacity.com/course/intro-to-descriptive-statistics--ud827)
βββ Intro to Descriptive Statistics [Article 1](https://towardsdatascience.com/descriptive-statistics-f2beeaf7a8df) or [Article 2](https://towardsdatascience.com/intro-to-descriptive-statistics-252e9c464ac9)
βββ [Arabic Course](https://www.youtube.com/watch?v=d5jh5mmwcKI&list=PLY99ZSsxRyJiu6kb4WRRpeEFqK1pAr-EO)
βββ One resource is very enough
π Probability
βββ [Khan Academy](https://www.khanacademy.org/math/statistics-probability/probability-library)
βββ [Arabic Course](https://www.youtube.com/playlist?list=PL158D091D26F47358)
βββ One resource is very enough
π Python
βββ [Introduction to Python Programming](https://www.udacity.com/course/introduction-to-python--ud1110)
βββ
[OOP](https://learn.datacamp.com/courses/object-oriented-programming-in-python)
βββ
[Arabic Course](https://www.youtube.com/watch?v=MxYLqE3Ils8&list=PLHIfW1KZRIfnM9y0sQRwjVz2-IwvnEJep)
π Pandas
βββ [Kaggle](https://www.kaggle.com/learn/pandas)
βββ [Playlist-Youtube](https://www.youtube.com/watch?v=yzIMircGU5I&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y&index=1)
βββ [Arabic Course](https://www.youtube.com/watch?v=3ISW655DemU&list=PLvLvlVqNQGHCb2_ygmr1DQOMOv0yXp84F)
βββ One resource is very enough
π Numpy
βββ [Kaggle](https://www.kaggle.com/legendadnan/numpy-tutorial-for-beginners-data-science)
βββ [Arabic Course](https://www.youtube.com/watch?v=5-5CrLmf2vk&list=PLIA_seGogbkGDYq-dnVCsELEIq_7HK7Ca)
π Scipy
βββ [Tutorial](https://cs231n.github.io/python-numpy-tutorial/#scipy)
βββ [Docs](https://docs.scipy.org/doc/scipy/reference/tutorial/general.html)
π Data Cleaning
βββ [Read this](https://towardsdatascience.com/the-ultimate-guide-to-data-cleaning-3969843991d4) To know the importance of Data Cleaning
βββ [Kaggle to Cleaning data](https://www.kaggle.com/learn/data-cleaning)
βββ [Introduction to Data Science in Python](https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python)
βββ [Arabic video](https://www.youtube.com/watch?v=Mrd56i_U6cM) but not enough
βββ [Cleaning Data in Python](https://learn.datacamp.com/courses/cleaning-data-in-python)
π Data Visualization
βββ [Kaggle to Data Visualization with Seaborn](https://www.kaggle.com/learn/data-visualization)
βββ [Intermediate Data Visualization with Seaborn](https://learn.datacamp.com/courses/intermediate-data-visualization-with-seaborn)
βββ [Playlist-Youtube](https://www.youtube.com/watch?v=z7ZINBk8EUk&list=PL998lXKj66MpNd0_XkEXwzTGPxY2jYM2d)π EDA
βββ [IBM](https://www.coursera.org/learn/ibm-exploratory-data-analysis-for-machine-learning)
πSQL and DataBase
βββ [Intro to SQL](https://learn.datacamp.com/courses/introduction-to-sql) **or** [IBM](https://www.coursera.org/learn/sql-data-science)
βββ [Intro to Relational Databases in SQL](https://learn.datacamp.com/courses/introduction-to-relational-databases-in-sql)
βββ [Arabric Course](https://www.youtube.com/watch?v=B7evUQGmN6M&list=PLfM2wZNebA2zROxUcAbGxNrpVZncsF3oD)π Time Series Analysis
βββ [Track](https://learn.datacamp.com/skill-tracks/time-series-with-python)
βββ [Book](https://www.oreilly.com/library/view/practical-time-series/9781492041641/?fbclid=IwAR20cq7hAdWf6voOd61u-pNzZCHvB0rZhT_BUoGTAXxPBhhi82p8BhxLEsI)
βββ [fbprohet](https://facebook.github.io/prophet/docs/quick_start.html)
βββ Arabic Source [Video1](https://www.youtube.com/watch?v=TvhaHPq6xLU&list=TLPQMjYwNzIwMjEPGXX6392WJA&index=1) & [Video2](https://www.youtube.com/watch?v=mipF7mRVpk0&list=TLPQMjYwNzIwMjEPGXX6392WJA&index=2)Do not forget to apply what you have learned periodically.
--------------------------------------------------------------------------------------------------------
## βΆIntermediate.π Math for Machine Learning
βββ [Mathematics for Machine Learning Specialization](https://www.coursera.org/specializations/mathematics-machine-learning)π Machine Learning
βββ [Andrew Ng](https://www.coursera.org/learn/machine-learning)
βββ [IBM ML with Python](https://www.coursera.org/learn/machine-learning-with-python)
βββ [Hands on ML book](https://drive.google.com/file/d/15J7YoyRcmwQE2mgW5yVs-MrPL3YtmuSz/view?usp=sharing&fbclid=IwAR1RVi90sfrggEaZnc1roXW9H8AGECyHcsQnZw22FORq-HSaP0VlBU5CAiM)
βββ [Arabic Course](https://www.youtube.com/c/HeshamAsem/playlists)π Feature Engineering
βββ [Kaggle](https://www.kaggle.com/learn/feature-engineering) or [Article](https://www.medium.com/m/global-identity?redirectUrl=https%3A%2F%2Ftowardsdatascience.com%2Ffeature-engineering-for-machine-learning-3a5e293a5114)
βββ [Book](https://b-ok.cc/book/3583182/056a36)
βββ [Playlist-Youtube](https://www.youtube.com/watch?v=pYVScuY-GPk&list=PLeo1K3hjS3ut5olrDIeVXk9N3Q7mKhDxO)π Tableau
βββ [Tutorial](https://www.datacamp.com/community/tutorials/data-visualisation-tableau)
βββ [Specialization](https://www.coursera.org/specializations/data-visualization)### βΆβΆ Other topics related to all of the above
π Web Scraping&APIs
βββ [course](https://learn.datacamp.com/courses/web-scraping-with-python)
βββ [intro2](https://www.dataquest.io/blog/web-scraping-tutorial-python/)
βββ [Tutorial](https://realpython.com/beautiful-soup-web-scraper-python/)
βββ [book for both topics](https://b-ok.africa/book/3515980/5d50aa)
π APIs
βββ [Tutorial](https://www.dataquest.io/blog/python-api-tutorial/)
βββ [Article](https://medium.com/m/global-identity?redirectUrl=https%3A%2F%2Ftowardsdatascience.com%2Fhow-to-pull-data-from-an-api-using-python-requests-edcc8d6441b1)
βββ [Tutorial](https://rapidapi.com/blog/how-to-use-an-api-with-python/)
π Stats.
βββ [This stats. book](https://b-ok.africa/book/2737548/7659e9)
βββ [Think Bayes](https://b-ok.africa/book/2737587/ab97d5)
π Advanced SQL
βββ [course](https://www.coursera.org/lecture/data-driven-astronomy/more-advanced-sql-GDmo5)
βββ [joins](https://learn.datacamp.com/courses/joining-data-in-postgresql)### After finishing this level apply to 2 or 3 good-sized projects.
--------------------------------------------------------------------------------------------------------
## βΆ Advanced
**we will improve and add more!**π Deep Learning
βββ [Specialization (Andrew Ng)](https://www.coursera.org/specializations/deep-learning)
βββ [Book](https://d2l.ai/d2l-en.pdf?fbclid=IwAR0sVdA8VFYpNZCpYZHgo_kl_HYrjcjDfjEka26D8xRWAhbhh6mmSNIXg3U)
βββ [Arabic Course](https://www.youtube.com/watch?v=UKk3K0g7cP8&list=PL6-3IRz2XF5UiBoBDgeu5T3TyOIrgQ3r9)π Tensorflow & Keras
βββ [Specialization](https://www.coursera.org/specializations/tensorflow-in-practice)
βββ [Arabic Course](https://www.youtube.com/watch?v=ohyn_MzS_hE&list=PL6-3IRz2XF5VbuU2T0gS_mFhCpKmLxvCP)π Machine Learning Engineering for Production (MLOps)
βββ [Specialization](https://www.coursera.org/specializations/machine-learning-engineering-for-production-mlops?)π Practical Data Science
βββ [Specialization](https://www.coursera.org/specializations/practical-data-science)> more to be added here..
***
## ...More yet to come in this section..
***