Skip to content

Instantly share code, notes, and snippets.

@MichaTarlton
Last active June 21, 2023 19:51
Show Gist options
  • Save MichaTarlton/6cbb32504ea9d1e1584c1313b50363c4 to your computer and use it in GitHub Desktop.
Save MichaTarlton/6cbb32504ea9d1e1584c1313b50363c4 to your computer and use it in GitHub Desktop.
Quick Meeting with Anis - 21.06.23.md

Docket

  • Just wanted to update him on some of the differences in SBF models, specifically the EIO-SBF model
  • And how that effects my current methods

Meeting Notes

  • We should not change our current methods
  • We are applying it more in the automata scope
  • Thus no predictive stimuli is fine
  • Also decided to keep the scope to discrete behavior
  • However if we are going to have unexpected changes to RP, we need the ability to [[Temporal Rescaling|rescale]] oscillators
  • I think this will be the cherry on top of my first paper

Oscillator Discrete Periodicity Rescaling

  • However, because we are restraining the scope to discrete activity,

    • with oscillators only voting at discrete timesteps
  • rescaling the oscillator periodicity does not map one-to-one with the biological model

  • What rules will decide how oscillator periods may Pre/Re-cess in their periodicity

    • As I can see it there are two options:
    • Move forward: Period stays the same, but is “bumped” ahead by some time frames
    • Increase / Decrease Period:
    • I forgot what these are actually called
  • Instead we will attempt to borrow some methods from the automata field

    • See automata section below
  • This is essentially a second layer of learning in addition to the weights, so we need to be careful to avoid chaotic behavior

  • The learning rate of the rescaling will need to be much slower than the weight learning rate

Potential Ideas

Eligibility Traces

  • We can trace number of timesteps between individual oscillator periods with respect to:
    • When reward was issued / not issued
    • When oscillators of other periodicities received reward / punishment
      • I like this as it creates a denser network of relations between neurons
  • Lateral Inhibition?

Energy measures

  • Potentially as some form of regenerating decay?
  • This would basically end up meaning a degenerative threshold value for the vote

Automata measures

  • Anis provided a paper which uses the example of web crawling with some periodicity where changes to web pages happens with unknown frequency
  • Also provided an older paper: [[@wolfOptimalCrawlingStrategies2002|Wolf et al. (2002)]] See Online
  • Look for “Adaptive RL” and “Restless MAB
  • See also the old papers you found in automata when you were looking for relevant literature - [[SBF - Automata Experiment#Exploring Literature]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment