home.social

#optimizers — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #optimizers, aggregated by home.social.

fetched live
  1. 'PROMISE: Preconditioned Stochastic Optimization Methods by Incorporating Scalable Curvature Estimates', by Zachary Frangella, Pratik Rathore, Shipu Zhao, Madeleine Udell.

    jmlr.org/papers/v25/23-1187.ht

    #optimizers #optimization #preconditioned

  2. 'PROMISE: Preconditioned Stochastic Optimization Methods by Incorporating Scalable Curvature Estimates', by Zachary Frangella, Pratik Rathore, Shipu Zhao, Madeleine Udell.

    jmlr.org/papers/v25/23-1187.ht

    #optimizers #optimization #preconditioned

  3. 'PyPop7: A Pure-Python Library for Population-Based Black-Box Optimization', by Qiqi Duan et al.

    jmlr.org/papers/v25/23-0386.ht

    #optimizers #optimization #pypop7

  4. 'PyPop7: A Pure-Python Library for Population-Based Black-Box Optimization', by Qiqi Duan et al.

    jmlr.org/papers/v25/23-0386.ht

    #optimizers #optimization #pypop7

  5. 'Multi-Objective Neural Architecture Search by Learning Search Space Partitions', by Yiyang Zhao, Linnan Wang, Tian Guo.

    jmlr.org/papers/v25/23-1013.ht

    #optimizers #optimizer #optimizations

  6. 'Multi-Objective Neural Architecture Search by Learning Search Space Partitions', by Yiyang Zhao, Linnan Wang, Tian Guo.

    jmlr.org/papers/v25/23-1013.ht

    #optimizers #optimizer #optimizations

  7. 'Robust Black-Box Optimization for Stochastic Search and Episodic Reinforcement Learning', by Maximilian Hüttenrauch, Gerhard Neumann.

    jmlr.org/papers/v25/22-0564.ht

    #reinforcement #optimizers #optimizes

  8. 'Robust Black-Box Optimization for Stochastic Search and Episodic Reinforcement Learning', by Maximilian Hüttenrauch, Gerhard Neumann.

    jmlr.org/papers/v25/22-0564.ht

    #reinforcement #optimizers #optimizes

  9. 'Win: Weight-Decay-Integrated Nesterov Acceleration for Faster Network Training', by Pan Zhou, Xingyu Xie, Zhouchen Lin, Kim-Chuan Toh, Shuicheng Yan.

    jmlr.org/papers/v25/23-1073.ht

    #accelerated #optimizers #adaptive

  10. 'Win: Weight-Decay-Integrated Nesterov Acceleration for Faster Network Training', by Pan Zhou, Xingyu Xie, Zhouchen Lin, Kim-Chuan Toh, Shuicheng Yan.

    jmlr.org/papers/v25/23-1073.ht

    #accelerated #optimizers #adaptive

  11. 'Scaling the Convex Barrier with Sparse Dual Algorithms', by Alessandro De Palma, Harkirat Singh Behl, Rudy Bunel, Philip H.S. Torr, M. Pawan Kumar.

    jmlr.org/papers/v25/21-0076.ht

    #optimizers #sparse #dual

  12. 'Scaling the Convex Barrier with Sparse Dual Algorithms', by Alessandro De Palma, Harkirat Singh Behl, Rudy Bunel, Philip H.S. Torr, M. Pawan Kumar.

    jmlr.org/papers/v25/21-0076.ht

    #optimizers #sparse #dual

  13. 'Polygonal Unadjusted Langevin Algorithms: Creating stable and efficient adaptive algorithms for neural networks', by Dong-Young Lim, Sotirios Sabanis.

    jmlr.org/papers/v25/22-0796.ht

    #langevin #adaptive #optimizers

  14. 'Polygonal Unadjusted Langevin Algorithms: Creating stable and efficient adaptive algorithms for neural networks', by Dong-Young Lim, Sotirios Sabanis.

    jmlr.org/papers/v25/22-0796.ht

    #langevin #adaptive #optimizers

  15. 'Improving physics-informed neural networks with meta-learned optimization', by Alex Bihlo.

    jmlr.org/papers/v25/23-0356.ht

    #optimizers #learnable #learned

  16. 'Improving physics-informed neural networks with meta-learned optimization', by Alex Bihlo.

    jmlr.org/papers/v25/23-0356.ht

    #optimizers #learnable #learned

  17. A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range

    Guoqiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

    Action editor: Rémi Flamary.

    openreview.net/forum?id=VI2JjI

    #optimizers #imagenet #optimizer

  18. A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range

    Guoqiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

    Action editor: Rémi Flamary.

    openreview.net/forum?id=VI2JjI

    #optimizers #imagenet #optimizer

  19. Personalized Federated Learning: A Unified Framework and Universal Optimization Techniques

    Filip Hanzely, Boxin Zhao, mladen kolar

    Action editor: Naman Agarwal.

    openreview.net/forum?id=ilHM31

    #optimizers #personalized #optimization

  20. Personalized Federated Learning: A Unified Framework and Universal Optimization Techniques

    Filip Hanzely, Boxin Zhao, mladen kolar

    Action editor: Naman Agarwal.

    openreview.net/forum?id=ilHM31

    #optimizers #personalized #optimization

  21. A wild #blog post appears!

    Let's study the #LLVM and #GCC optimizers around the question of increments and decrements and see how they differ. Then we can make a decision as to whether or not we want to teach those optimizations to our #QBE optimizer we've been working on.

    briancallahan.net/blog/2022041

    #compile #compilers #optimizer #optimizers #compile #optimize #unix #c #programming #program #bsd #openbsd #freebsd #netbsd #dragonflybsd #linux #cproc

  22. Time for a new #blog post!

    We finish up our peephole optimizer, O, from the previous post. Now it's a completed framework that plugs into the cproc C compiler. So if we find that QBE is missing any more obvious optimizations, we can teach those optimizations to our peephole optimizer so we can benefit until QBE catches up.

    briancallahan.net/blog/2022040

    #compiler #optimizer #compile #compilers #compilation #optimizers #optimization #c #unix #bsd #openbsd #freebsd #netbsd #dragonflybsd #linux

  23. A wild #blog post appears!

    I wrote a peephole optimizer for QBE. QBE missed a couple of easy optimization wins, so let's use it as an opportunity to learn how peephole optimizers work and write one of our own.

    briancallahan.net/blog/2022033

    #compiler #compilers #compilation #compile #optimize #optimizer #optimizers #unix #openbsd #netbsd #freebsd #dragonflybsd #linux #c #cproc #qbe