Skip to main content

Questions tagged [machine-learning]

Algorithms that allow computers to evolve behaviors based on empirical data. Approaches include genetic programming, artificial neural networks, decision trees, support vector machines, and cluster analysis.

Filter by
Sorted by
Tagged with
0 votes
0 answers
90 views

I have a research hypothesis and now I'am trying to look at it from different angles.Now I am a bit puzzled.Maybe someone is also interested in machine learning application(especially clustering) in ...
TImur Nazarov's user avatar
0 votes
0 answers
94 views

Has anyone seen/used associative rule mining in quant finance? I'm particularly curious in seeing if it has applications in differentiating between manager skill vs. luck but other applications are ...
LattePrincess's user avatar
0 votes
0 answers
102 views

I'm trying to estimate the volatility surface of illiquid swaptions (say CHF) given hourly data (atm vol, skew, for different strikes) of other liquid swaptions (EUR, USD, etc.). Having the underlying ...
Osvaldo93's user avatar
1 vote
0 answers
94 views

I am looking at creating an ML model to price an exotic equity option which has a barrier where the buyer is paid out if the barrier is crossed, and multiple observation dates where the price is ...
Rezzy's user avatar
  • 11
0 votes
1 answer
309 views

I am trying to get some insights on this specific sort of problem from experienced people, as I do not have much experience in this field. I have a family of features that for simplicity I will just ...
user127776's user avatar
2 votes
1 answer
166 views

So I have a database of all earnings announcements for all US stocks down to the millisecond for the past 10 years, and I want to make reasonable predictions on when exactly next earnings will be ...
Viking's user avatar
  • 33
0 votes
1 answer
252 views

I'm working on a binary classification model for a month-end trading strategy with 6 months of data. Initially, I split the data by using the last month for evaluation and backtesting, but this left ...
June's user avatar
  • 1
1 vote
0 answers
154 views

Can anybody refer me to a good corporate credit risk modeling book? I'm looking for something more advanced than what's in Hull's very good risk management book. There seems to be many excellent ...
Charles0349's user avatar
2 votes
0 answers
109 views

This pertains to Stambaugh in the JFE (vol. 45, 1997 pp 285-331), and I have a question about Proposition 1 results (page 292). (link) To set the background, let's take the smallest relevant ...
Woodpecker's user avatar
0 votes
1 answer
264 views

I have the following general question regarding the use of ML in quantitative finance: Lets say I want to train a model (for simplicity lets consider a neural network), so that I feed some market data ...
KT8's user avatar
  • 1,105
0 votes
1 answer
214 views

I have clients who take loans (Advances) weekly. The way that they repay the advance is after 3 weeks when their goods are sold, using the sales proceeds of the goods. But if the goods don't sell for ...
user70803's user avatar
1 vote
1 answer
196 views

When modeling the dynamics of a market, a common assumption is that the impact of a "small" (e.g. very low percentage of daily traded volume) order on current and future observations of the ...
QMath's user avatar
  • 291
2 votes
1 answer
175 views

I have a Neural Network model that provides predictions for the future returns of a portfolio comprising stocks and cryptocurrencies. The original model operates on standard time bars and generates ...
apt45's user avatar
  • 243
1 vote
1 answer
236 views

How is the daily realized variance calculated for an intraday one minute data. How can realized volatility be forecasted using machine learning techniques such as neural network and LSTM. Any detailed ...
Samuel Gyamerah's user avatar
1 vote
0 answers
324 views

I'm trying to make a trading strategy by training a LSTM neural network with input features being typical technical analysis metrics: RSI, MACD, ema ratio (EMA 50 divided by EMA 200, so that the NN ...
Jerem Lachkar's user avatar
2 votes
1 answer
154 views

I was wondering if there exist options or other derivatives that do not have a known closed-form analytic expression (i.e., some sort of Black-Scholes PDE) and are usually priced using Monte Carlo ...
Physics Penguin's user avatar
1 vote
0 answers
86 views

In the book, section 4.8 class weights, Marcos suggests applying class weight, which I agree because sometimes you have more bullish price action than bearish price action e.g. 52% of the time is ...
offchan's user avatar
  • 111
5 votes
2 answers
868 views

From my perception of learning different ML/AI applications to finance I found there are lots of them in equity and not as many in fixed income. I wonder if the markets are different in some ways and ...
Medan's user avatar
  • 553
1 vote
1 answer
219 views

I completed a challenge which asks the user to predict tomorrow's market return. The data available is prices data and the model must be logistic regression. They call it "machine learning" ...
s5s's user avatar
  • 472
1 vote
0 answers
78 views

I am new to the topic but I would like to read papers/books/anything interesting to learn more how ML and data science is used in buy side Fixed income Asset management firms. Factor investing/signals/...
Medan's user avatar
  • 553
2 votes
1 answer
1k views

Say I have 100 different alphas that all have statistically significant returns in-sample. Is the best practice to use historical covariance matrix plus Markowitz portfolio theory to create an optimal ...
lara_toff's user avatar
  • 133
0 votes
1 answer
164 views

High, I am working on an exercise which involves performing a regression analysis to predict market direction (e.g. up or down). I am using daily OHLCV data. I've created various factors from the ...
s5s's user avatar
  • 472
-1 votes
1 answer
883 views

I have tried using both yield curve levels as well as daily moves (absolute change) while doing PCA. Using both types of input/dataset gives me roughly the same shape in terms of principal components ...
abckk's user avatar
  • 1
1 vote
1 answer
766 views

Given 10 years history of past balances of deposit accounts in a commercial bank, I need to calculate what part of those deposits were core, month by month. This is my thinking: for each account/month ...
ps0604's user avatar
  • 50
3 votes
1 answer
447 views

I'm having a hypothetical situation where I have a set of ML-based alpha signals $\{\alpha_i\}_{i=1}^{N}$ that describe a different states of order book - imbalances, order flow, spread properties etc....
Accelerate to the Infinity's user avatar

1
2 3 4 5 6