Machine Learning A-Z: AI, Python & R + ChatGPT Prize [2024]

This image has an empty alt attribute; its file name is Path-181.svg42h 48m total length
46 sections
386 lectures

Course Overview

Machine Learning A-Z: AI, Python & R + ChatGPT Prize [2024]

Explore the world of Machine Learning with this Machine Learning A-Z course designed by experts. Trusted by over 1 million students globally, it simplifies complex theory, algorithms, and coding libraries. Learn step-by-step with tutorials in Python, R, or both, and build the skills needed for a successful career in Data Science

What you’ll learn:

  • Master Machine Learning on Python & R
  • Have a great intuition of many Machine Learning models
  • Make accurate predictions
  • Make powerful analysis
  • Make robust Machine Learning models
  • Create strong added value to your business
  • Use Machine Learning for personal purpose
  • Handle specific topics like Reinforcement Learning, NLP and Deep Learning
  • Handle advanced techniques like Dimensionality Reduction
  • Know which Machine Learning model to choose for each type of problem
  • Build an army of powerful Machine Learning models and know how to combine them to solve any problem

Course Title

Machine Learning A-Z: AI, Python & R + ChatGPT Prize [2024]

This course includes:

  • 42.5 hours on-demand video
  • 5 coding exercises
  • 40 articles
  • 9 downloadable resources
  • Access on mobile and TV
  • Full lifetime access
  • Certificate of completion

Requirements

  • Just some high school mathematics level.

Who this course is for:

  • Anyone interested in Machine Learning.
  • Students who have at least high school knowledge in math and who want to start learning Machine Learning.
  • Any intermediate level people who know the basics of machine learning, including the classical algorithms like linear regression or logistic regression, but who want to learn more about it and explore all the different fields of Machine Learning.
  • Any people who are not that comfortable with coding but who are interested in Machine Learning and want to apply it easily on datasets.
  • Any students in college who want to start a career in Data Science.
  • Any data analysts who want to level up in Machine Learning.
  • Any people who are not satisfied with their job and who want to become a Data Scientist.
  • Any people who want to create added value to their business by using powerful Machine Learning tools.

Course content

46 sections • 386 lectures • 42h 48m total length

1. Welcome to the course! Here we will help you get started in the best conditions – 6 lectures • 19min
Welcome Challenge!2:43
Machine Learning Demo – Get Excited! Preview04:45
Get all the Datasets, Codes and Slides here Preview00:09
How to use the ML A-Z folder & Google Colab5:44
Installing R and R Studio (Mac, Linux & Windows)5:21
EXTRA: Use ChatGPT to Boost your ML Skills0:24
2. ——————– Part 1: Data Preprocessing ——————– – 4 lectures • 10min
Welcome to Part 1 – Data Preprocessing0:22
The Machine Learning process Preview01:31
Splitting the data into a Training and Test set2:02
Feature Scaling6:27
3. Data Preprocessing in Python – 19 lectures • 1hr 32min
Getting Started – Step 15:21
Getting Started – Step 25:21
Importing the Libraries3:34
Importing the Dataset – Step 15:13
Importing the Dataset – Step 24:42
Importing the Dataset – Step 35:46
For Python learners, summary of Object-oriented programming: classes & objects1:03
Coding Exercise 1: Importing and Preprocessing a Dataset for Machine Learning1 question
Taking care of Missing Data – Step 15:56
Taking care of Missing Data – Step 25:58
Coding Exercise 2: Handling Missing Data in a Dataset for Machine Learning1 question
Encoding Categorical Data – Step 14:24
Encoding Categorical Data – Step 25:54
Encoding Categorical Data – Step 34:39
Coding Exercise 3: Encoding Categorical Data for Machine Learning1 question
Splitting the dataset into the Training set and Test set – Step 13:55
Splitting the dataset into the Training set and Test set – Step 25:59
Splitting the dataset into the Training set and Test set – Step 33:52
Coding Exercise 4: Dataset Splitting and Feature Scaling1 question
Feature Scaling – Step 15:56
Feature Scaling – Step 24:45
Feature Scaling – Step 33:48
Feature Scaling – Step 45:59
Coding exercise 5: Feature scaling for Machine Learning1 question
4. Data Preprocessing in R – 10 lectures • 42min
Getting Started1:35
Dataset Description1:57
Importing the Dataset2:44
Taking care of Missing Data5:55
Encoding Categorical Data5:56
Splitting the dataset into the Training set and Test set – Step 14:38
Splitting the dataset into the Training set and Test set – Step 24:54
Feature Scaling – Step 14:25
Feature Scaling – Step 24:49
Data Preprocessing Template5:15
Data Preprocessing Quiz5 questions
5. ——————– Part 2: Regression ——————– – 1 lecture • 1min
Welcome to Part 2 – RegressionWelcome to Part 2 – Regression0:21
6. Simple Linear Regression – 16 lectures • 1hr 12min
Simple Linear Regression Intuition2:22
Ordinary Least Squares Preview03:17
Simple Linear Regression in Python – Step 1a5:49
Simple Linear Regression in Python – Step 1b5:58
Simple Linear Regression in Python – Step 2a3:53
Simple Linear Regression in Python – Step 2b3:58
Simple Linear Regression in Python – Step 34:35
Simple Linear Regression in Python – Step 4a5:49
Simple Linear Regression in Python – Step 4b5:57
Simple Linear Regression in Python – Additional Lecture0:30
Simple Linear Regression in R – Step 14:40
Simple Linear Regression in R – Step 25:58
Simple Linear Regression in R – Step 33:38
Simple Linear Regression in R – Step 4a5:44
Simple Linear Regression in R – Step 4b5:33
Simple Linear Regression in R – Step 4c4:37
Simple Linear Regression Quiz5 questions
7. Multiple Linear Regression – 25 lectures • 2hr 16min
Dataset + Business Problem Description3:44
Multiple Linear Regression Intuition2:26
Assumptions of Linear Regression Preview04:23
Multiple Linear Regression Intuition – Step 37:21
Multiple Linear Regression Intuition – Step 42:10
Understanding the P-Value11:44
Multiple Linear Regression Intuition – Step 515:41
Multiple Linear Regression in Python – Step 1a5:54
Multiple Linear Regression in Python – Step 1b2:35
Multiple Linear Regression in Python – Step 2a4:28
Multiple Linear Regression in Python – Step 2b4:43
Multiple Linear Regression in Python – Step 3a5:52
Multiple Linear Regression in Python – Step 3b4:32
Multiple Linear Regression in Python – Step 4a5:38
Multiple Linear Regression in Python – Step 4b5:34
Multiple Linear Regression in Python – Backward Elimination1:35
Multiple Linear Regression in Python – EXTRA CONTENT0:31
Multiple Linear Regression in R – Step 1a3:53
Multiple Linear Regression in R – Step 1b3:57
Multiple Linear Regression in R – Step 2a5:22
Multiple Linear Regression in R – Step 2b4:20
Multiple Linear Regression in R – Step 34:26
Multiple Linear Regression in R – Backward Elimination – HOMEWORK !17:51
Multiple Linear Regression in R – Backward Elimination – Homework Solution7:33
Multiple Linear Regression in R – Automatic Backward Elimination0:15
Multiple Linear Regression Quiz5 questions
8. Polynomial Regression – 20 lectures • 1hr 39min
Polynomial Regression Intuition5:08
Polynomial Regression in Python – Step 1a4:36
Polynomial Regression in Python – Step 1b5:55
Polynomial Regression in Python – Step 2a5:55
Polynomial Regression in Python – Step 2b5:43
Polynomial Regression in Python – Step 3a5:57
Polynomial Regression in Python – Step 3b5:38
Polynomial Regression in Python – Step 4a3:59
Polynomial Regression in Python – Step 4b3:59
Polynomial Regression in R – Step 1a3:45
Polynomial Regression in R – Step 1b3:39
Polynomial Regression in R – Step 2a4:40
Polynomial Regression in R – Step 2b4:55
Polynomial Regression in R – Step 3a4:59
Polynomial Regression in R – Step 3b5:31
Polynomial Regression in R – Step 3c5:42
Polynomial Regression in R – Step 4a3:58
Polynomial Regression in R – Step 4b3:47
R Regression Template – Step 15:57
R Regression Template – Step 25:25
Polynomial Regression Quiz5 questions
9. Support Vector Regression (SVR) – 13 lectures • 1hr 3min
SVR Intuition (Updated!) Preview08:09
Heads-up on non-linear SVR Preview03:57
SVR in Python – Step 1a5:46
SVR in Python – Step 1b3:29
SVR in Python – Step 2a5:34
SVR in Python – Step 2b4:56
SVR in Python – Step 2c3:31
SVR in Python – Step 35:57
SVR in Python – Step 43:46
SVR in Python – Step 5a3:42
SVR in Python – Step 5b3:40
SVR in R – Step 15:58
SVR in R – Step 24:58
SVR Quiz5 questions
10. Decision Tree Regression – 10 lectures • 52min
Decision Tree Regression Intuition11:06
Decision Tree Regression in Python – Step 1a4:40
Decision Tree Regression in Python – Step 1b3:58
Decision Tree Regression in Python – Step 24:59
Decision Tree Regression in Python – Step 33:16
Decision Tree Regression in Python – Step 44:59
Decision Tree Regression in R – Step 14:55
Decision Tree Regression in R – Step 25:49
Decision Tree Regression in R – Step 34:55
Decision Tree Regression in R – Step 43:50
Decision Tree Regression Quiz5 questions
11. Random Forest Regression – 6 lectures • 36min
Random Forest Regression Intuition6:44
Random Forest Regression in Python – Step 15:53
Random Forest Regression in Python – Step 25:55
Random Forest Regression in R – Step 15:51
Random Forest Regression in R – Step 25:58
Random Forest Regression in R – Step 35:26
Random Forest Regression Quiz5 questions
12. Evaluating Regression Models Performance – 2 lectures • 10min
R-Squared Intuition Preview04:35
Adjusted R-Squared Intuition5:30
Evaluating Regression Models Performance Quiz5 questions
13. Regression Model Selection in Python – 8 lectures • 29min
Make sure you have this Model Selection folder ready0:31
Preparation of the Regression Code Templates – Step 14:45
Preparation of the Regression Code Templates – Step 25:59
Preparation of the Regression Code Templates – Step 33:59
Preparation of the Regression Code Templates – Step 43:58
THE ULTIMATE DEMO OF THE POWERFUL REGRESSION CODE TEMPLATES IN ACTION! – STEP 14:47
THE ULTIMATE DEMO OF THE POWERFUL REGRESSION CODE TEMPLATES IN ACTION! – STEP 24:15
Conclusion of Part 2 – Regression1:03
14. Regression Model Selection in R – 3 lectures • 19min
Evaluating Regression Models Performance – Homework’s Final Part8:54
Interpreting Linear Regression Coefficients9:16
Conclusion of Part 2 – Regression1:03
15. ——————– Part 3: Classification ——————– – 2 lectures • 3min
Welcome to Part 3 – Classification0:21
What is Classification?2:30
16. Logistic Regression – 29 lectures • 1hr 55min
Logistic Regression Intuition04:55
Maximum Likelihood3:50
Logistic Regression in Python – Step 1a5:43
Logistic Regression in Python – Step 1b3:59
Logistic Regression in Python – Step 2a5:51
Logistic Regression in Python – Step 2b5:57
Logistic Regression in Python – Step 3a3:58
Logistic Regression in Python – Step 3b3:30
Logistic Regression in Python – Step 4a5:59
Logistic Regression in Python – Step 4b1:49
Logistic Regression in Python – Step 55:59
Logistic Regression in Python – Step 6a5:52
Logistic Regression in Python – Step 6b3:33
Logistic Regression in Python – Step 7a5:54
Logistic Regression in Python – Step 7b3:44
Logistic Regression in Python – Step 7c3:19
Logistic Regression in Python – Step 7 (Colour-blind friendly image)0:12
Logistic Regression in R – Step 15:58
Logistic Regression in R – Step 22:58
Logistic Regression in R – Step 35:23
Logistic Regression in R – Step 4 Preview2:48
Warning – Update0:38
Logistic Regression in R – Step 5a5:48
Logistic Regression in R – Step 5b5:59
Logistic Regression in R – Step 5c4:59
Logistic Regression in R – Step 5 (Colour-blind friendly image)0:12
R Classification Template5:22
Machine Learning Regression and Classification EXTRA0:17
Logistic Regression Quiz5 questions
EXTRA CONTENT: Logistic Regression Practical Case Study0:16
17. K-Nearest Neighbors (K-NN) – 7 lectures • 38min
K-Nearest Neighbor Intuition4:52
K-NN in Python – Step 15:58
K-NN in Python – Step 25:51
K-NN in Python – Step 35:58
K-NN in R – Step 15:54
K-NN in R – Step 24:33
K-NN in R – Step 34:44
K-Nearest Neighbor Quiz5 questions
18. Support Vector Machine (SVM) – 6 lectures • 36min
SVM Intuition9:49
SVM in Python – Step 15:58
SVM in Python – Step 25:53
SVM in Python – Step 32:39
SVM in R – Step 15:47
SVM in R – Step 25:27
SVM Quiz5 questions
19. Kernel SVM – 10 lectures • 1hr 5min
Kernel SVM Intuition3:17
Mapping to a higher dimension Preview07:50
The Kernel Trick12:20
Types of Kernel Functions2:24
Non-Linear Kernel SVR (Advanced)10:55
Kernel SVM in Python – Step 15:59
Kernel SVM in Python – Step 25:59
Kernel SVM in R – Step 15:42
Kernel SVM in R – Step 25:41
Kernel SVM in R – Step 34:58
Kernel SVM Quiz5 questions
20. Naive Bayes – 10 lectures • 1hr 17min
Bayes Theorem Preview20:25
Naive Bayes Intuition Preview14:03
Naive Bayes Intuition (Challenge Reveal)6:04
Naive Bayes Intuition (Extras)9:41
Naive Bayes in Python – Step 15:56
Naive Bayes in Python – Step 25:48
Naive Bayes in Python – Step 31:35
Naive Bayes in R – Step 14:53
Naive Bayes in R – Step 24:41
Naive Bayes in R – Step 33:29
Naive Bayes Quiz5 questions
21. Decision Tree Classification – 6 lectures • 38min
Decision Tree Classification Intuition8:08
Decision Tree Classification in Python – Step 15:59
Decision Tree Classification in Python – Step 25:56
Decision Tree Classification in R – Step 15:55
Decision Tree Classification in R – Step 25:51
Decision Tree Classification in R – Step 35:42
Decision Tree Classification Quiz5 questions
22. Random Forest Classification – 6 lectures • 34min
Random Forest Classification Intuition4:28
Random Forest Classification in Python – Step 15:56
Random Forest Classification in Python – Step 25:56
Random Forest Classification in R – Step 15:56
Random Forest Classification in R – Step 25:58
Random Forest Classification in R – Step 35:26
Random Forest Classification Quiz5 questions
23. Classification Model Selection in Python – 6 lectures • 26min
Make sure you have this Model Selection folder ready0:33
Confusion Matrix & Accuracy Ratios Preview04:52
ULTIMATE DEMO OF THE POWERFUL CLASSIFICATION CODE TEMPLATES IN ACTION – STEP 15:51
ULTIMATE DEMO OF THE POWERFUL CLASSIFICATION CODE TEMPLATES IN ACTION – STEP 25:59
ULTIMATE DEMO OF THE POWERFUL CLASSIFICATION CODE TEMPLATES IN ACTION – STEP 35:52
ULTIMATE DEMO OF THE POWERFUL CLASSIFICATION CODE TEMPLATES IN ACTION – STEP 42:38
24. Evaluating Classification Models Performance – 5 lectures • 30min
False Positives & False Negatives7:57
Accuracy Paradox2:12
CAP Curve11:16
CAP Curve Analysis6:19
Conclusion of Part 3 – Classification2:09
Evaluating Classiification Model Performance Quiz5 questions
25. ——————– Part 4: Clustering ——————–1 lecture • 1min

