User:IssaRice/Ergodicity: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 12: Line 12:
** don't miss comments by abram demski and me
** don't miss comments by abram demski and me
** code up models of both multiplicative and additive environments, where different organisms exist and can take or refuse bets. Here's my result https://gist.github.com/riceissa/08cdf34f999ff3cc84be8e84373e47e7 (there isn't any evolution going on here; it's just a single generation that consists of a large number of timesteps)
** code up models of both multiplicative and additive environments, where different organisms exist and can take or refuse bets. Here's my result https://gist.github.com/riceissa/08cdf34f999ff3cc84be8e84373e47e7 (there isn't any evolution going on here; it's just a single generation that consists of a large number of timesteps)
* understand the difference between <math>\lim_{n\to\infty} a_n</math> and <math>\lim_{n\to\infty} \frac1n\sum_{i=1}^n a_i</math>. What happens if <math>a_n \to a</math>? if math>a_n \to \infty</math>? if math>a_n</math> doesn't converge to any number but doesn't go off to infinity either (e.g. it oscillates between 1 and -1)?


==See also==
==See also==


* https://machinelearning.subwiki.org/wiki/User:IssaRice/Multiplicative_process
* https://machinelearning.subwiki.org/wiki/User:IssaRice/Multiplicative_process

Revision as of 23:09, 12 February 2020

Here's my suggested path to learning about this, assuming you just know basic probability and statistics and calculus but you know nothing about ergodicity. It took me around two days to go through all the things here, but i think you can do it much quicker or much longer depending on your interests. (also i was fumbling around because i didn't know what i was doing, so you will save some time probably.)

See also