Course Information
Course Overview
Machine Learning, Neural Networks, Deep Learning and Reinforcement Learning, GAN in Keras and TensorFlow
Interested in Machine Learning and Deep Learning ? Then this course is for you!
This course is about the fundamental concepts of machine learning, deep learning, reinforcement learning and machine learning. These topics are getting very hot nowadays because these learning algorithms can be used in several fields from software engineering to investment banking.
In each section we will talk about the theoretical background for all of these algorithms then we are going to implement these problems together. We will use Python with SkLearn, Keras and TensorFlow.
### MACHINE LEARNING ###
Linear Regression
understanding linear regression model
correlation and covariance matrix
linear relationships between random variables
gradient descent and design matrix approaches
Logistic Regression
understanding logistic regression
classification algorithms basics
maximum likelihood function and estimation
K-Nearest Neighbors Classifier
what is k-nearest neighbour classifier?
non-parametric machine learning algorithms
Naive Bayes Algorithm
what is the naive Bayes algorithm?
classification based on probability
cross-validation
overfitting and underfitting
Support Vector Machines (SVMs)
support vector machines (SVMs) and support vector classifiers (SVCs)
maximum margin classifier
kernel trick
Decision Trees and Random Forests
decision tree classifier
random forest classifier
combining weak learners
Bagging and Boosting
what is bagging and boosting?
AdaBoost algorithm
combining weak learners (wisdom of crowds)
Clustering Algorithms
what are clustering algorithms?
k-means clustering and the elbow method
DBSCAN algorithm
hierarchical clustering
market segmentation analysis
### NEURAL NETWORKS AND DEEP LEARNING ###
Feed-Forward Neural Networks
single layer perceptron model
feed.forward neural networks
activation functions
backpropagation algorithm
Deep Neural Networks
what are deep neural networks?
ReLU activation functions and the vanishing gradient problem
training deep neural networks
loss functions (cost functions)
Convolutional Neural Networks (CNNs)
what are convolutional neural networks?
feature selection with kernels
feature detectors
pooling and flattening
Recurrent Neural Networks (RNNs)
what are recurrent neural networks?
training recurrent neural networks
exploding gradients problem
LSTM and GRUs
time series analysis with LSTM networks
Transformers
word embeddings
query, key and value matrices
attention and attention scores
training a transformer
ChatGPT and transformers
Generative Adversarial Networks (GANs)
what are GANs
generator and discriminator
how to train a GAN
implementation of a simple GAN architecture
Numerical Optimization (in Machine Learning)
gradient descent algorithm
stochastic gradient descent theory and implementation
ADAGrad and RMSProp algorithms
ADAM optimizer explained
ADAM algorithm implementation
Reinforcement Learning
Markov Decision Processes (MDPs)
value iteration and policy iteration
exploration vs exploitation problem
multi-armed bandits problem
Q learning and deep Q learning
learning tic tac toe with Q learning and deep Q learning
You will get lifetime access to 150+ lectures plus slides and source codes for the lectures!
This course comes with a 30 day money back guarantee! If you are not satisfied in any way, you'll get your money back.
So what are you waiting for? Learn Machine Learning, Deep Learning in a way that will advance your career and increase your knowledge, all in a fun and practical way!
Thanks for joining the course, let's get started!
Course Content
- 47 section(s)
- 311 lecture(s)
- Section 1 Introduction
- Section 2 Environment Setup
- Section 3 Artificial Intelligence Basics
- Section 4 ### MACHINE LEARNING ###
- Section 5 Linear Regression
- Section 6 Logistic Regression
- Section 7 Cross Validation
- Section 8 K-Nearest Neighbor Classifier
- Section 9 Naive Bayes Classifier
- Section 10 Support Vector Machines (SVMs)
- Section 11 Decision Trees
- Section 12 Random Forest Classifier
- Section 13 Boosting
- Section 14 Principal Component Analysis (PCA)
- Section 15 Clustering
- Section 16 Machine Learning Project I - Face Recognition
- Section 17 ### NEURAL NETWORKS AND DEEP LEARNING ###
- Section 18 Feed-Forward Neural Network Theory
- Section 19 Simple Feed-Forward Neural Network Implementation
- Section 20 Deep Learning
- Section 21 Deep Neural Networks Theory
- Section 22 Deep Neural Networks Implementation
- Section 23 Machine Learning Project II - Smile Detector
- Section 24 Convolutional Neural Networks (CNNs) Theory
- Section 25 Convolutional Neural Networks (CNNs) Implementation
- Section 26 Machine Learning Project III - Identifying Objects with CNNs
- Section 27 Recurrent Neural Networks (RNNs) Theory
- Section 28 Recurrent Neural Networks (RNNs) Implementation
- Section 29 Transformers
- Section 30 Generative Adversarial Networks (GANs) Theory
- Section 31 Generative Adversarial Networks (GANs) Implementation
- Section 32 ### NUMERICAL OPTIMIZATION (OPTIMIZERS) ###
- Section 33 ### REINFORCEMENT LEARNING ###
- Section 34 Markov Decision Process (MDP) Theory
- Section 35 Exploration vs. Exploitation Problem
- Section 36 Q Learning Theory
- Section 37 Q Learning Implementation (Tic Tac Toe)
- Section 38 Deep Q Learning Theory
- Section 39 Deep Q Learning Implementation (Tic Tac Toe)
- Section 40 Proximal Policy Optimization (PPO) Theory
- Section 41 ### PYTHON PROGRAMMING CRASH COURSE ###
- Section 42 Appendix #1 - Python Basics
- Section 43 Appendix #2 - Functions
- Section 44 Appendix #3 - Data Structures in Python
- Section 45 Appendix #4 - Object Oriented Programming (OOP)
- Section 46 Appendix #5 - NumPy
- Section 47 COURSE MATERIALS (DOWNLOADS)
What You’ll Learn
- Solving regression problems (linear regression and logistic regression), Solving classification problems (naive Bayes classifier, Support Vector Machines - SVMs), Using neural networks (feedforward neural networks, deep neural networks, convolutional neural networks and recurrent neural networks, The most up to date machine learning techniques used by firms such as Google or Facebook, Face detection with OpenCV, TensorFlow and Keras, Deep learning - deep neural networks, convolutional neural networks (CNNS), recurrent neural networks (RNNs), Reinforcement learning - Q learning and deep Q learning approaches, Transformers (ChatGPT)
Skills covered in this course
Reviews
-
AArtem Filimonov
Very good introductory and somewhat intermediate course on ML and DL with a lot of aditional useful information. The course is well maintained. Nice
-
IIsaac Monawe
The course is very okay
-
AAmrit Singh
Actually if we present it with a dataset then it will be much better for new comers to understand . I think please add one slide for gradient Descent to calculate with data set.
-
JJosh Swan
Everything you need to know for the fundamentals of ML and DL. It is also regularly updated which is great. I will definitely be revisiting sections of this course to deepen my understanding and practice the Maths, so I am not so dependent on libraries all the time.