photo_2022-04-20_03-18-03

     DATA SCIENCE ROADMAP 🏴‍☠️ 2023

Data Science Roadmap for anyone interested in how to break into the field!

This repository is intended to provide a free Self-Learning Roadmap to learn the field of Data Science. I provide some of the best free resources.


  Our Previous Roadmap ♥️
   ⚠️ Before we start, ⚠️

If you Dont know What`s Data Science or Projects Life Cycle (starting from Business Understanding to Deployment) or Which Programming Language you should go for or Job Descriptions or the required Soft & Hard Skills needed for this field or Data Science Applications or the Most Common Mistakes, then

📌This Video is for you (Highly Recommended ✔️)

Data Science vs Data Analytics vs Data Engineering - What's the Difference?


aaa

These terms are wrongly used interchangably among people. There are distinct differences:

🔸 Data Science 🔸 Data Analytics 🔸 Data Engineering
Is a multidisciplinary field that focuses on looking at raw and structured data sets and providing potential actionable insights. The field of Data Science looks at ensuring we are asking the right questions as opposed to finding exact answers. Data Scientist require skillsets that are centered on Computer Science, Mathematics, and Statistics. Data Scientist use several unique techniques to analyze data such as machine learning, trends, linear regressions, and predictive modeling. The tools Data Scientist use to apply these techniques include Python and R.
Focuses on looking at existing data sets and creating solutions to capture data, process data, and finally organize data to draw actionable insights. This field looks at finding general process, business, and engineering improvements we can make based on questions we don't know the answers to. Data Analytics require skillsets that are centered on Statistics, Mathematics, and high level understanding of Computer Science. It involves data cleaning, data visualization, and simple modeling. Common Data Analytic tools used include Microsoft Power Bi, Tableau, and SQL.
Focuses on creating the correct infrastructure and tools required to support the business. Data Engineers look at what are the optimal ways to store and extract data and involves writing scripts and building data warehouses. Data Engineering require skillsets that are centered on Software Engineering, Computer Science and high level Data Science. The tools Data Engineers utilize are mainly Python, Java, Scala, Hadoop, and Spark.

Prepare your workspace

Tip 1️⃣ : Pick one and stick to it. (📁Click)


Anaconda: It’s a tool kit that fulfills all your necessities in writing and running code. From Powershell prompt to Jupyter Notebook and PyCharm, even R Studio (if interested to try R)

a

Atom: A more advanced Python interface, highly recommended by experts.
Google Colab: It’s like a Jupyter Notebook but in the cloud. You don’t need to install anything locally. All the important libraries are already installed. For example NumPy, Pandas, Matplotlib, and Sci-kit Learn
PyCharm: PyCharm is another excellent IDE that enables you to integrate with libraries such as NumPy and Matplotlib, allowing you to work with array viewers and interactive plots.
Thonny: Thonny is an IDE for teaching and learning programming. Thonny is equipped with a debugger, and supports code completion, and highlights syntax errors.

Most learning platforms have integrated code exercises where you don’t need to install anything locally. But to learn it right, you should have an IDE installed on your local machine. Suggestions will be a marketplace with many options and few improvements from one platform to another.

Tip 2️⃣ : Focus on one course at least.

Tip 3️⃣ : Don’t chase certifications.

Tip 4️⃣ : Don’t rush for ML without having a good background in programming & maths.

This track is divided into 3 phases ⬇️ :

  1. Beginner: you get a basic understanding of data analysis, tools and techniques.

  2. Intermediate: dive deeper in more complex topics of ML, Math and data engineering.

  3. Advanced: where we learn more advanced Math, DL and Deployment.

🔔 For Data Camp courses, github student pack gives 3 free months. Google how to get it.
if you already used it, do not hesitate to contact us to have an account with free access.:hibiscus:

Legend

  • 📹 Video Content
  • 📕 Online Article Content / Book

💡 Roadmap Explanation ▶️ Youtube Video 🎥


🔰 Beginner 🔰

Algorithms Book Every piece of code could be called an algorithm, but this book covers the more interesting bits.
Specializations (data structures-algorithms)

1. Descriptive Statistics
   :video_camera: Intro to descriptive statistics | Same Course on YouTube
   :video_camera: Statistics Fundamentals - StatQuest - Youtube
   :closed_book: Online statistics education
   :closed_book: Intro to descriptive statistics Article1 & Article2
   :video_camera: Arabic Course
   :video_camera: Intro to Inferential Statistics++
   :closed_book: Practical Statistics for Data Scientists

2. Probability
   :video_camera: Khan Academy
   :video_camera: Arabic Course
   :closed_book: Introduction to Probability

3. Programming Languages

 :small_blue_diamond:R - good tool for visualization and statistical analysis.
   :video_camera: Introduction to R (Datacamp)
   :video_camera: Data Science Specialization - coursera
   :closed_book: An Introduction to R
   :closed_book: R for Data Science

 :small_blue_diamond:Python💯
   :video_camera: Introduction to Python Programming
   :video_camera: OOP
   :video_camera: Arabic - Hassouna | Elzero
   :video_camera: Python Full Course - FreeCodeCamp on YouTube
   :closed_book: Intro to Python for CS and Data Science
   more in OOP
4. Pandas
   :video_camera: Corey Schafer-Youtube
   :closed_book: Kaggle
   :closed_book: Docs
   :video_camera: Data School-Youtube
   :video_camera: Arabic Course
5. Numpy
   :closed_book: Kaggle
   :video_camera: Arabic Course
   :closed_book: Tutorial
   :closed_book: Docs
6. Scipy
   :closed_book: Tutorial
   :closed_book: Docs
7. Data Cleaning: One of the MOST important skills that you need to master to become a good data scientist, you need to practice on many datasets to master it.
   Read this
   :video_camera: Course 1
   :closed_book: Notebook1
   :closed_book: Notebook2
   :closed_book: Notebook3
   :closed_book: Kaggle Data cleaning
8. Data Visualization 📊
   :video_camera: Introduction to Data Visualization with Matplotlib or
   :video_camera: Corey Schafer - Playlist on Youtube or
   :video_camera: sentdex - Playlist on YouTube
   :closed_book: Kaggle to Data Visualization with Seaborn
   :video_camera: Playlist-Youtube
   :video_camera: Course1: Intro to Data Visualization with Seaborn
   :video_camera: Course2: Intermediate Data Visualization with Seaborn
   :video_camera: Course3: Understanding and Visualizing with Python

9. EDA Note: it's already mentioned in the above probability course
   :video_camera: DataCamp-EDA in Python
   :video_camera: IBM-EDA for Machine Learning

10. Dashboards

Power BI
   :video_camera: Power BI - Youtube (Alex)
   :video_camera: Power BI training
   :video_camera: Arabic - Youtube (Zanoon)
   :video_camera: Arabic - Youtube
Tableau
   :closed_book: Tutorial
   :video_camera: docs
   :video_camera: course - datacamp
   :video_camera: Simplilearn - Youtube

11. SQL and DB
   :video_camera: SQL for Data Analysis (Udacity-notesl:clipboard:l or simplilearn)
   :video_camera: Intro to SQL or IBM (SQL for Data Science)
   :video_camera: Intro to Relational Databases in SQL
   :video_camera: Arabic Course
   :video_camera: Arabic -ITI by Eng.Ramy Advanced - [Course Materials]
   :video_camera: 365 Data Science - SQL
   :pencil: Practice HackerRank & DataLemur

12. Python Regular Expression
   :closed_book: Tutorial
13. Time Series Analysis
   :video_camera: Track - DataCamp
   :video_camera: Course - Coursera
   :closed_book: Book
   :closed_book: fbprohet
   :video_camera: Arabic Source Video1 & Video2

At The end of Beginner phase apply all what you've learned on a project.


🔰 Intermediate 🔰

1. Math for ML: consists of Linear Algebra, Calculus and PCA.
📹 Mathematics for Machine Learning and Data Science - Andrew Ng
📹 Specialization
📹 Mathematics for Machine Learning - Most of the needed basics

🔹Linear Algebra
   :video_camera: Khan Academy - Linear Algebra
   :video_camera: Mathematics for Machine Learning: Linear Algebra
   :video_camera: 3Blue1Brown - Essence of Linear Algebra
🔹Calculus
   :video_camera: Multivariate Calculus - Coursera
   :video_camera: Essence of calculus - Youtube
🔹PCA
   :video_camera: PCA - Coursera

2. Machine Learning
   :video_camera: Coursera - Old Course by Andrew Ng (Octave/Matlab)
   :video_camera: Coursera Andrew`s new ML Specialization (Python)
   :video_camera: Machine Learning - StatQuest - YouTube
   :video_camera: Machine Learning Stanford Full Course on YouTube by Andrew
   :video_camera: CS480/680 Intro to Machine Learning - Spring 2019 - University of Waterloo
   :video_camera: SYDE 522 – Machine Intelligence (Winter 2018, University of Waterloo)
   :video_camera: Machine Learning for Engineers 2022 / (YouTube)
   :video_camera: Introduction to Machine Learning Course - Udacity
   :video_camera: Hesham Asem - Arabic content
   :video_camera: IBM ML with Python
   :video_camera: Machine Learning From Scratch - YouTube (Python Engineer)
   :closed_book: Hands On ML (1st & 2nd & 3rd) Editions | example code 'Notebooks'
   :video_camera: ML Algorithms in Practice
   :video_camera: ML scientist
   :video_camera: Project

