#Probability & Statistics Before diving into Machine Learning proper, here's some notes about Probability Theory and standard Statistical Methods. If you really want to understand and grasp what any Machine Learning algorithm or model actually does, this is is the place to start,
These notes were put together from a variety of lecture notes from my university courses as well as from Probability and Statistics for Engineering and the Sciences by Jay L. Devore
- [Fundamentals and Distribution Reference](1 - Fundamentals and Distributions Reference.pdf)
- [Random Variable Properties and Central Limit Theorem](2 - RV Properties and CLT.pdf)
- [Estimation](3 - Estimation.pdf)
- [Hypothesis Testing](4 - Hypothesis Testing.pdf)
- [ANOVA](5 - ANOVA.pdf)
- [NonParametric Tests](6 - NonParametric Tests.pdf)
- [Stochastic Processes](7 - Stochastic Processes.pdf)
- [Markov Chains](8 - Markov Chains.pdf)
- [Hypothesis Testing Recap Diagram](9 - Tests Diagram.pdf)