Introduction to Machine Learning in R - English
This is a sample video. To access the full content,
please
Login
389 visits
Outline:
About Machine Learning. Types of Machine learning-Supervised learning, Unsupervised learning, Semi-supervised learning and Reinforcement learning. Classification and Regression techniques. Workflow of an ML Classifier algorithm. General steps of a classification machine learning algorithm. Use the dataset with chosen variables. Visualizing Feature Space and the partition line using ggplot2. Performing Train-test split. Construction of a dummy classifier. Evaluation of an ML algorithm.