j-devlog
KO
~/nav

// categories

// tags

← /tags

$ grep --tag

#Calculus

// 8 posts found

[미분적분학 바이블]··16min

Calculus Bible Chapter 3: Applications of Differentiation

James Stewart's Calculus Chapter 3 — a concise summary of absolute extrema, the Mean Value Theorem, derivatives and the shape of graphs, optimization, Newton's Method, and antiderivatives.

#Calculus#Derivative#Optimization#Mean Value Theorem#Newton's Method
[미분적분학 바이블]··18min

Calculus Bible Chapter 2: Derivatives

James Stewart's Calculus, Chapter 2 — a concise summary covering derivatives and rates of change, the definition of the derivative, basic differentiation rules, the chain rule, implicit differentiation, related rates, and linear approximation.

#Calculus#Derivative#Differentiation#Chain Rule#James Stewart
[미분적분학 바이블]··15min

Calculus Bible Chapter 1: Functions and Limits

James Stewart's Calculus Chapter 1 — a concise summary covering the definition and types of functions, the concept of limits and their computation laws, continuity, and limits involving infinity.

#Calculus#Function#Limits#Continuity#James Stewart
[MMD]··10min

Calculus Concept Practice: Problems You Encounter in ML Optimization

A collection of concept exercises applying differentiation, loss function optimization, gradient descent, and backpropagation to real-world machine learning scenarios. Each problem is grounded in situations you commonly encounter when training models in practice.

#Calculus#Machine Learning#Assignment#Optimization#Backpropagation
[MMD]··16min

Calculus Coding Assignments: Implementing Optimization Algorithms with NumPy

Hands-on coding assignments implementing numerical differentiation, gradient descent, perceptron backpropagation, and Newton's method from scratch with NumPy. Each problem includes step-by-step hints and complete solution code.

#Calculus#Python#NumPy#Coding Assignment#Gradient Descent
[MMD]··13min

ML Calculus Chapter 3: Gradient Descent and Neural Network Optimization

A deep dive into the principles of gradient descent and learning rate, perceptron regression and classification, backpropagation, and Newton's method with the Hessian — the core concepts of neural network optimization.

#Calculus#Machine Learning#Gradient Descent#Backpropagation#Neural Network
[MMD]··11min

ML Calculus Chapter 2: Optimization, Partial Derivatives, and Gradients

A deep dive into the core of machine learning optimization: minimizing loss functions, differentiating squared and log loss, understanding partial derivatives and gradients, and using the gradient to find minima.

#Calculus#Machine Learning#Optimization#Gradient Descent#Gradient
[MMD]··12min

ML Calculus Chapter 1: Derivatives and Key Differentiation Rules

Build an intuitive understanding of derivatives — the engine behind ML optimization — and master the differentiation rules for constants, polynomials, exponentials, logarithms, and trig functions, plus scalar multiplication, sum, product, and chain rules.

#Calculus#Machine Learning#Differentiation#Derivative#Optimization