Being replaced by lab rats
- jslade
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
http://www.artmarcovici.com/rat-traders
"Alles hat ein ende, nun die wurst hat zwei."
- Nonius
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
dude, when I come down from the V-Rs I'm going to watch this and take notes.
Chiral is Tyler Durden
-
ricko
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
Does this guy fit the definition of a crank well?
"when they took the wrong button, they received a minor electric shock."
He is also a cruel
This guy must be told that hit rate is irrelevant in trading unless it gets close to 100%. One simply can't compare trading results based only on hit rates.
"STEP 4 MAKING A BUSINESS
I am now working on a software generating real time ticker tracks in order to put the system to the ultimate test (the real life market conditions). If the performance is good, I will keep the experiment going and either setup an own hedge fund managed by my rats or train rats to work for hedge funds and banks...
(further images and sound files will be uploaded in due time)"
This guy thinks that hedge funds and banks trade the ticker tape. Someone must inform him of what they do...
Smells a rat. If this is not just a joke, then we are at the final stages of entropy increase in the universe...
"when they took the wrong button, they received a minor electric shock."
He is also a cruel
This guy must be told that hit rate is irrelevant in trading unless it gets close to 100%. One simply can't compare trading results based only on hit rates.
"STEP 4 MAKING A BUSINESS
I am now working on a software generating real time ticker tracks in order to put the system to the ultimate test (the real life market conditions). If the performance is good, I will keep the experiment going and either setup an own hedge fund managed by my rats or train rats to work for hedge funds and banks...
(further images and sound files will be uploaded in due time)"
This guy thinks that hedge funds and banks trade the ticker tape. Someone must inform him of what they do...
Smells a rat. If this is not just a joke, then we are at the final stages of entropy increase in the universe...
- jslade
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
I didn't read much, as it seemed like fun baloney, but if it were me, I'd have started with fruit flies and, depending on how I feel about traders at the moment, maybe a bug zapper. Sugar futures of course.
"Alles hat ein ende, nun die wurst hat zwei."
- FDAXHunter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
I don't think this research is nearly as far fetched as people make it out to be. Yes, may seem comical, but I don't think the result looks much different if you used humans and more sophisticated forms of "analysis" and/or trading.
The Figs Protocol.
-
goduranus
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
Hell, it may seem funny at first, but the underlying concept, of successively combining successfully trading algos to generate new algos is basically a biological version of the "Genetically evolving technical strategy generator" that people were developing at Wharton.
http://finance.wharton.upenn.edu/~allenf/download/Vita/genetic.pdf
http://finance.wharton.upenn.edu/~allenf/download/Vita/genetic.pdf
-
ricko
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
From the Wharton paper:
"Of course, using building blocks similar to trading rules studied in the past poses the danger of data snooping. We try to mitigate this problem by restricting the building blocks to simple rules that have been used in practice for several decades."
Using rules studied in the past poses danger of data snooping so they decided to use simple rules that have been used in practice for several years. Hilarious.
Also, this paper finds no evidence of excess returns from these rules even when results are not properly adjusted for data-mining bias with methods that were developed after the paper was published.
The conclusion is that the artist gives pain to the rats for no reason.
"Of course, using building blocks similar to trading rules studied in the past poses the danger of data snooping. We try to mitigate this problem by restricting the building blocks to simple rules that have been used in practice for several decades."
Using rules studied in the past poses danger of data snooping so they decided to use simple rules that have been used in practice for several years. Hilarious.
Also, this paper finds no evidence of excess returns from these rules even when results are not properly adjusted for data-mining bias with methods that were developed after the paper was published.
The conclusion is that the artist gives pain to the rats for no reason.
- Nonius
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
finally watched it...tend to agree with Fdax that it's not as wild as it sounds.
Chiral is Tyler Durden
- nikol
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
A year ago over the beer in the discussion about "what can science do" I engineered a joke about frog-traders as a replacement of neural network. I stopped short because I did not know if frogs can be taught at all and how to translate pos/neg PnL into frog's utility. In company, we started to make jokes about opening the company training frogs for hedge funds. Train 1000 frogs in a farm, select performing one (with track record) and sell. Once they stop performing you eat them. 
Also, look at recent article about mouses upgraded with human brain cells. Mouses v2.0 demonstrated 4 times longer (bad) memories.
Also, look at recent article about mouses upgraded with human brain cells. Mouses v2.0 demonstrated 4 times longer (bad) memories.
- Polter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Being replaced by lab rats
https://hbr.org/2015/01/rats-can-be-smarter-than-people
...so, they might be onto something ;]
...so, they might be onto something ;]
MadMax, some curiosities regarding the performance of std::accumulate are also related to it using operator+ (not operator+=) and issues with trying to optimize it with move semantics (from a compiler point of view) keeping standard-compliance; discussion here: http://gcc.gnu.org/ml/libstdc++/2011-01/msg00015.html
I solely mention those as "curiosities", since I wouldn't expect them to have an impact on "small" data structures (like a built-in double) (and the example above considers std::string), but it might still be of interest.
I solely mention those as "curiosities", since I wouldn't expect them to have an impact on "small" data structures (like a built-in double) (and the example above considers std::string), but it might still be of interest.