Earlier quoted context omitted.
That’s why there is a web link above.
Ah, the glory days when that used to work with WSJ. I can't even get the freewsj.com trick to work any more.
The making of Jim Simons
41–49 of 49 posts
Re: The making of Jim Simons
#42Does any billionaire get better press than Simons? Meanwhile, there was a senate hearing and report about his tax fraud. Rentech was basically an unregulated market maker. How often does the senate hold a hearing on a billionaires massive tax fraud? And yet not a squeak about it in the press. https://www.hsgac.senate.gov/subcommittees/investigations/he...
"Not a squeak?" Do a basic Google search. It was widely reported in the financial press at the time, especially by Bloomberg. And as far as billionaires go, I don't even think Simons gets enough press to really make a distinction on whether or not it's overly positive. Someone else mentioned Gates, which is I think apt. He has cultivated a savior mythos in the press in which he eradicates diseases using his fortune.…
All I've ever heard about Shaw is that he runs a modestly successful hedge fund.
Re: The making of Jim Simons
#43Earlier quoted context omitted.
This isn't really correct. Renaissance has always put massive personnel and technology investment into its data processing and analysis pipeline. But there is no "automatic inference" generation. It's not so much brute forcing alpha as it is streamlining the process of hypothesis testing for research scientists so that strategies can be very rapidly generated and examined. Automatic inferences would be susceptible to…
I work at the intersection of quant finance and fundamental analysis, it can absolutely be automated. The question of what can be determined from raw data like credit card transactions and mobile phone locations is a whole topic in itself, but thinking that you need manual intervention to trade on those signals is completely misguided and its a waste of time for me to argue with you
More to your specific example, I've also worked with the alternative data you're talking about and it doesn't offer automated inference generation. You implicitly have a hypothesis (or several) in mind when you're working with things like credit card transaction data from Yodlee or Second Measure.
Automation is a continuum. What you're talking about is automating time series analysis. I never said you can't do that.
Re: The making of Jim Simons
#44Earlier quoted context omitted.
Bill Gates? Haven't read an even slightly negative article about him in more than a decade.
B/c for the past decade he’s been eradicating malaria and being a legit hero. Not a whole lot to complain about Gates during that time frame.
Re: The making of Jim Simons
#45Earlier quoted context omitted.
Flip side to this - I remember studying a series of papers in statistics/optimisation/machine learning with highly non-trivial content published between 1998 and 2008 by the Della Pietra brothers. I had assumed they were mathematicians/statisticians at some major research university. At the bottom of one of these papers it had some personal blurbs which stated they had both been at RenTech since 1995 working on "stat…
Do you remember what the titles of papers? I'd like to read them.
Many optimization problems that arise in machine learning can be viewed as minimizing a particular Bregman distance subject to affine constraints (I'll call these "Bregman distance optimization problems").
In [1], the authors develop some quite general and widely applicable convex analysis type results for Bregman distances and use those results to give the technique of "Auxiliary Functions" which can be used to derive and prove the convergence of algorithms for particular Bregman distance optimization problems.
In [2], the authors show that finding the optimal parameters of two quite different approaches of binary classification, AdaBoost and Logistic Regression, can both be simultaneously viewed as the same Bregman distance optimization problem (with slightly different initial parameters). They then present several algorithms for solving this unified problem (and thus, for optimizing both AdaBoost and Logistic Regression), and prove the convergence of their algorithms with the method of Auxiliary functions developed in [1]. This paper was the first general proof of convergence for AdaBoost which was proposed by Yoav and Schapire (one of the authors of [2]) and earned them the Gödel prize in 2003.
If you don't mind me plugging in some expository work of mine, I wrote an essay ([3]) giving an introduction to Bregman distances and is pitched at a lower level than [1] and [2]. The end of the first chapter discusses in particular the general Bregman distance optimization problem, setting it up in the same framework as [1] and [2], and the final chapter presents the algorithm and proof of convergence originally given in [2] but hopefully with a slightly simplified presentation due to focusing only on the Logistic Regression case of the algorithm.
In case you want to play around with it, I have implemented the algorithm from [2], as well as a related algorithm from [4] which incorporates L1 (Ivanov) regularization into that algorithm, both being available at [5]. The middle chapters contain brief discussions on the relation of Bregman distances with Exponential Families, and on Generalized Linear Models, which are relevant to the overall purpose of the essay but not so closely related to the content of [1] and [2] and may safely be skipped.
If you generally enjoy the types of problems discussed in [1] and [2], you might also enjoy some of these papers: [6] [7] [8] [9].
--------------------------------------
[1] - "Duality and Auxiliary Functions for Bregman Distances". Stephen Della Pietra, Vincent Della Pietra, and John Lafferty, 2001.
[2] - "Logistic Regression, AdaBoost and Bregman Distances". Robert Schapire, Michael Collins, Yoram Singer, 2001.
[3] - "Optimisation of Bregman Divergences". Ragib Zaman, 2018. https://github.com/RagibZaman/mathematical-optimisation/blob...
[4] - "Bregman distance to L1 regularized logistic regression". T. Huang and M. Gupta, International Conference on Pattern Recognition, 2008.
[5] - Notebook containing implementations of Bregman divergence based algorithms for Logistic Regression from [2] and [4]. https://github.com/RagibZaman/mathematical-optimisation/tree...
[6] - "Legendre functions and the method of random Bregman projections." H. Bauschke and J. Borwein, Journal of Convex Analysis, 1997.
[7] - "Inducing features of random fields". Stephen Della Pietra, Vincent Della Pietra, and John Lafferty, 1997.
[8] - "Statistical learning algorithms based on Bregman distances". Stephen Della Pietra, Vincent Della Pietra, and John Lafferty, 1997.
[9] - " A maximum entropy approach to natural language processing". Adam L. Berger, Stephen Della Pietra and Vincent Della Pietra. Computational Linguistics, 1996.
Re: The making of Jim Simons
#46Does any billionaire get better press than Simons? Meanwhile, there was a senate hearing and report about his tax fraud. Rentech was basically an unregulated market maker. How often does the senate hold a hearing on a billionaires massive tax fraud? And yet not a squeak about it in the press. https://www.hsgac.senate.gov/subcommittees/investigations/he...
Renaissance is a notoriously secretive company. Regarding the senate hearings, they were in 2014. Only the banks involved have paid any sort of penalty. In 2016 Simons and Robert Mercer each donated over 25 million to the Democrats and Republicans respectively. So that's not a huge surprise.
Re: The making of Jim Simons
#47Earlier quoted context omitted.
I work at the intersection of quant finance and fundamental analysis, it can absolutely be automated. The question of what can be determined from raw data like credit card transactions and mobile phone locations is a whole topic in itself, but thinking that you need manual intervention to trade on those signals is completely misguided and its a waste of time for me to argue with you
I didn't say you need manual intervention. I said you cannot do automatic inference generation. What you're referring to does not provide automatic inference generation, i.e. you cannot brute force hypotheses. That's why you still employ researchers. More to your specific example, I've also worked with the alternative data you're talking about and it doesn't offer automated inference generation. You implicitly have a…
Re: The making of Jim Simons
#48Earlier quoted context omitted.
Warren Buffet was not a math professor...
They're referring to Simons; over a 30 year period RenTec's Medallion Fund has beaten Berkshire Hathaway.
Re: The making of Jim Simons
#49I wonder if anyone has insight into how they have been able to do this consistently in the modern era of quantitative trading (this article had scant detail)? His returns are such an outlier and strategies such a closely guarded secret that they leave people on Wall Street in awe.
I have anecdotal insight. Many years ago I met with Jim Simons a few times. He had taken an interest in some of my theoretical computer science research (by referral, it was never published). I don't know any details of their strategies but one could infer it from their specific theoretical interests in those conversations. My impression was that they were doing sophisticated sparse signal reconstruction and then app…
EDIT: I'm not saying that's everything, but automated signal extraction is a major part of their secret.