3. Web Scraping/APIs
   :video_camera: course
   :closed_book: intro2
   :closed_book: Tutorial
   :closed_book: Book for both topics
APIs
   :closed_book: Tutorial
   :closed_book: Article
   :closed_book: Tutorial
4. Stats.
   :closed_book: This stats - Book
   :closed_book: Think Bayes - Book
5. Advanced SQL
   :video_camera: Joining Data in SQL - DataCamp
   :video_camera: Intermediate SQL - DataCamp
   :video_camera: More advanced SQL

7. Feature Engineering
   :closed_book: Tutorial
   :closed_book: Article
   :closed_book: Book
8. interpet Shapley-based explanations of ML models.
   :closed_book: SHAP
   :closed_book: Kaggle ML explainability

After finishing this level apply to 2 or 3 good sized projects.

Read this book, please 📖 Introduction to Statistical Learning with Applications in R بقولك اقرأه


🔰 Advanced 🔰

1. Deep Learning
   :video_camera: Deep Learning Fundamentals
   :video_camera: Introduction to Deep Learning - MIT
   :video_camera: Specialization
   :closed_book: Dive into Deep Learning (En) | (Ar) version ➡️Part1 & Part2
   :video_camera: Deep Learning UC Berkely
   :closed_book: github of Dive into DL
   :video_camera: Stanford Lecture - Convolutional Neural Networks for Visual Recognition
   :video_camera: University of Waterloo - ML / DL
   :closed_book: Deep Learning for coders with fastai & PyTorch

