Gallery
Concise and Practical AI/ML
Share
Explore
Mathematics Recap

icon picker
Calculus

What are Involved?

Calculus by Newton-Leibniz, notably derivation. The Newton notation (use quote ‘) is neat and fast but harder to imagine, this book uses Leibniz notation (use d/dx) for solving the dynamic programming formula of backpropagation as the chain rule can be seen more clearly.
The
image.png
is read as derivative of f, the process of finding the derivative of a function is call derivation.

Derivative of a Function

Derivative of a function f is a function t which has results as the rates of change at all points of function f. Each result of t at x can be used as coefficient to draw a tangent line to the function f at x.
For example,
image.png
, the derivative of f is:
image.png

Basic Calculus: Derivation

Reference

Core Derivatives

Derivative of a constant:
image.png
Derivative of a line:
image.png
Derivative of a polynomial:
image.png
Derivative of a exponential:
image.png
image.png
More core functions are there but unused in machine learning.

Common Derivative Rules

Sum Rule
image.png
Difference Rule
image.png
Product Rule
image.png
Quotient Rule
image.png
Chain Rule (used when changing the variable that the derivation is taking respect to)
image.png

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.