Ze's Blog

      • Chinese
    • Posts

    • Algorithms
    • Profile

    • Github
      • Introduction

    Steepest Descent && Conjugate Gradient

    April 25, 2022
    Optimization

    This is a reading note on:

    An Introduction to the Conjugate Gradient Method Without the Agonizing Pain

    It is definitely the best paper to understand the steepest descent conjugate gradient method, which save me a lot of time, thanks god. And it is written in 1994, pretty cool, right? 🧐

    Introduction #

    Well, let’s begin with a short summary of this paper:

    Calendar May 28, 2023
      • Introduction