Skip to content

Instantly share code, notes, and snippets.

@trthatcher
Last active May 28, 2018 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trthatcher/2b9c853a1cd853b31fd331b796dc072d to your computer and use it in GitHub Desktop.
Save trthatcher/2b9c853a1cd853b31fd331b796dc072d to your computer and use it in GitHub Desktop.
List of topics for machine learning and statistics

Data Analyst Handbook

Real Analysis

  • Sets
  • Continuity
  • Calculus
  • Measure Theory
  • Kernels

Linear Algebra

  • Types of Matrices
    • Symmetric
    • etc
  • Decompositions
    • SVD
    • Eigendecomposition
  • Matrix Calculus

Optimization

  • Gradient Descent
  • Newton-Raphson Method
  • Coordinate Descent
  • Conditions? Stephen Boyd

Probability Theory & Statistics

  • Measure theoretic probability
  • Random Variables
  • Expectation & Variance (identities)
  • Limiting Distributions
  • Law of Large Numbers
  • Central Limit Theorem
  • Sufficient Statistics
  • Ancilliary Statistics

Statistical Learning

  • Generalized Linear Models
  • Decision Trees
    • XGBoost
  • Bagging & Boosting
  • Clustering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment