Coder Social home page Coder Social logo

optimization-review's Issues

momentum in stochastic setting on quadratic functions

Operatornorm for Changing Learning rate

Basis change matrices do not cancel out

Ideas

  • Piecewise constant learning rate?
  • Basis change matrices are maybe similar enough, add basis change for iteration n and bound the difference between basis change n+1 and change n
    • somehow surgically remove the basis change differences from the
      product without forcing a product of operator norms

Evolutionary Branch Cutting

  1. Start out gd from n points -> distribution
  2. split one point in random distribution around point occasionally during training
    -> tree (too many branches for parallelization)
    -> branch cutting based on current height (evolutionary algorithm).
    Tree has independent strands so we can apply SGD proof (for mathematical proof
    pretend cutting does not exist) then apply culling to full tree.

Tree might approximate uniform distribution over all parameters?

Justify eigenvectors are standard basis with High Dimensionality?

In high dimension random vectors are likely orthogonal (cf. https://math.stackexchange.com/questions/995623/why-are-randomly-drawn-vectors-nearly-perpendicular-in-high-dimensions/4307960#4307960)

Can this justify ada-heuristics? I.e. orthogonal to most except for a small subset which has likely a different eigenvalue distribution within than all the eigenvalues? E.g. two dimensional: it is likely that a random vector has more of one standard basis component than the other. So if the standard basis vectors where the eigenvectors, this random vector would have more of one eigenvalue than the other in some sense. So the ada heuristics would capture some of that probably?

Try on quadratic functions

SGD on overfitted polynomials

  • true model: linear
  • sample gaussian input points
  • add gaussian noise to outputs

fit overparametrized polynomials. SGD should be more robust than least squares regression. Did not work so far. Figure out why

Calculation Based Backtracking

Instead of the upper bound, use second order approximation and reorder for the directional derivative. Estimate directional derivative and use that instead of lipschitz constant.

Regularization? (bound third derivative?, levenberg-marquart?)

  • classic case
  • stochastic case

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.