Please enable JavaScript.
Coggle requires JavaScript to display documents.
Math Topics Tree - Coggle Diagram
Math Topics Tree
-
Linear Algebra
Concepts
Sets
Functions: Also called Relation, Transformation or Mapping
-
Vector
A series of numbers
-
Representation
Usually represented with a lowercase alphabetical character with an arrow pointing to the right on top of it
Norms
Also known as the length of a vector, is the distance between its "Origin" and its "End"
-
Distance = d(x,y) := || x-y ||
-
-
Linear Systems
A group of linear equations (Equations that only involves adding and subtracting one or more variables to the first power)
-
Differential Calculus
Concepts
-
In many of the machine learning techniques, learning consists of finding which parameters minimize the cost/error function. This is true for linear and polynomial regression, logistic regression, deep learning, etc. This is where the derivative takes a major role.
Although all derivatives could be computed using the definition of derivative as a limit, there are well-established rules, known as derivative calculus theorems, which allow one to compute the derivative of many functions according to their composition without necessarily having to compute the limit. Such rules are a direct consequence of the definition of derivative and previous limit theorems.
-