Coder Social home page Coder Social logo

levenberg-marquardt's Introduction

Levenberg-Marquardt

python实现简单的非线性最优化解,来对LM算法学习理解,仅供个人学习
要点
LM算法本质上为高斯牛顿方法的进化,对于高斯牛顿方法迭代中的海森矩阵加入uI来保证海森矩阵的正定
通过条件目标方程的下降程度来判断步长和方向从而确保得到局部最优解
LM不是全局最优解方法,所以对初值的设定也是敏感的
本次雅克比矩阵的方法为导数的定义(直接列出求导数学关系式会更快)
https://www.cnblogs.com/shhu1993/p/4878992.html
上面链接有大体讲解和matlab实现

levenberg-marquardt's People

Contributors

beardagen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.