Completed
Statistical Learning: 1.1 Opening Remarks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Statistical Learning with Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Statistical Learning: 1.1 Opening Remarks
- 2 Statistical Learning: 8 Years Later (Second Edition of the Course)
- 3 Statistical Learning I Introducing Jonathan - Third Edition of the Course I 2023
- 4 Statistical Learning: 1.2 Examples and Framework
- 5 Statistical Learning: 2.1 Introduction to Regression Models
- 6 Statistical Learning: 2.2 Dimensionality and Structured Models
- 7 Statistical Learning: 2.3 Model Selection and Bias Variance Tradeoff
- 8 Statistical Learning: 2.4 Classification
- 9 Statistical Learning: 2.Py Setting Up Python I 2023
- 10 Statistical Learning: 2.Py Data Types, Arrays, and Basics I 2023
- 11 Statistical Learning: 2.Py.3 Graphics I 2023
- 12 Statistical Learning: 2.Py Indexing and Dataframes I 2023
- 13 Statistical Learning: 3.1 Simple linear regression
- 14 Statistical Learning: 3.2 Hypothesis Testing and Confidence Intervals
- 15 Statistical Learning: 3.3 Multiple Linear Regression
- 16 Statistical Learning: 3.4 Some important questions
- 17 Statistical Learning: 3.5 Extensions of the Linear Model
- 18 Statistical Learning: 3.Py Linear Regression and statsmodels Package I 2023
- 19 Statistical Learning: 3.Py Multiple Linear Regression Package I 2023
- 20 Statistical Learning: 3.Py Interactions, Qualitative Predictors and Other Details I 2023
- 21 Statistical Learning: 4.1 Introduction to Classification Problems
- 22 Statistical Learning: 4.2 Logistic Regression
- 23 Statistical Learning: 4.3 Multivariate Logistic Regression
- 24 Statistical Learning: 4.4 Logistic Regression Case Control Sampling and Multiclass
- 25 Statistical Learning: 4.5 Discriminant Analysis
- 26 Statistical Learning: 4.6 Gaussian Discriminant Analysis (One Variable)
- 27 Statistical Learning: 4.7 Gaussian Discriminant Analysis (Many Variables)
- 28 Statistical Learning: 4.8 Generalized Linear Models
- 29 Statistical Learning: 4.9 Quadratic Discriminant Analysis and Naive Bayes
- 30 Statistical Learning: 4.Py Logistic Regression I 2023
- 31 Statistical Learning: 4.Py Linear Discriminant Analysis (LDA) I 2023
- 32 Statistical Learning: 4.Py K-Nearest Neighbors (KNN) I 2023
- 33 Statistical Learning: 5.1 Cross Validation
- 34 Statistical Learning: 5.2 K-fold Cross Validation
- 35 Statistical Learning: 5.3 Cross Validation the wrong and right way
- 36 Statistical Learning: 5.4 The Bootstrap
- 37 Statistical Learning: 5.5 More on the Bootstrap
- 38 Statistical Learning: 5.Py Cross-Validation I 2023
- 39 Statistical Learning: 5.Py Bootstrap I 2023
- 40 Statistical Learning: 6.1 Introduction and Best Subset Selection
- 41 Statistical Learning: 6.2 Stepwise Selection
- 42 Statistical Learning: 6.3 Backward stepwise selection
- 43 Statistical Learning: 6.4 Estimating test error
- 44 Statistical Learning: 6.5 Validation and cross validation
- 45 Statistical Learning: 6.6 Shrinkage methods and ridge regression
- 46 Statistical Learning: 6.7 The Lasso
- 47 Statistical Learning: 6.8 Tuning parameter selection
- 48 Statistical Learning: 6.9 Dimension Reduction Methods
- 49 Statistical Learning: 6.10 Principal Components Regression and Partial Least Squares
- 50 Statistical Learning: 6.Py Stepwise Regression I 2023
- 51 Statistical Learning: 6.Py Ridge Regression and the Lasso I 2023
- 52 Statistical Learning: 7.1 Polynomials and Step Functions
- 53 Statistical Learning: 7.2 Piecewise Polynomials and Splines
- 54 Statistical Learning: 7.3 Smoothing Splines
- 55 Statistical Learning: 7.4 Generalized Additive Models and Local Regression
- 56 Statistical Learning: 7.Py Polynomial Regressions and Step Functions I 2023
- 57 Statistical Learning: 7.Py Splines I 2023
- 58 Statistical Learning: 7.Py Generalized Additive Models (GAMs) I 2023
- 59 Statistical Learning: 8.1 Tree based methods
- 60 Statistical Learning: 8.2 More details on Trees
- 61 Statistical Learning: 8.3 Classification Trees
- 62 Statistical Learning: 8.4 Bagging
- 63 Statistical Learning: 8.5 Boosting
- 64 Statistical Learning: 8.6 Bayesian Additive Regression Trees
- 65 Statistical Learning: 8.Py Tree-Based Methods I 2023
- 66 Statistical Learning: 9.1 Optimal Separating Hyperplane
- 67 Statistical Learning: 9.2.Support Vector Classifier
- 68 Statistical Learning: 9.3 Feature Expansion and the SVM
- 69 Statistical Learning: 9.4 Example and Comparison with Logistic Regression
- 70 Statistical Learning: 9.Py Support Vector Machines I 2023
- 71 Statistical Learning: 9.Py ROC Curves I 2023
- 72 Statistical Learning: 10.1 Introduction to Neural Networks
- 73 Statistical Learning: 10.2 Convolutional Neural Networks
- 74 Statistical Learning: 10.3 Document Classification
- 75 Statistical Learning: 10.4 Recurrent Neural Networks
- 76 Statistical Learning: 10.5 Time Series Forecasting
- 77 Statistical Learning: 10.6 Fitting Neural Networks
- 78 Statistical Learning: 10.7 Interpolation and Double Descent
- 79 Statistical Learning: 10.Py Single Layer Model: Hitters Data I 2023
- 80 Statistical Learning: 10.Py Multilayer Model: MNIST Digit Data I 2023
- 81 Statistical Learning: 10.Py Convolutional Neural Network: CIFAR Image Data I 2023
- 82 Statistical Learning: 10.Py Document Classification and Recurrent Neural Networks I 2023
- 83 Statistical Learning: 11.1 Introduction to Survival Data and Censoring
- 84 Statistical Learning: 11.2 Proportional Hazards Model
- 85 Statistical Learning: 11.3 Estimation of Cox Model with Examples
- 86 Statistical Learning: 11.4 Model Evaluation and Further Topics
- 87 Statistical Learning: 11.Py Cox Model: Brain Cancer Data I 2023
- 88 Statistical Learning: 11.Py Cox Model: Publication Data I 2023
- 89 Statistical Learning: 12.1 Principal Components
- 90 Statistical Learning: 12.2 Higher order principal components
- 91 Statistical Learning: 12.3 k means Clustering
- 92 Statistical Learning: 12.4 Hierarchical Clustering
- 93 Statistical Learning: 12.5 Matrix Completion
- 94 Statistical Learning: 12.6 Breast Cancer Example
- 95 Statistical Learning: 12.Py Principal Components I 2023
- 96 Statistical Learning: 12.Py Clustering I 2023
- 97 Statistical Learning: 12.Py Application: NCI60 Data I 2023
- 98 Statistical Learning: 13.1 Introduction to Hypothesis Testing
- 99 Statistical Learning: 13.1 Introduction to Hypothesis Testing II
- 100 Statistical Learning: 13.2 Introduction to Multiple Testing and Family Wise Error Rate
- 101 Statistical Learning: 13.3 Bonferroni Method for Controlling FWER
- 102 Statistical Learning: 13.4 Holm's Method for Controlling FWER
- 103 Statistical Learning: 13.5 False Discovery Rate and Benjamini Hochberg Method
- 104 Statistical Learning: 13.6 Resampling Approaches
- 105 Statistical Learning: 13.6 Resampling Approaches II
- 106 Statistical Learning: 13.Py Multiple Testing I 2023
- 107 Statistical Learning: 13.Py False Discovery Rate I 2023
- 108 Statistical Learning: 13.Py Multiple Testing and Resampling I 2023