MFDS II Flashcards

1
Q

Continuity

A

A function f(x) is said to be continuous at a point x=a if the following conditions are met:
f(a) is defined
lim(x→a) f(x) exists
lim(x→a) f(x) = f(a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Differentiability

A

A function f(x) is said to be differentiable at a point x=a if the derivative f’(a) exists. The derivative is defined as:
f’(a) = lim(h→0) [f(a+h) - f(a)]/h

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Continuity and differentiability relation

A

If a function is differentiable at a point, it is also continuous at that point.
If a function is continuous at a point, it is not necessarily differentiable at that point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Real analysis applications

A

1 Machine learning
Linear regression (OLS estimator)
Gradient descent (opti loss
function)
2 Time series analysis
Fourier series (decom. time ser
data)
3 Data compression
PCA algorithm
SVD algorithm
4 Signal processing
Frequency noise reduction by
filtering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Convergence

A

Limit of nth term of a series exists and is finite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

monotonic sequence

A

A monotonic sequence is a sequence whose terms are either consistently increasing or consistently decreasing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

gradient

A

vector that points to maximum rate of increase of function
del f(x,y) = (df/fx, df/dy)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

divergence

A

measures the extetent to which vector field spreads out from a point. it is scalar quanityt and represents rate of change of field’s density

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

curl

A

measures the rotation or circulation at a point. It results in another vector that represents axis and magnitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

directional derivative is a scalar quantity

A

The directional derivative of a function is a scalar quantity that represents the rate of change of the function in a specific direction.
example:
phi = x2yz3 at point 1,1,1
v = i + 2j - 3k

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Applications of partial derivatives in data science

A

Gradient descent (minimize loss function)
Neural Network Optimization(gradient of losss function wrt network weights)
Regression analysis (best fit data by minimizing error function)
Support vector machine (optimize hyperparameters for SVM)
Expectation Maximization Algorithm (iteratively update parameter estimate)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly