Recent content by bantam

  1. B

    Neural Networks Revisited

    That's useful to know, thanks. CUDA is actually my bottleneck right now. I upgraded my power supply and bought a nice GPU. I wanted a setup I could use for a while, so I installed Ubuntu 16.04 LTS on the very first day it came out. Turns out CUDA 7.5 doesn't work with the GCC compiler that...
  2. B

    Neural Networks Revisited

    Rohan2008, thank you for your link. I'm currently collecting everything I can find about deep learning in finance. I think the most interesting thing I've found so far is stacked auto-encoding. It appears to be effective for dimensionality reduction, and the studies that use it do not need a...
  3. B

    I just made an interactive map of hedge fund locations

    In case anyone else is interested in seeing what funds are nearby where they live. Actually, it's not just hedge funds, but any investment firm that files with the SEC. And, unfortunately, it doesn't include many interesting smaller firms. Still, it's a start...
  4. B

    New performance metric - Could I get your help?

    Thanks, spacewiz. I think the Calmar ratio is very nearly covered by the measures I have included. Slight differences - I use 5 years instead of 3, and I use cumulative returns instead of compounded. If you're ok with those differences, then the measure called "Max Drawdown" will provide the...
  5. B

    New performance metric - Could I get your help?

    Thank you for letting me know. It looks like a csv file was corrupted and the contents turned to mush. I've replaced it, and now everything is working again. No data was lost. Your report should work fine now. Just view it from the same IP address you used for ranking.
  6. B

    Storing tick data with Python

    GAT, Arctic does look very cool. It's column-oriented and compressed. I wonder at what granularity they store the data. I also wonder if they support queries with arbitrary start/end times, and if so, how they do it. If I can figure out how to access the data with Matlab, then I'll install it...
  7. B

    Storing tick data with Python

    I'm curious to hear how you are storing and retrieving your tick data. I recently did a write-up on the method I settled on: Managing massive amounts of tick data with Python, simply and efficiently Do you do something similar, or just use flat files or a relational database?
  8. B

    New performance metric - Could I get your help?

    Just closing the loop on this. I said I'd post all the data I collected, so here it is: rank.zip Here is my short writeup about the experiment: performance-measure.pdf. To the extent that people can look at two charts and prefer one over the other, I showed that it is possible to learn their...
  9. B

    Quant News - the latest research papers

    David Bailey has a related paper out, but with a more provocative title: Pseudo-Mathematics and Financial Charlatanism: The Effects of Backtest Overfitting on Out-of-Sample Performance. http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2308659
  10. B

    Quant News - the latest research papers

    Thanks, I just added a link to it. The topic of multiple testing is important to me. Two days ago, I had my qualifying exam, and part of my proposal included some ideas I have about incorporating randomization/permutation testing into data mining.
  11. B

    Quant News - the latest research papers

    Hey everyone, I've been working on a news feed lately, and I think this is an appropriate place to tell about it. I collect the latest news, whitepapers, and blog posts that would be of interest to systematic traders. It's a curated list, so you won't waste your time wading through dozens of...
  12. B

    New performance metric - Could I get your help?

    Everyone, thanks for your help. I feel like the research went well. I'm trying to get the results published in a CS conference, so forgive me for not making the data public quite yet. I want to mention one thing that came out of the research - people have differing preferences. Some...
Back
Top