All Projects → khanhnamle1994 → Statistical Learning

khanhnamle1994 / Statistical Learning

Lecture Slides and R Sessions for Trevor Hastie and Rob Tibshinari's "Statistical Learning" Stanford course

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Statistical Learning

Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-24.22%)
Mutual labels:  data-science, data-mining, regression
Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+3442.6%)
Mutual labels:  data-science, data-mining, regression
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+1313.45%)
Mutual labels:  data-science, data-mining, regression
Pzad
Курс "Прикладные задачи анализа данных" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 160 (-28.25%)
Mutual labels:  data-science, data-mining
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (-2.69%)
Mutual labels:  data-science, data-mining
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+885.2%)
Mutual labels:  data-science, regression
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-23.32%)
Mutual labels:  data-science, data-mining
Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (-21.08%)
Mutual labels:  data-science, data-mining
Awesome Machine Learning Interpretability
A curated list of awesome machine learning interpretability resources.
Stars: ✭ 2,404 (+978.03%)
Mutual labels:  data-science, data-mining
Awesome Ensemble Learning
Ensemble learning related books, papers, videos, and toolboxes
Stars: ✭ 195 (-12.56%)
Mutual labels:  data-science, data-mining
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (-14.8%)
Mutual labels:  data-science, regression
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (-2.24%)
Mutual labels:  data-science, data-mining
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-33.18%)
Mutual labels:  data-science, regression
Fantasy Basketball
Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.
Stars: ✭ 146 (-34.53%)
Mutual labels:  data-science, data-mining
Gensim
Topic Modelling for Humans
Stars: ✭ 12,763 (+5623.32%)
Mutual labels:  data-science, data-mining
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+5024.66%)
Mutual labels:  data-science, data-mining
Efficient Apriori
An efficient Python implementation of the Apriori algorithm.
Stars: ✭ 145 (-34.98%)
Mutual labels:  data-science, data-mining
Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (-12.11%)
Mutual labels:  data-science, regression
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-36.77%)
Mutual labels:  data-science, data-mining
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (-36.32%)
Mutual labels:  data-science, data-mining

ABOUT THIS COURSE

CoverPhoto

This is an introductory-level course in supervised learning, with a focus on regression and classification methods. The syllabus includes: linear and polynomial regression, logistic regression and linear discriminant analysis; cross-validation and the bootstrap, model selection and regularization methods (ridge and lasso); nonlinear models, splines and generalized additive models; tree-based methods, random forests and boosting; support-vector machines. Some unsupervised learning methods are discussed: principal components and clustering (k-means and hierarchical).

This is not a math-heavy class, so we try and describe the methods without heavy reliance on formulas and complex mathematics. We focus on what we consider to be the important elements of modern data analysis. Computing is done in R. There are lectures devoted to R, giving tutorials from the ground up, and progressing with more detailed sessions that implement the techniques in each chapter.

The lectures cover all the material in An Introduction to Statistical Learning, with Applications in R by James, Witten, Hastie and Tibshirani (Springer, 2013). The pdf for this book is available for free on the book website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].