Machine Learning
Machine Learning in R and Python
Machine Learning in R and Python
Logistic Regression Intuition
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Logistic Regression to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Logistic Regression to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
K-NN Intuition
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting K-NN to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting K-NN to the Training set and Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
SVM Intuition
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting SVM to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting SVM to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Kernel SVM Intuition
Mapping to a higher dimension
The Kernel Trick
Types of Kernel Functions
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Kernel SVM to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Kernel SVM to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Bayes Theorem
Naive Bayes Intuition
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Naive Bayes to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting SVM to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Decision Tree Classification Intuition
Decision Tree Classification in Python
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Decision Tree Classification to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Decision Tree Classification in R
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Decision Tree Classification to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Plotting the tree
Random Forest Classification Intuition
Random Forest Classification in Python
Importing the libraries
Importing the dataset
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Random Forest Classification to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Random Forest Classification in R
Importing the dataset
Encoding the target feature as factor
Splitting the dataset into the Training set and Test set
Feature Scaling
Fitting Random Forest Classification to the Training set
Predicting the Test set results
Making the Confusion Matrix
Visualising the Training set results
Visualising the Test set results
Choosing the number of trees