Tag

Statistical Learning

0 views collected around this technical thread.

Model Perspective
Model Perspective
Oct 18, 2022 · Artificial Intelligence

Unlocking Nonlinear Insights: A Practical Guide to Generalized Additive Models (GAM)

Generalized Additive Models (GAM) extend linear regression by using smooth, non‑parametric functions and link functions to capture complex nonlinear relationships, offering flexible estimation via backfitting and local scoring, while balancing interpretability and computational cost, as illustrated through a calcium‑intake health example.

BackfittingGAMInterpretability
0 likes · 8 min read
Unlocking Nonlinear Insights: A Practical Guide to Generalized Additive Models (GAM)
Python Programming Learning Circle
Python Programming Learning Circle
Dec 14, 2020 · Artificial Intelligence

Notes on Feasibility, Hoeffding Inequality, and VC Theory from Lin Xuantian's Machine Learning Foundations Course

These concise notes summarize key concepts from Professor Lin Xuantian's Machine Learning Foundations course, covering feasibility of learning, Hoeffding and multi‑bin Hoeffding inequalities, VC bounds, dichotomies, growth and bounding functions, VC dimension, and their implications for model and sample complexity.

GeneralizationHoeffding InequalityMachine Learning
0 likes · 8 min read
Notes on Feasibility, Hoeffding Inequality, and VC Theory from Lin Xuantian's Machine Learning Foundations Course
DataFunTalk
DataFunTalk
May 29, 2019 · Artificial Intelligence

A Comprehensive Overview of Statistical Learning Methods for Machine Learning Interview Preparation

This article provides a detailed, English-language summary of key statistical learning concepts—including perceptron, k‑nearest neighbors, Naive Bayes, decision trees, logistic regression, support vector machines, boosting, EM, HMM, neural networks, K‑Means, bagging, Apriori and dimensionality reduction—complete with formulas, algorithm steps, and illustrative diagrams to aid interview preparation.

Machine LearningStatistical Learningclassification
0 likes · 44 min read
A Comprehensive Overview of Statistical Learning Methods for Machine Learning Interview Preparation