2. Tensorflow
   :video_camera: Specialization
   :video_camera: Youtube
    fast.ai's Deep Learning Courses

TensorFlow beats PyTorch in visualization capabilities and deploying trained models. Go for PyTorch if you want flexibility, debugging capabilities, and short training duration.

3. PyTorch
   :video_camera: PyTorch (UC Berkeley - Youtube) - Lec3 (The 5 parts)
   :video_camera: PyTorch - Dr. Data Science - Youtube
   :video_camera: Pytorch Tutorial - Aladdin - Youtube
   :video_camera: PyTorch Course (2022) - Youtube
   :closed_book: Deep Learning With Pytorch
   :closed_book: Machine Learning with PyTorch and Scikit-Learn -2022

4. Advanced Data Science
   :video_camera: Advanced Data Science with IBM Specialization Includes Apache Spark
 :x:Advanced ML Topics🧠 | Lecs (YouTube)
   :video_camera: Stanford CS330: Deep Multi-Task and Meta Learning I Autumn 2022 - Materials
   :video_camera: 18.409 Algorithmic Aspects of Machine Learning Spring 2015 - MIT

5. NLP
   :video_camera: Specialization - Coursera
   :video_camera: Arabic - Ahmed El Sallab
   :video_camera: Stanford CS224N Lectures - Winter 2021- YouTube
   :video_camera: Stanford XCS224U Lectures - Spring 2021- YouTube
   :video_camera: Introduction to Natural Language Processing in Python
 :small_orange_diamond:LLMS What`s Large Language Model?
   :video_camera: Generative AI with LLMs
   :video_camera: LLM Foundations
   :video_camera: How ChatGPTs / Transformers work?1 - 2 - 3 overview & Maths behind
   :video_camera: Prompt Engineering If you want to get the most out of LLMs
   :video_camera: LLMOps A Lec going through the entire LLM pipeline

6. Inferential Statistics
   :video_camera: Specialization, 2nd & 3rd courses
   :video_camera: course
7. Bayesian Statistics
   :video_camera: 1 - From Concept to Data Analysis
   :video_camera: 2 - Techniques and Models
   :video_camera: 3 - Mixture Models
8. Model Deployment
   :closed_book: Flask tutorial
   :video_camera: TensorFlow: Data and Deployment Specialization
   :video_camera: Deploy Models with TensorFlow Serving and Flask
   :video_camera: How to Deploy a Machine Learning Model to Google Cloud - Daniel Bourke
   if you`re intersted in more deployment methods, search for (FastAPI - Heroku - chitra)

9. MLOps : is a combination of Model Deployment, Model Serving, Model Monitoring, and Model Maintenance.
   :link: MLOps-zoomcamp
   :link: MLOps-guide
   :closed_book: Practical MLOps
10. Probabilistic Graphical Models
   :video_camera: Specialization - Coursera
   :video_camera: Spring 2016, University of Utah - YouTube

