Introduction to Machine Learning in R - English
356 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.