Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed the issue with (1/n) in objective function.
  • Loading branch information
albertberahas committed Feb 3, 2017
1 parent 7ba043e commit 210d7cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ Please contact us if you have any questions, suggestions, requests or bug-report

This is a package for solving an unconstrained minimization
problem of the form,
min f(x) = sum_i f_i(x).
min f(x) = (1/n)*sum_i f_i(x).

minSQN allows for the user to solve large-scale (sum-of-functions)
optimization problems using one of 11 Stochastic Quasi-Newton methods.
Expand Down Expand Up @@ -185,7 +185,6 @@ pp.6089-6104.
SDBFGS:
- Wang, X., Ma, S., Goldfarb, D., & Liu, W. (2014). Stochastic Quasi-Newton Methods for Nonconvex Stochastic Optimization. arXiv preprint arXiv:1607.01231.


adaQN:
- Keskar, N. S., & Berahas, A. S. (2016). adaQN: An Adaptive Quasi-Newton Algorithm for Training RNNs. European Conference Machine Learning and Knowledge Discovery in Databases, (ECML PKDD 2016), Part I, Vol 9851, 1-16.

Expand Down

0 comments on commit 210d7cb

Please sign in to comment.