Main content is currently provided solely as interactive live discussion. We look at a few of more commonly used mathematical concepts in Data Science, such as vector spaces, probability & distributions, frequency domain, and differential calculus. Specifically, we look at those form the perspective of Data Science, and how they can be used in practice to and how we can think of them in a more intuitive way.
This notebook is primarily for running the visualizations and the exercises.
To keep track of the topics suggested for the discussion, in this notebook is also given this list of topics:
differential calculus:
slope
equilibrium - 4 types of zero
how to calculate the slope in practice
and how to use it
Interactive Demo¶
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.widgets import Slider
from IPython.display import display, HTML