New Course! Supervised Learning in R: Classification

[This article was first published on DataCamp Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Hi there! We proud to launch our latest R & machine learning course, Supervised Learning in R: Classification! By Brett Lantz.

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.

Take me to chapter 1!

Supervised Learning in R: Classification features interactive exercises that combine high-quality video, in-browser coding, and gamification for an engaging learning experience that will make you an expert in machine learning in R!

What you’ll learn:

Chapter 1: k-Nearest Neighbors (kNN)

This chapter will introduce classification while working through the application of kNN to self-driving vehicles.

Chapter 2: Naive Bayes

Naive Bayes uses principles from the field of statistics to make predictions. This chapter will introduce the basics of Bayesian methods.

Chapter 3: Logistic Regression

Logistic regression involved fitting a curve to numeric data to make predictions about binary events.

Chapter 4: Classification Trees

Classification trees use flowchart-like structures to make decisions. Because humans an readily understand these tree structures, classification trees are useful when transparency is needed.

Start your path to mastering ML in R with Supervised Learning in R: Classification!

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)