-
Book Overview & Buying
-
Table Of Contents
Mathematics of Machine Learning
By :
So far, we have mostly talked about the theory of vectors and vector spaces. However, our ultimate goal is to build computational models for discovering and analyzing patterns in data. To put theory into practice, we will take a look at how vectors are represented in computations.
In computer science, there is a stark contrast between how we think about mathematical structures and how we represent them inside a computer. Until this point, our goal was to develop a mathematical framework that enables us to reason about the structure of data and its transformations. We want a language that is
However, our goals change when we aim to do computations instead of pure logical reasoning. We want implementations that are
These are often contradicting requirements, and particular situations might prefer one over the other. For instance,...