{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "**Math - Differential Calculus**\n", "\n", "Calculus is the study of continuous change. It has two major subfields: *differential calculus*, which studies the rate of change of functions, and *integral calculus*, which studies the area under the curve. In this notebook, we will discuss the former.\n", "\n", "*Differential calculus is at the core of Deep Learning, so it is important to understand what derivatives and gradients are, how they are used in Deep Learning, and understand what their limitations are.*\n", "\n", "**Note:** the code in this notebook is only used to create figures and animations. You do not need to understand how it works (although I did my best to make it clear, in case you are interested)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", " \n", " | \n", "\n", " \n", " | \n", "