
Getting Started with Machine Learning with R
Machine learning is a subfield of computer science that gives computers the ability to learn without being explicitly programmed. It explores the study and construction of algorithms that can learn from, and make predictions on, data. The R language is widely used among statisticians and data miners to develop statistical software and perform data analysis. Machine Learning is a growing field that focuses on teaching computers to do work that was traditionally reserved for humans; it is a cross-functional domain that uses concepts from statistics, math, software engineering, and more. In this course, you will start by organizing your data and then predicting it. Then you will work through various examples. The first example will demonstrate (using linear regression) predicting the murder arrest rate based on arrest data for a given State. Here you will explore R Studio and libraries, how to apply linear regression, how to score test sets, and plotting test results on a Cartesian pl