Book Image

Applied Supervised Learning with R

By : Karthik Ramasubramanian, Jojo Moolayil
Book Image

Applied Supervised Learning with R

By: Karthik Ramasubramanian, Jojo Moolayil

Overview of this book

R provides excellent visualization features that are essential for exploring data before using it in automated learning. Applied Supervised Learning with R helps you cover the complete process of employing R to develop applications using supervised machine learning algorithms for your business needs. The book starts by helping you develop your analytical thinking to create a problem statement using business inputs and domain research. You will then learn different evaluation metrics that compare various algorithms, and later progress to using these metrics to select the best algorithm for your problem. After finalizing the algorithm you want to use, you will study the hyperparameter optimization technique to fine-tune your set of optimal parameters. The book demonstrates how you can add different regularization terms to avoid overfitting your model. By the end of this book, you will have gained the advanced skills you need for modeling a supervised machine learning algorithm that precisely fulfills your business needs.
Table of Contents (12 chapters)
Applied Supervised Learning with R
Preface

Exploring Research Work


In this chapter, we will explore the two most significant research works that eventually also became an open source offering. The emphasis in this chapter is given onto a top-down approach, where we will start from the origin of excellent research work and see how it became a mainstream toolkit for everyone to use. While emphasizing on research work, we would like to highlight that a lot of research work does not find its place in the standard toolkit available in the market, but some gems could be found if one works slightly harder.

We recommend following the fantastic effort put by the creators of https://paperswithcode.com. The Papers With Code team has created a free and open resource platform with machine learning papers, code, and evaluation tables with the help from the community and powered by automation. They have already automated the linking of code to papers, and they are now working on automating the extraction of evaluation metrics from papers. The work...