Code Monkey home page Code Monkey logo

hyperadam's Introduction

HyperAdam: A Learnable Task-Adaptive Adam for Network Training

Introduction

The current project page provides tensorflow code that implements our AAAI2019 paper:

Title: "HyperAdam: A Learnable Task-Adaptive Adam for Network Training"

Authors: Shipeng Wang, Jian Sun*, Zongben Xu

Email: [email protected]

Institution: School of Mathematics and Statistics, Xi'an Jiaotong University

Code: https://github.com/ShipengWang/HyperAdam-Tensorflow, https://github.com/ShipengWang/Variational-HyperAdam (PyTorch)

Link: https://ojs.aaai.org//index.php/AAAI/article/view/4466

Arxiv: https://arxiv.org/abs/1811.08996

Abstract:

Deep neural networks are traditionally trained using human-designed stochastic optimization algorithms, such as SGD and Adam. Recently, the approach of learning to optimize network parameters has emerged as a promising research topic. However, these learned black-box optimizers sometimes do not fully utilize the experience in human-designed optimizers, therefore have limitation in generalization ability. In this paper, a new optimizer, dubbed as \textit{HyperAdam}, is proposed that combines the idea of ``learning to optimize'' and traditional Adam optimizer. Given a network for training, its parameter update in each iteration generated by HyperAdam is an adaptive combination of multiple updates generated by Adam with varying decay rates. The combination weights and decay rates in HyperAdam are adaptively learned depending on the task. HyperAdam is modeled as a recurrent neural network with AdamCell, WeightCell and StateCell. It is justified to be state-of-the-art for various network training, such as multilayer perceptron, CNN and LSTM.

Citing our paper

If the code is useful in your research, please cite our AAAI2019 paper:

@inproceedings{wang2019hyperadam,
title={HyperAdam: A Learnable Task-Adaptive Adam for Network Training},
author={Wang, Shipeng and Sun, Jian and Xu, Zongben},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2019},
pages={5297--5304},
volume={33},
}

Requirements

  • python 2.7
  • TensorFlow 1.5 or PyTorch 1.0

hyperadam's People

Watchers

 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.