Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizer Design and Implementation #4679

Closed
23 tasks done
jacquesqiao opened this issue Oct 10, 2017 · 1 comment
Closed
23 tasks done

Optimizer Design and Implementation #4679

jacquesqiao opened this issue Oct 10, 2017 · 1 comment

Comments

@jacquesqiao
Copy link
Member

jacquesqiao commented Oct 10, 2017

Goal

Implement Optimizer with new CompileTime & RunTime architecture.

optimizer used in book chapter:

  1. Momentum.
    01.fit-a-line
    02.recognize_digits
    03.image_classification
    07.label_semantic_roles
  2. AdaGrad
  3. Adam
  4. L2Regularization
  5. ModelAverage

related work

Optimizer Framework

Optimize operators:

Python Optimizer Wrapper

Related ToDos

@reyoung
Copy link
Collaborator

reyoung commented Nov 27, 2017

@jacquesqiao should we close this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants