An open API service indexing awesome lists of open source software.

https://github.com/himanshuteotia/maths_machine_learning


https://github.com/himanshuteotia/maths_machine_learning

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Maths for Machine Learning

## Linear Algebra

When formalizing (*give a definite structure or shape to*) intuitive concepts, a common approach is to construct a
set of objects (symbols) and a set of rules to manipulate these objects. This
is known as an algebra. Linear algebra is the study of vectors and certain
rules to manipulate vectors. The vectors many of us know from school are
called “geometric vectors”, which are usually denoted by a small arrow above the letter, e.g., →x and →y

In general, vectors are special objects that can be added together and
multiplied by scalars to produce another object of the same kind. From
an abstract mathematical viewpoint, any object that satisfies these two
properties can be considered a vector. Here are some examples of such
vector objects:

* Geometric vectors
* Polynomials
* Audio signals are vectors
* Elements of Rn (tuples of n real numbers) are vectors. Rn is more abstract than polynomials