On Artificial Intelligence
108 subscribers
27 photos
36 files
466 links
If you want to know more about Science, specially Artificial Intelligence, this is the right place for you
Admin Contact:
@Oriea
加入频道
Lectures Slides of Signal Processing for Machine Learning Course by Stanfrod University
http://web.stanford.edu/class/ee269/slides.html
#mathematics #machine_learning
The Math of Machine Learning - Berkeley University Textbook

The mathematical skills you need for starting your journey into the field of Machine Learning
Note: It should be noted that It doesn't cover all the mathematical skills you need for doing ML during your life, It's just a brief textbook which could help you to start learning more complicated mathematical concepts in ML

https://www.datasciencecentral.com/profiles/blogs/tutorial-the-math-of-machine-learning-berkeley-university
#mahine_learning #mathematics
Mathematics for Machine Learning

Summary:
The fundamental mathematical tools needed to understand machine learning include linear algebra, analytic geometry, matrix decompositions, vector calculus, optimization, probability and statistics. These topics are traditionally taught in disparate courses, making it hard for data science or computer science students, or professionals, to efficiently learn the mathematics. This self-contained textbook bridges the gap between mathematical and machine learning texts, introducing the mathematical concepts with a minimum of prerequisites. It uses these concepts to derive four central machine learning methods: linear regression, principal component analysis, Gaussian mixture models and support vector machines. For students and others with a mathematical background, these derivations provide a starting point to machine learning texts. For those learning the mathematics for the first time, the methods help build intuition and practical experience with applying mathematical concepts. Every chapter includes worked examples and exercises to test understanding. Programming tutorials are offered on the book's web site.

https://mml-book.github.io/book/mml-book.pdf
#machine_learning #mathematics