Skip to content

jasonmhead/AI-Expert-Roadmap-Connections

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

96 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Developer Roadmap Connections

AI Expert Roadmap with Connections

Roadmap to a Solid Foundation in Artificial Intelligence

MIT License


This is a fork and adaptation of https://github.com/AMAI-GmbH/AI-Expert-Roadmap

I've ported over the flowcharts to use the Mermaid library, that is intragrated into GitHub

If you are interested collaborating, drop a note to [email protected].

Note

πŸ‘‰ An interactive version with links to follow about each bullet of the list can be found at (https://jasonmhead.com/ai-expert-roadmap-with-connections/) πŸ‘ˆ

To receive updates [star ⭐] and watch πŸ‘€ the GitHub Repo to get notified, when we add new content to stay on the top of the most recent research.

Subscribe to a AI Newsletter to get links to developments in AI or Robotics that are interesting / useful.

Introduction

flowchart TD
en>AI Developer Concepts] --> 
A[Foundational Concepts] --> B{Choose Your Path} 
B --> C[Data Scientist] 
B --> D[Data Engineer]
C --> E[Machine Learning]
D --> F[Big Data Engineer]
E --> G[Deep Learning]
Loading

Fundamentals

mindmap
  root((Basics))
    Matrices & Linear Algebra Fundamentals
    Database Basics
      Relational
        SQL
          Inner
          Left
          Right
          Full Outer
      NoSQL
      Vector
      Graph
    Tabular Data
    Data Frames & Series
    Extract, Transform, Load ETL
    Data Use
      Reporting
      BI
      Analytics
    Data Formats
      JSON
      XML
      CSV
    Regular Expressions RegEx
Loading
mindmap
  root((Python))
    Basics
      Expressions 
      Variables 
      Data Structures 
      Functions 
      Install packages via pip. conda etc. 
      Codestyle. e.g. PEP8 
    Important libraries 
      Numpy
      Pandas
    Virtual Environments 
    Jupyter Notebooks / Lab 
Loading
mindmap
  root((Data Sources))
    Data Mining
    Web Scraping
    Great Public Datasets
    Kaggle
    Huggingface
Loading
mindmap
  root((Working with Data))
    Data Mining
    Web Scraping
    Great Public Datasets
    Kaggle
    Huggingface
Loading
mindmap
  root((Working with Data))
    Principal Component Analysis PCA
    Dimensionality & Numerosity reduction
    Normalization
    Data Scrubbing, Handling Missing Values
    Unbiased Estimators
    Binning Sparse Values
    Feature Extraction
    Denoising
    Sampling
Loading

Data Science Roadmap

mindmap
  root((Data Scientist))
    Statistics
      Probabilty Theory
        Randomness, random variable and random sample
        Probability distribution
        Conditional probability and Beyes' theorem
        Statistical independence
        Independent and Identically Distributed
        Functions
          Cumulative distribution
          Probability density
          Probability mass
    Continous distributions
      Normal / Gaussian
      Uniform 
      Beta 
      Dirichlet 
      Exponential 
      x2 chi squared
    Discrete distributions
      Uniform
      Binomial 
      Multinomial
      Hypergeometric
      Poisson
      Geometric 
    Summary Statistics
      Expectation and mean
      Variance and standard deviation
      Covariance and correlation
      Median, quartile
      Interquartie range
      Percentile / quartile
      Mode
    Estimation 
    Hypothesis Testing 
    Confidence Interval CI
    Monte Carlo Method 
Loading

Machine Learning Roadmap

Deep Learning Roadmap

Data Engineer Roadmap

Big Data Engineer Roadmap

🚦 Wrap Up

If you think any of the roadmaps can be improved, please do open a PR with any updates and submit any issues.

About

AI Expert Roadmap with Connections

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.5%
  • Vue 18.7%
  • Stylus 17.8%