Register and share your invite link to earn from video plays and referrals.

Search results for alternativedata
alternativedata community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including alternativedata
We're excited to sponsor the @neudatalab New York Summer Data Summit on June 11! If you're attending, stop by Booth AN on Floor 1 to learn how investors are leveraging YipitData's growing suite of proprietary and exclusive alternative datasets to generate alpha, forecast KPIs, and build conviction across sectors. If you'd like to meet with our team during the event, schedule time with us using the link here: #alternativedata# #neudata#
Show more
Here are the current top 10 stocks on the @AltindexApp top AI stocks list Astera Labs $ALAB Anglogold $AU Granite $GVA Jack Henry $JKHY Agnico Eagle $AEM X-Energy $XE Constellation Energy $CEG Revolution Medicines $RVMD Cognyte $CGNT Descartes $DSGX Their "AI Score combines AI and Alternative data to assess a stock's mid-term market outperformance potential (6+ months) by analyzing multiple financial, technical and alternative data points. This predictive measure assigns a score from 0 to 100, representing the stock's performance and potential."
Show more
AI has broadly become synonymous with LLMs, but most AI/ML models used in quantitative trading are decades old. Boosted trees and PCA still account for more alpha than anything built on transformers. More detail on several ML techniques in quant trading: Gradient boosted trees and random forests: A standard strategy in short-horizon trading is to start with an intuitive set of microstructure features and train a non-linear model on them. Random forests provide a baseline ensemble that’s hard to overfit, while gradient boosted models fit fainter structures at the risk of overfitting. Features can include microprices, characteristics of the present order book, recent returns of related instruments, momentum signals, and orderflow directionality. Pre-transformer natural language processing: Throughout the 2010s, NLP PhDs were a sought-after resource for quantitative hedge funds. A variety of techniques such as Loughran-McDonald finance-specific sentiment dictionaries, TF-IDF and bag-of-words classifiers, and LDA topic modeling were used to extract sentiment from news, earnings reports, SEC filings, and FOMC minutes. Transformers are more generalized tools for language processing but some of the older methods in the toolkit are still used for their simplicity, predictability, and cost-effectiveness. Dimensionality reduction: A statistical arbitrage researcher may have thousands of correlated instruments and only a few years of clean historical data, so the covariance matrix has more parameters than observations to estimate them from. Principal component analysis is the standard remedy. A handful of leading components explain most of the variation in a universe of equities, and hedge funds will frequently neutralize the leading factors and trade the residuals. Autoencoders generalize the same idea to nonlinear structure, but PCA persists because its output is stable, interpretable, and cheap to recompute. Computer vision: From around 2010 to 2017, hedge funds gained a large informational edge by building automated pipelines to extract alternative data from satellite imagery. The models were unremarkable by research standards, mainly derivatives of convolutional neural networks. Some of the most famous applications include counting parked cars in retail lots, gauging construction progress at industrial sites, estimating crop yields from near-infrared reflectance rather than visible light, and reading crude inventory off the shadow cast by a floating tank roof. The trade worked best during a time when imagery was scarce and the engineering was novel. Today image-based alternative data is sold by third-party vendors for relatively inexpensive consumption. The large memory footprint, slow inference, and black-box nature of LLMs make them a poor fit for alpha generation at trading firms. Hand-tuned models based on intuitional feature selection are still the norm. For niche industries like quantitative finance, there is ample room for competition with generalized frontier models.
Show more