90 likes | 105 Views
Delve into the fundamentals of linear algebra in machine learning. Explore vectors, Euclidean spaces, and vector operations like addition and subtraction. Learn the essentials of probability theory including Bayesian theorem, independence, and common distributions.
E N D
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)