conjugate gradients 엄청난 설명 자료
https://joonleesky.github.io/posts/Conjugate_Gradient/ [Math] Conjugate Gradients 이 포스팅에서는 \(Ax = b\)의 해를 찾아내는 과정을, 최적화 문제로 환원하여 해결하는 conjugate gradients method를 살펴봅니다. Justin Solomon 교수님의 CS 205a: Mathematical Methods for Robotics, Vision, and Graphics joonleesky.github.io 완-벽 이번에 사내에서 분석하는 어떤 건에서, probit 모델을 추천받아 활용해보았다. 그런데 newton method 중 hessian matrix를 계산하는 과정에서 문제가 생겨 수렴이 되지 않아 결과를 확인할 수 ..