YoVDO

Supervised Learning in R: Classification

Offered By: DataCamp

Tags

R Programming Courses Machine Learning Courses Supervised Learning Courses Logistic Regression Courses Naive Bayes Courses Classification Algorithms Courses K-Nearest Neighbors Courses

Course Description

Overview

In this course you will learn the basics of machine learning for classification.

This beginner-level introduction to machine learning covers four of the most common classification algorithms. You will come away with a basic understanding of how each algorithm approaches a learning task, as well as learn the R functions needed to apply these tools to your own work.

Syllabus

  • k-Nearest Neighbors (kNN)
    • As the kNN algorithm literally "learns by example" it is a case in point for starting to understand supervised machine learning. This chapter will introduce classification while working through the application of kNN to self-driving vehicle road sign recognition.
  • Naive Bayes
    • Naive Bayes uses principles from the field of statistics to make predictions. This chapter will introduce the basics of Bayesian methods while exploring how to apply these techniques to iPhone-like destination suggestions.
  • Logistic Regression
    • Logistic regression involves fitting a curve to numeric data to make predictions about binary events. Arguably one of the most widely used machine learning methods, this chapter will provide an overview of the technique while illustrating how to apply it to fundraising data.
  • Classification Trees
    • Classification trees use flowchart-like structures to make decisions. Because humans can readily understand these tree structures, classification trees are useful when transparency is needed, such as in loan approval. We'll use the Lending Club dataset to simulate this scenario.

Taught by

Brett Lantz

Related Courses

AI for Medical Prognosis
DeepLearning.AI via Coursera
Analysis and Interpretation of Data
Queen Mary University of London via Coursera
The Analytics Edge
Massachusetts Institute of Technology via edX
Практическое использование анализа данных для финансов
E-Learning Development Fund via Coursera
Aprendizaje de máquinas
Universidad Nacional Autónoma de México via Coursera