Machine learning in trading: theory, models, practice and algo-trading - page 2846

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Judging from the description, it can be understood that first a part of the best passages is selected according to one criterion, then from the selected ones a part of the best passages according to the second criterion is selected, and so on.
"It allows you to select the best passes step by step: first by the number of trades, then from this sample by the mat. expectation of profitability, then by the recovery factor and so on."
I didn't immediately see any difference or advantage
A new way to generate tabular data. How much better is it? Or is still GMM out of the competition?
https://github.com/kathrinse/be_great
A new way to generate tabular data. How much better is it? Or is GMM still out of the competition?
https://github.com/kathrinse/be_great
⚙️ Time-series Transformer Generative Adversarial Networks
Github: https://github.com/jsyoon0823/TimeGAN
Paper: https://arxiv.org/abs/2205.11164v1
Stock data: https://finance.yahoo.com/quote/GOOG/history
Energy data: http://archive.ics.uci.edu/ml/datasets/Appliances+energy+prediction
@ai_machinelearning_big_data
Some T-gan would probably be better
And how do you check the plausibility? Compare the distributions of real and synthetic data separately for each series?
How do you check the likelihood? Compare the distributions of real and synthetic data separately for each series?
How do you check the likelihood? Compare the distributions of real and synthetic data separately for each series?
https://hackernoon.com/a-gan-approach-to-synthetic-time-series-data-pe2r33fd
What predictors can be invented for histograms?
I have attached them as files, as images don't want to be inserted - probably another bug.
What predictors can we come up with for histograms?
)))))))
You can visualise any shape with dots. Visualisation is needed to stimulate abstract thinking, which stimulates the generation of ideas.
Indeed, in the histogram is a binary predictor of the sample, the red bars mean that the signal is gone (zero), and their height means how long there was no signal "1" in the sample.
I assume that the different character of the frequency distribution of signal occurrence in the sample can serve to classify the further use of this predictor in training. Accordingly, the predictor can be excluded or recommended for use only for the construction of upper root splits.
This is why predictors are required to describe histograms. Yes, we can also make predictors for TP+FP balance - ideas for its description are also interesting, except for the well-known ones.
You can visualise any shape with dots. Visualisation is needed to stimulate abstract thinking, which stimulates the generation of ideas.
Indeed, in the histogram of the binary predictor of the sample, the red bars mean that the signal is missing (zero), and their height means how long there was no signal "1" in the sample.
I assume that the different character of the frequency distribution of signal occurrence in the sample can serve to classify the further use of this predictor in training. Accordingly, the predictor can be excluded or recommended for use only for the construction of upper root splits.
This is why predictors are required to describe histograms. Yes, we can also make predictors for TP+FP balance - ideas for its description are also interesting, except for the well-known ones.
This is not a histogram, or not a histogram in the conventional sense, as Pearson invented it.