Linear Algebra Basics & Probability Fundamentals for Machine Learning
90 likes | 160 Vues
This background text explores linear algebra concepts such as vectors in Euclidean space and probability fundamentals including Bayes' theorem, independence, mean, variance, and various distributions like Bernoulli, Binomial, and Normal (Gaussian).
Linear Algebra Basics & Probability Fundamentals for Machine Learning
E N D
Presentation Transcript
Background for Machine Learning (I) UsmanRoshan
Linear algebra • Vector: • ordered collection of numbers • point in some Euclidean space • Examples: • x : (1, 2) • y : (3, 5) • z : (4, 1)
Linear algebra • x : (1, 2), y : (3, 5),z : (4, 1) • y – x = (3-1,5-2)=(2,3) • x – z = (1-4,2-1)=(-3,1)
Linear algebra • x : (1, 2), y : (3, 5),z : (4, 1) • Length of vector in Euclidean space • Length of x =
Probability • Read Appendix of textbook Introduction to Machine by EthemAlpaydin • Bayes theorem • Independence • Mean • Variance • Distributions • Bernoulli • Binomial • Normal (Gaussian)