this post was submitted on 22 Feb 2026
312 points (98.8% liked)

Programmer Humor

41092 readers
492 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TomMasz@lemmy.world 34 points 17 hours ago (1 children)

95.121% of the time it works everytime.

[–] idriss@lemmy.ml 4 points 3 hours ago (1 children)

A similar experiment I did comes to mind from 3 years ago.

For the fun of it I was trying to train a few deep neural network configurations (LSTM, a few variations of FCNs, ...) to trade shitcoins and downloaded 4 years of 1h candles.

The first easiest idea was to prepare the training data to fire three signals, buy, sell, do nothing (I know a terrible choice). The cost function was setup to do the simple thing and maximize the overall profit (I know an other terrible choice). Fast forward 30min of training and the final outcome is a model that outputs "do nothing" in 100% of the cases.

[–] MonkeMischief@lemmy.today 2 points 1 hour ago

Fast forward 30min of training and the final outcome is a model that outputs "do nothing" in 100% of the cases.

To be fair, your program demonstrated the most reliable way to win at crypto! 😉