Welcome to Part 4 – Clustering0:21
26. K-Means Clustering – 17 lectures • 1hr 24min
What is Clustering? (Supervised vs Unsupervised Learning) Preview03:19
K-Means Clustering Intuition2:37
The Elbow Method3:59
K-Means++4:48
K-Means Clustering in Python – Step 1a4:59
K-Means Clustering in Python – Step 1b2:58
K-Means Clustering in Python – Step 2a4:55
K-Means Clustering in Python – Step 2b5:25
K-Means Clustering in Python – Step 3a5:59
K-Means Clustering in Python – Step 3b5:57
K-Means Clustering in Python – Step 3c3:58
K-Means Clustering in Python – Step 45:58
K-Means Clustering in Python – Step 5a5:59
K-Means Clustering in Python – Step 5b4:57
K-Means Clustering in Python – Step 5c6:59
K-Means Clustering in R – Step 15:59
K-Means Clustering in R – Step 25:39
K-Means Clustering Quiz5 questions
27. Hierarchical Clustering – 15 lectures • 1hr 21min
Hierarchical Clustering Intuition Preview08:47
Hierarchical Clustering How Dendrograms Work8:47
Hierarchical Clustering Using Dendrograms11:21
Hierarchical Clustering in Python – Step 15:58
Hierarchical Clustering in Python – Step 2a4:52
Hierarchical Clustering in Python – Step 2b5:58
Hierarchical Clustering in Python – Step 2c5:59
Hierarchical Clustering in Python – Step 3a5:45
Hierarchical Clustering in Python – Step 3b5:42
Hierarchical Clustering in R – Step 13:45
Hierarchical Clustering in R – Step 25:23
Hierarchical Clustering in R – Step 3 Preview03:18
Hierarchical Clustering in R – Step 42:45
Hierarchical Clustering in R – Step 52:33
Hierarchical Clustering Quiz5 questions
Conclusion of Part 4 – Clustering0:12
28. ——————– Part 5: Association Rule Learning ——————–1 lecture • 1min
Welcome to Part 5 – Association Rule Learning0:11
29. Apriori – 8 lectures • 2hr 10min
Apriori Intuition18:13
Apriori in Python – Step 18:46
Apriori in Python – Step 217:07
Apriori in Python – Step 312:48
Apriori in Python – Step 419:41
Apriori in R – Step 119:53
Apriori in R – Step 214:24
Apriori in R – Step 319:17
Apriori Quiz5 questions
30. Eclat – 3 lectures • 28min
Eclat Intuition6:05
Eclat in Python12:00
Eclat in R10:09
Eclat Quiz5 questions
31. ——————– Part 6: Reinforcement Learning ——————–1 lecture • 1min
Welcome to Part 6 – Reinforcement Learning0:41
32. Upper Confidence Bound (UCB) – 13 lectures • 2hr 22min
The Multi-Armed Bandit Problem Preview15:36
Upper Confidence Bound (UCB) Intuition Preview14:53
Upper Confidence Bound in Python – Step 112:42
Upper Confidence Bound in Python – Step 23:51
Upper Confidence Bound in Python – Step 37:16
Upper Confidence Bound in Python – Step 415:45
Upper Confidence Bound in Python – Step 56:12
Upper Confidence Bound in Python – Step 67:28
Upper Confidence Bound in Python – Step 78:09
Upper Confidence Bound in R – Step 113:39
Upper Confidence Bound in R – Step 215:58
Upper Confidence Bound in R – Step 317:37
Upper Confidence Bound in R – Step 43:18
Upper Confidence Bound Quiz5 questions
33. Thompson Sampling – 9 lectures • 1hr 30min
Thompson Sampling Intuition19:12
Algorithm Comparison: UCB vs Thompson Sampling8:12
Thompson Sampling in Python – Step 15:47
Thompson Sampling in Python – Step 212:19
Thompson Sampling in Python – Step 314:03
Thompson Sampling in Python – Step 47:45
Additional Resource for this Section0:28
Thompson Sampling in R – Step 119:01
Thompson Sampling in R – Step 23:27
Thompson Sampling Quiz5 questions
34. ——————– Part 7: Natural Language Processing ——————–25 lectures • 3hr 6min
Welcome to Part 7 – Natural Language Processing1:05
NLP Intuition3:02
Types of Natural Language Processing4:11
Classical vs Deep Learning Models11:22
Bag-Of-Words Model17:05
Natural Language Processing in Python – Step 17:13
Natural Language Processing in Python – Step 26:45
Natural Language Processing in Python – Step 312:54
Natural Language Processing in Python – Step 411:00
Natural Language Processing in Python – Step 517:24
Natural Language Processing in Python – Step 69:52
Natural Language Processing in Python – EXTRA0:23
Homework Challenge0:43
Natural Language Processing in R – Step 116:35
Warning – Update0:22
Natural Language Processing in R – Step 28:39
Natural Language Processing in R – Step 36:27
Natural Language Processing in R – Step 42:57
Natural Language Processing in R – Step 52:05
Natural Language Processing in R – Step 65:49
Natural Language Processing in R – Step 73:26
Natural Language Processing in R – Step 85:20
Natural Language Processing in R – Step 912:50
Natural Language Processing in R – Step 1017:31
Homework Challenge0:47
Natural Language Processing Quiz5 questions
35. ——————– Part 8: Deep Learning ——————–2 lectures • 13min
Welcome to Part 8 – Deep Learning0:23
What is Deep Learning?12:34
Deep Learning Quiz5 questions
36. Artificial Neural Networks – 20 lectures • 3hr 26min
Plan of attack2:51
The Neuron16:24
The Activation Function8:29
How do Neural Networks work?12:47
How do Neural Networks learn?12:58
Gradient Descent10:12
Stochastic Gradient Descent8:44
Backpropagation5:21
Business Problem Description4:59
ANN in Python – Step 110:21
ANN in Python – Step 218:36
ANN in Python – Step 314:28
ANN in Python – Step 411:58
ANN in Python – Step 516:25
ANN in R – Step 117:17
ANN in R – Step 26:30
ANN in R – Step 312:29
ANN in R – Step 4 (Last step)14:07
Deep Learning Additional Content0:24
EXTRA CONTENT: ANN Case Study0:14
ANN QUIZ5 questions
37. Convolutional Neural Networks – 16 lectures • 3hr 14min
Plan of attack3:31
What are convolutional neural networks?15:49
Step 1 – Convolution Operation16:38
Step 1(b) – ReLU Layer6:41
Step 2 – Pooling14:13
Step 3 – Flattening1:52
Step 4 – Full Connection19:24
Summary4:19
Softmax & Cross-Entropy18:20
CNN in Python – Step 111:35
CNN in Python – Step 217:46
CNN in Python – Step 317:56
CNN in Python – Step 47:21
CNN in Python – Step 514:55
CNN in Python – FINAL DEMO!23:38
Deep Learning Additional Content #20:21
CNN Quiz5 questions
38. ——————– Part 9: Dimensionality Reduction ——————–1 lecture • 1min
Welcome to Part 9 – Dimensionality Reduction0:33
39. Principal Component Analysis (PCA) – 6 lectures • 1hr 3min
Principal Component Analysis (PCA) Intuition3:49
PCA in Python – Step 116:52
PCA in Python – Step 25:30
PCA in R – Step 112:08
PCA in R – Step 211:22
PCA in R – Step 313:42
PCA Quiz5 questions
40. Linear Discriminant Analysis (LDA) – 3 lectures • 39min
Linear Discriminant Analysis (LDA) Intuition3:50
LDA in Python14:52
LDA in R19:59
LDA Quiz5 questions
41. Kernel PCA – 2 lectures • 32min
Kernel PCA in Python11:03
Kernel PCA in R20:30
42. ——————– Part 10: Model Selection & Boosting ——————–1 lecture • 1min
Welcome to Part 10 – Model Selection & Boosting0:29
43. Model Selection – 6 lectures • 1hr 23min
k-Fold Cross-Validation Intuition8:57
Bias-Variance Tradeoff4:47
k-Fold Cross Validation in Python13:45
Grid Search in Python21:56
44. XGBoost – 3 lectures • 34min
XGBoost in Python14:48
Model Selection and Boosting Additional Content0:32
45. Annex: Logistic Regression (Long Explanation) – 1 lecture • 17min
Logistic Regression Intuition17:06
46. Congratulations!! Don’t forget your Prize 🙂 2 lectures • 2min
Huge Congrats for completing the challenge!1:31
Bonus: How To UNLOCK Top Salaries (Live Training)0:44
Instructor: Kirill Eremenko