🌟 Read these books, they will be beneficial to you.
  📖 Bayesian Reasoning and Machine Learning
  📖 The Elements of Statistical Learning
  📖 Pattern Recognition and Machine Learning - Bishop (Advanced)

   Recommended by Eng.Mohamed Hammad.

📌PROJECTS ⏬

   :movie_camera:Deena Gergis - End to end Project
   :movie_camera:Machine Learning Projects - Youtube
   :computer:Top 10 Data Science Projects for Beginners
   :computer:12 Data Science Projects for Beginners and Experts
   :computer:Data Science Projects & Ideas
   :computer:Top 310+ Machine Learning Projects for 2023
   :computer:10 End-to-End Guided Data Science Projects
   :movie_camera:Real-World ML Tutorial w/ Scikit Learn
   :movie_camera:End To End ML Project With Dockers,Github Actions And Deployment
   :computer:Python Codes in Data Science
   :computer:12 free Data Science projects to practice Python and Pandas (resolve interactive online)


📌 Common Tools ⤵️

   :closed_book:Git   :movie_camera:Git - Udacity   :movie_camera:Arabic - Youtube
    - Anaconda

📌 More Books ~ 📌 Check This!

  :atom::atom::atom::atom::atom:
   :closed_book: 🔥 65 Free Important Books 🔥
   :closed_book: Mathematics for Machine Learning
   :closed_book: An Introduction to Statistical Learning
   :closed_book: Understanding Machine Learning: From Theory to Algorithms
   :closed_book: Probabilistic Machine Learning: An Introduction
   :closed_book: storytelling with data Important data visualization guide.


📌 Collection of the best Cheat sheets

  1. Importing Data

  2. Pandas

   - (1)    - (2)    - (3)

  1. Matplotlib

  2. Seaborn

  3. Probability

  4. Supervised Learning

  5. Unsupervised Learning

  6. Deep Learning

  7. Machine Learning Tips and Tricks

  8. Probabilities and Statistics

  9. Comprehensive Stanford Master Cheat Sheet

  10. Linear Algebra and Calculus

  11. Data Science Cheat Sheet

  12. Keras Cheat Sheet

  13. Deep Learning with Keras Cheat Sheet

  14. Visual Guide to Neural Network Infrastructures

  15. Skicit-Learn Python Cheat Sheet

  16. Scikit-learn Cheat Sheet: Choosing the Right Estimator

  17. Tensorflow Cheat Sheet

  18. Machine Learning Test Cheat Sheet

  19. Machine Learning Cheat Sheets (Recommended Guide) راجع المواضيع اللي في الشيت دي يا عزيزي وشوف اللي ناقصك


The best way to practice is to take part in competitions. 🏆🏆

Competitions will make you even more proficient in Data Science.
When we talk about top data science competitions, Kaggle is one of the most popular platforms for data science. Kaggle has a lot of competitions where you can participate according to your knowledge level.

You can also check these platforms for data science competitions-
- Driven Data
- Codalab
- Iron Viz
- Topcoder
- CrowdANALYTIX Community
- Bitgrit


📓 Data Science Interview Questions: ▶️   - (1)  - (2)  - (3)  - (4)  - (5)  - (6) Arabic Podcast🎧
                    - (7) 30 days of interview preparation📖


📌 Data Analysis Recommendations.
    Books (:closed_book: The Data Analysis Workshop & :closed_book: Head First Data Analysis)
    FWD - (The 3 Levels)
    Google Data Analytics Professional Certificate
    IBM Data Analyst Professional Certificate
    Google Advanced Data Analytics Professional Certificate 🆕
   Note: A good knowledge & projects in just Excel, SQL & Power BI / Tableau can bring you great opportunities.
     - Excel More Resources: (Arabic 1:video_camera: - Arabic 2:video_camera: - Books 📄 and cheat sheets for revising)

📌 Data Engineering Recommendations.
    Books (:closed_book: Fundamentals of Data Engineering & :closed_book: Designing Data-Intensive Applications)
    Arabic Podcast, Starting a Career in Data Engineering.
    For Arab, I recommend 2 YouTube Channels: (Garage Education & Big Data بالعربي)
    Roadmap 1
    Roadmap 2
    IBM Data Engineering Professional Certificate
   Note: A good knowledge & projects in SQL, Python, Apache Spark/Hadoop, Data Modeling and [Data Warehouse - {Arabic-Starting from the 7th video} can bring you great opportunities. Start with them then go for the other tools,concepts and cloud platforms.


📁 CV / Resumes 📝

📌 Data & AI Companies in Egypt   -   AI/ML Driven Companies In Egypt


Contact Me 📱


Typing SVG