Giter Site home page Giter Site logo

Comments (5)

Atomu2014 avatar Atomu2014 commented on July 16, 2024 1

SGD很慢,实验室环境中,数据量上亿之后很难做到上百轮的训练,用adaptive算法能显著加快收敛。
从比赛角度讲,比较出名的FFM就是用的adagrad算法,这可能也是libFFM的优秀训练速度的一个原因。
从工业界角度讲,end-to-end的策略也会比预训练更有优势,个人认为合理的初始化策略是值得探讨的一个问题。

from attentional_factorization_machine.

hexiangnan avatar hexiangnan commented on July 16, 2024

from attentional_factorization_machine.

Atomu2014 avatar Atomu2014 commented on July 16, 2024

FM同样面临稀疏数据初始化的问题,据我所知另一种主流的FM初始化方法是采用方差为根号1/k的随机分布,k为embedding size,而且由于采用了adaptive optimizer,FM不能保证在不同的初始化条件下收敛到相同的解

from attentional_factorization_machine.

hexiangnan avatar hexiangnan commented on July 16, 2024

from attentional_factorization_machine.

Atomu2014 avatar Atomu2014 commented on July 16, 2024

感谢您耐心的回答

from attentional_factorization_machine.

Related Issues (20)

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.