Skip to content

Commit

Permalink
Merge pull request #8 from nickovchinnikov/numerical_instability
Browse files Browse the repository at this point in the history
Shorten the title and description.
  • Loading branch information
nickovchinnikov authored Dec 6, 2024
2 parents a88d6d0 + 703e7ba commit 9f61fdc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/posts/gradient_descent_downhill_to_the_minima.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Gradient Descent - Downhill to the Minima. A Visual Journey to Optimization
description: Follow along with our interactive Python plot where we demonstrate the gradient descent in action. See how the algorithm navigates through a function's landscape to find the optimal solution. Watch as we code in Python, but also explain the logic behind each line.
title: Gradient Descent - Downhill to the Minima
description: Follow along with our interactive Python plot where we demonstrate the gradient descent in action.
authors:
- nick
date:
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/matmul_broadcasting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Matrix Multiplication and Broadcasting - The Heartbeat of Data Transformations
description: Dive into the essentials of matrix multiplication and broadcasting with simple explanations for deep learning enthusiasts.
title: Matrix Multiplication and Broadcasting
description: The Heartbeat of Data Transformations - Dive into the essentials of matrix multiplication and broadcasting.
authors:
- nick
date:
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/numerical_differentiation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Mastering Derivatives From Math to Code with Python Numerical Differentiation
description: Dive into the world of derivatives, from understanding the mathematical fundamentals to implementing Python code. Explore three methods of numerical differentiation - forward, backward, and central. We'll visualize their accuracy, helping you decide the best approach for your computational needs!
title: Mastering Derivatives and Numerical Differentiation From Math to Code
description: Dive into the world of derivatives, from understanding the mathematical fundamentals to implementing Python code.
authors:
- nick
date:
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/numerical_instability.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Numerical Instability in Numerical Differentiation
description: Delving into the pitfalls of numerical differentiation, exploring its impact on function optimization, and discussing alternatives for precise gradient computation in machine learning.
title: Instability in Numerical Differentiation
description: Delving into the pitfalls of numerical differentiation, exploring its impact on gradient computation.
authors:
- nick
date:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Why Does the Gradient Point to the Steepest Ascent?
description: Explore why the gradient vector indicates the direction of steepest ascent for functions, and learn how to visualize and apply this concept in optimization algorithms like gradient descent.
description: Explore why the gradient vector indicates the direction of steepest ascent for functions.
authors:
- nick
date:
Expand Down

0 comments on commit 9f61fdc

Please sign in to comment.