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

 
Aleksey Vyazmikin:

If it had been about regression, it would have been clearer - it probably should be taken that way.

This is an example I gave you for classification, but there is a mode for regression, I don't know how it works. I don't know how it works, and that's my guess. I think Doc would explain in more detail.
 
Konow:
I agree. NS is more of a component of AI, like a screw or a nut in a car.
That's right the NS is a component of AI. In addition to the neural network, there are a number of algorithms that serve this neural network, and together this is the AI system. Exactly a system. But an AI system cannot exist without a neural network.
 
Mihail Marchukajtes:
Another one of your mistakes as a beginner. NS is very demanding to the training sample and is quite a delicate tool, where a small error in data preparation (a comma in the wrong place) leads to a diametrical result. Try to do less of your own conclusions, and better listen to what you are told.
At the moment I do not identify AI and NS. You said yourself not to confuse them. NS is a tool that can be used in AI, but on its own, it does not reach it. You seemed to agree with that.
 
Mihail Marchukajtes:
All right, the NS is a component of AI. In addition to the neural network, there are a number of algorithms that serve this neural network, and together this is the AI system. Exactly a system. But an AI system cannot exist without a neural network.
So that's the conclusion we've come to.
 
Retag Konow:
At the moment I don't identify AI and NS. You yourself said that you shouldn't confuse the two. NS is a tool that can be used in AI, but on its own, it does not reach it. You seemed to agree with that.
I'll even tell you more, I had such cases where I was just to press the optimization button, and then I realized that this is the step 20 operations back I made wrong and in fact I have an error in the data and had to prepare all over again, because I clearly understood that there must be no error. Literally a comma in the wrong place and all for nothing. And that is machine hours and time, and most importantly the result.
 
mytarmailS:

Is the AI even required to interact with humans ???

I think it has to. Otherwise, what's the point?
 
Konow:
So that's the conclusion we've come to.
Right. An artificial intelligence system is a neural network surrounded by serving algorithms. Pre-processing, analysis, retraining methods, etc.
 
elibrarius:

What's wrong with it? Catbust bypasses most of its competitors.
For example I don't like the idea of a symmetric tree. Obviously it's not the best solution to divide 2 different nodes by one predictor and by the same level. Unless it speeds up to 10 times.
Good thing they added 2 new more classic methods.

Probably bypasses, but there, in contests, the sampling is stationary, there are not particularly trashy features, i.e. the conditions are not those with which we work, and I just think how best to prepare data with these features in mind. (No solution yet in final form, but it's an important task).

The different tree models are good, but so far it is not possible to upload them to a separate file, and thus it is not possible to embed them in the Expert Advisor, which is bad.

I don't like the absence of postprocessing in boosting - when at the end of training the model is simplified by throwing out weak trees. I don't understand why they don't do this.

Leaves of individual trees in boosting are weak - small completeness - less than 1% and it is bad that this parameter cannot be adjusted, and accounting signal distribution by sample is not carried out at all - as a result we learn on discarding. A lot of nuances and here the solution may be a good pre-processing of predictors. Better yet, of course, plug in and flesh out the code - no one really understands C++ at the proper level?

 
ReTeg Konow:
I think he has to. Otherwise, what's the point?

when you think (your intellect solves a problem) do you have to communicate with someone at that moment?

You still can't get your "worm" definition of intelligence out of the way, so we're communicating in different languages now

 
Mihail Marchukajtes:
I'll tell you even more, I had such cases when I was left to press the optimization button and then I realized that here was the step 20 operations back I did wrong and in fact I had an error in the data and had to prepare all over again because I clearly understood that there should be no error. Literally a comma in the wrong place and all for nothing. And that is machine hours and time, and most importantly the result.
And this super-demanding to the data does not seem a disadvantage? I've heard of NS recognizing road signs being wrong if they had a small sticker on the side. Maybe this super-sensitivity isn't necessary?
Reason: