Skip to content

My coding as I work through An Introduction to Statistical Learning with Applications in R (James, Witten, Hastie, Tibshirani)

Notifications You must be signed in to change notification settings

jsbroden/introduction-statistical-learning

 
 

Repository files navigation

An Introduction to Statistical Learning

Notes and code I am writing as I work through An Introduction to Statistical Learning with Applications in R, written by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani.

An Introduction to Statistical Learning with Applications in R

My Goals

As I read this book, I aim to find practical examples in new datasets of the various concepts covered. I have not read it, so it could be that examples are provided; if that's the case, I'll try to include both examples from the book, as well as examples I encounter while exploring other data.

I want to improve both my competence in statistical scripting in R, as well as engage in statistical learning techniques (or Machine Learning, as is currently the vogue name for the field). We'll see where it goes.

About the Book:

This book provides an introduction to statistical learning methods. It is aimed for upper level undergraduate students, masters students and Ph.D. students in the non-mathematical sciences. The book also contains a number of R labs with detailed explanations on how to implement the various methods in real life settings, and should be a valuable resource for a practicing data scientist.

An Introduction to Statistical Learning (ISL)" by James, Witten, Hastie and Tibshirani is the "how to'' manual for statistical learning. Inspired by "The Elements of Statistical Learning'' (Hastie, Tibshirani and Friedman), this book provides clear and intuitive guidance on how to implement cutting edge statistical and machine learning methods. ISL makes modern methods accessible to a wide audience without requiring a background in Statistics or Computer Science. The authors give precise, practical explanations of what methods are available, and when to use them, including explicit R code. Anyone who wants to intelligently analyze complex data should own this book.

  • Larry Wasserman, Professor, Department of Statistics and Department of Machine Learning, CMU.

About

My coding as I work through An Introduction to Statistical Learning with Applications in R (James, Witten, Hastie, Tibshirani)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%