Giter VIP home page Giter VIP logo

Comments (5)

dgoldsb avatar dgoldsb commented on July 26, 2024

Normalization is a problem, there are two possible paths it seems:

  1. Use the Kullback-Leibler (NPEET) implementation instead of MSE, this should be the same 'units' as the normalized MI, because MI can be reduced to Kullbar-Leibler
  2. Don't try to find one optimum, but find the front where there are no more possibilities where both cost functions are more optimal

from synergy-jointpdf.

dgoldsb avatar dgoldsb commented on July 26, 2024

Also, I can pass a list-of-lists to NPEET, but it should be [s1, s2, ...] where s1 is the first sample, and is of length n (with n variables in the system).

from synergy-jointpdf.

dgoldsb avatar dgoldsb commented on July 26, 2024

KL-divergence of NPEET is acting a bit weird so far, and alternative is https://arxiv.org/abs/1702.05222 (sent by Rick).

from synergy-jointpdf.

dgoldsb avatar dgoldsb commented on July 26, 2024

I think MI is not great for memory, as it ignores that biological systems return to the same state. I think I need to make the following changes:

  1. Use the KL-divergence to determine memory
    1. This assumes that dt is in arbitrary time units
    2. This assumes that a natural system always returns to a value at some point
  2. Discuss with Jaap Kaandorp what induces limit cycles
  3. Brainstorm about the definition of memory: the KL-divergence seems to ignore the possibility off limit cycles
  4. Add noise to the ODE itself

from synergy-jointpdf.

dgoldsb avatar dgoldsb commented on July 26, 2024

The landscape seems hard to traverse for optimizers, genetic algorithms perform relatively well, Nelder-Mead is horrible, as is basinhopping. I will try BFGS.

from synergy-jointpdf.

Related Issues (20)

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.