My name is Kirill Eremenko and I am super-psyched that you are reading this!

Professionally, I come from the Data Science consulting space with experience in finance, retail, transport and other industries. I was trained by the best analytics mentors at Deloitte Australia and since starting on Udemy I have passed on my knowledge to thousands of aspiring data scientists.

From my courses you will straight away notice how I combine my real-life experience and academic background in Physics and Mathematics to deliver professional step-by-step coaching in the space of Data Science. One of the strongest sides of my teaching style is that I focus on intuitive explanations, so you can be sure that you will truly understand even the most complex topics.

To sum up, I am absolutely and utterly passionate about Data Science and I am looking forward to sharing my passion and knowledge with you!

Instructor: Hadelin de Ponteves

Hadelin is an online entrepreneur who has created 30+ top-rated educational e-courses to the world on new technology topics such as Artificial Intelligence, Machine Learning, Deep Learning, Blockchain and Cryptocurrencies. He is passionate about bringing this knowledge to the world and help as much people as possible. So far more than 2 million students have subscribed to his courses.

Instructor: SuperDataScience Team


Hi there,

We are the SuperDataScience team. You will hear from us when new SuperDataScience courses are released, when we publish new podcasts, blogs, share cheat sheets, and more!

We are here to help you stay on the cutting edge of Data Science and Technology. 

See you in class,

Sincerely,

SuperDataScience Team!

Instructor: Ligency Team


Hi there,

We are the Ligency PR and Marketing team. You will be hearing from us when new courses are released, when we publish new podcasts, blogs, share cheatsheets and more!

We are here to help you stay on the cutting edge of Data Science and Technology.

See you in class,

Sincerely,

The Real People at Ligency

Course Feature

Course Feature

Course Provider: Udemy
UEN: N/A
Course Reference Number: N/A
Mode Of Training: Online

FULL COURSE FEE$139.98
Duration42h 48m

Available in: English