Deep Learning Roadmap
  • Home
    • Guide to Using This
    • My Journey
  • Coding
  • Math
    • Linear Algebra
    • Calculus
    • Statistics
  • Grokking the Fundamentals
  • Transformers
  • Reinforcement Learning
Powered by GitBook
On this page
  1. Math

Statistics

PreviousCalculusNextGrokking the Fundamentals

Last updated 5 months ago

Learning

Relatively easy questions/concepts from Neel Nanda + me:

  • Basics of distributions: expected value, standard deviation, normal distributions

  • Log-likelihood

  • Random variables

  • Central limit theorem

  • Law of large numbers

  • Linear Regression, Least-Squares, Residual Plots, Overfitting

Based on those general concepts, here are some resources to try out:

  • Probability

    • https://seeing-theory.brown.edu/basic-probability/index.html

  • 3B1B

https://medium.com/jun94-devpblog/prob-stats-3-expected-value-variance-and-standard-deviation-bce9303d8da8
https://www.probabilitycourse.com/preface.php
https://www.khanacademy.org/math/ap-statistics
https://www.3blue1brown.com/lessons/clt
https://www.3blue1brown.com/lessons/convolutions2