Am Neumarkt ๐Ÿ˜ฑ
287 subscribers
89 photos
3 videos
17 files
522 links
Machine learning and other gibberish
Archives: https://datumorphism.leima.is/amneumarkt/
Download Telegram
#science
The ergodicity problem in economics | Nature Physics
https://www.nature.com/articles/s41567-019-0732-0

I read another paper about hot hand/gamblers' fallacy a while ago and the author of that paper took a similar view. Here is the article:
Surprised by the Hot Hand Fallacy ? A Truth in the Law of Small Numbers by Miller
#machinelearning
https://arxiv.org/abs/2007.04504
Learning Differential Equations that are Easy to Solve

Jacob Kelly, Jesse Bettencourt, Matthew James Johnson, David Duvenaud

Differential equations parameterized by neural networks become expensive to solve numerically as training progresses. We propose a remedy that encourages learned dynamics to be easier to solve. Specifically, we introduce a differentiable surrogate for the time cost of standard numerical solvers, using higher-order derivatives of solution trajectories. These derivatives are efficient to compute with Taylor-mode automatic differentiation. Optimizing this additional objective trades model performance against the time cost of solving the learned dynamics. We demonstrate our approach by training substantially faster, while nearly as accurate, models in supervised classification, density estimation, and time-series modelling tasks.
#fun
haha no crowd ๐Ÿ‘
covid19-top5-countries-combined.mp4
28.9 MB
#datascience #audliolization
This is the audiolization of the daily new cases for FR, IT, ES, DE, PL between 2020-08-01 and 2020-12-14. I made an audiolization video two years ago. As I am currently under quarantine and the days are becoming so boring, I started to think about the mapping of data points to different representations. We usually talk about visualization because there are so many elements to be used to represent complicated data. Audiolization, on the other hand, leaves us with very few elements to encode. But it's a lot of fun working with audio. So I wrote a python package to map a pandas dataframe/numpy ndarray to midi representation. Here is the package https://github.com/emptymalei/audiorepr
#tools #writing
https://www.losethevery.com/
> "Very good english" is not very good english. Lose the very.
#datascience

I ran into this hilarious comment on pie chart in a book called The Grammar of Graphics.

โ€œTo prevent bias, give
the child the knife and someone else the first choice of slices.โ€ ๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ
#showerthoughts
As human beings, we read or hear about facts of something. These are our priors. Our belief is then updated based on observation of data, aka, likelihood. Some people abide by the priors, they are the prior-people, while others are more like likelihood-people and easily change their belief based on observations.
There is a third type. They combine priors and likelihood. Change belief based on likelihood is prone to biases in data. By combining priors and likelihood, they have a better chance of getting to the right conclusion.
#data #covid19

UK gov has an official covid 19 API. https://coronavirus.data.gov.uk/details/developers-guide#structure-metrics

I found this funny typo in the documentation. ๐Ÿ˜‚ The first one should be cumCasesByPublishDateRate.
what the f
ECDC has been like this for at least 2h.
Am I time travelling back to 2000? AND this is about disease prevention and controll not useless blogs...
#neuroscience

Source:
https://science.sciencemag.org/content/370/6523/1410.full
A gatekeeper for learning

> Upon learning a hippocampus-dependent associative task, perirhinal inputs might act as a gate to modulate the excitability of apical dendrites and the impact of the feedback stream on layer 5 pyramidal neurons of the primary somatosensory cortex.

๐Ÿ˜ฒ In some sense, perirhinal inputs are like config files for learning.