Easy web publishing from R
Write
R Markdown
documents in RStudio.
Share them here on RPubs.
(It’s free, and couldn’t be simpler!)
Get Started
Recently Published
Prediction Assignment Writeup
Overview
This document summarizes the work done for the Prediction Assignment Writeup project for the Coursera Practical Machine Learning course. It's created using the functionalities of the knitr package in RStudio using the actual analysis code. The repository for this work can be found at https://github.com/amete/PracticalMachineLearningAssignment.
Background
Using devices such as Jawbone Up, Nike FuelBand, and Fitbit it is now possible to collect a large amount of data about personal activity relatively inexpensively. These type of devices are part of the quantified self movement – a group of enthusiasts who take measurements about themselves regularly to improve their health, to find patterns in their behavior, or because they are tech geeks. One thing that people regularly do is quantify how much of a particular activity they do, but they rarely quantify how well they do it. In this project, your goal will be to use data from accelerometers on the belt, forearm, arm, and dumbell of 6 participants. They were asked to perform barbell lifts correctly and incorrectly in 5 different ways. More information is available from the website here: http://groupware.les.inf.puc-rio.br/har (see the section on the Weight Lifting Exercise Dataset).
Dhikfeb
PENGENALAN PROGRAM R
Prediction Assignment Writeup
This project focuses on building a machine learning model that can accurately predict the manner in which individuals perform weight-lifting exercises. The dataset contains sensor measurements collected from accelerometers placed on different parts of the body. These measurements capture movement patterns, which are then used to classify how correctly or incorrectly each exercise was performed.
The overall workflow includes downloading and cleaning the dataset, removing irrelevant or noisy variables, exploring correlations, splitting the data into training and validation sets, training a predictive model using Gradient Boosted Machines (GBM), evaluating performance through a confusion matrix, identifying important predictors, and generating final predictions for the test set.
The goal is to create a reliable model that generalizes well to unseen data.