-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlearning_paths.json
More file actions
44 lines (44 loc) · 1.37 KB
/
Copy pathlearning_paths.json
File metadata and controls
44 lines (44 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"learning_paths": [
{
"name": "Probability & Statistics",
"topics": [
{"name": "Events and probabilities"},
{"name": "Conditional probability & Bayes’ theorem"},
{"name": "Distributions (normal, binomial, Poisson)"},
{"name": "Confidence intervals & hypothesis testing"},
{"name": "Expectation, variance, correlation"}
]
},
{
"name": "Machine Learning",
"topics": [
{"name": "Linear and logistic regression"},
{"name": "Classification vs regression"},
{"name": "Clustering & PCA"},
{"name": "Overfitting, underfitting, cross-validation"},
{"name": "Feature engineering"}
]
},
{
"name": "Markets / Trading / Asset Types / Derivatives",
"topics": [
{"name": "Stocks, bonds, commodities, crypto"},
{"name": "Options, futures, swaps"},
{"name": "Market microstructure & liquidity"},
{"name": "Risk metrics (VaR, drawdowns)"},
{"name": "Portfolio allocation basics"}
]
},
{
"name": "Quant Trading",
"topics": [
{"name": "Cointegration & mean reversion"},
{"name": "Hidden Markov Models for regime detection"},
{"name": "Statistical arbitrage"},
{"name": "Backtesting frameworks"},
{"name": "Integrating ML with trading strategies"}
]
}
]
}