Skip to content

This repo is made for Coursera Data science specialisation evaluation

Notifications You must be signed in to change notification settings

Aditya-Katkuri/Practical-Machine-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical-Machine-Learning-Project

This is the course project for the Practical Machine Learning Course on Coursera. Data used in this project is from the Human Activity Recognition project from Groupware@LES.

In this project, we will use data from accelerometers on the belt, forearm, arm, and dumbell of 6 participants to predict the manner in which they did the exercise. This is the “classe” variable in the training set. We train the Random Forest model using k-folds cross validation on the training set. We then predict using a validation set randomly selected from the training csv data to obtain the accuracy and out of sample error rate. Based on those numbers, we decide on the best model, and use it to predict 20 cases using the test csv set.

Files:

  • Report.Rmd is the r-markdown for the write-up
  • models.R contains the barebone code for the models and prediction
  • HTML markdown (report.html)

About

This repo is made for Coursera Data science specialisation evaluation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published