Interpolation, approximation and the like (alglib package) - page 12

 
Maxim Dmitrievsky:

non-linear for what?

but combined cores. The goal is to reduce errors through small blood, which I am successfully doing. Build 150 layers in a neural network and then remove 1 layer/neuron at a time. It'll be worse and slower.

I don't think the non-linear vectors will be offended.)

I don't understand what neural network operations we're talking about, maybe some kind of convolution...

 
FxTrader562:

Sounds Great about the training speed:)

But are you sure that while trade entry the algorithm can check such large number of trained models so quickly to make an accurate trading decision?

I mean how much time do you expect on average it will take to check the trained data before trade entry or exit in an average server or VPS? Or are you going to implement something similar to a trading policy like you did in your previous RDF article?

No, I just choose the best one, or best 5

 
Maxim Dmitrievsky :

Yes, it can be discussed endlessly. Until the results improve - I do. And everything works fast

I'm not saying that this is the best approach, just need to check

we mean that a non-linear classifier with a kernel will work better. You can add layers to the neural network, but the feature space will be straggly separable and it will be retrained

you can add some KPCA or line disc. analysis for filtering, but then the process will again become uncontrollable and dependent only on these algorithms

mb, I'm missing something, but the core + fast nonlinear models it should be very cool

So have you already completed it or yet to add something more before publishing?

If it is, it is fast and in the process of learning and execution, then probably the only task to complete is to make the algo converge automatically over time and make the convergence faster.

 
FxTrader562:

So have you already completed it or yet to add something more before publishing?

If it is, it is fast and in the process of learning and execution, then probably the only task to complete is to make the algo converge automatically over time and make the convergence faster.

not ready yet, I'm just learning different kernels

 
Maxim Dmitrievsky:

Not ready yet, I'm just learning different kernels

I am also trying to learn about the kernel trick and it's implementation, advantages and feasibility of application in modern servers and VPS using MQL5.

I just had an overall look into the above article about OPenCl. From your understanding so far about kernel trick can you please answer the 2 queries:

1.Is it mandatory to have GPU in a VPS to use this kernel trick method and it's relevant MQL5 systems or it can work with normal VPS with CPU?

2.Since it is trying to optimise the system using kernel memory, will it actually work in a regular VPS or any settings adjustment need to be done inside the registry files of the VPS before using this system?

 
FxTrader562:

I am also trying to learn about the kernel trick and it's implementation, advantages and feasibility of application in modern servers and VPS using MQL5.

I just had an overall look into the above article about OPenCl. From your understanding so far about kernel trick can you please answer the 2 queries:

1.Is it mandatory to have GPU in a VPS to use this kernel trick method and it's relevant MQL5 systems or it can work with normal VPS with CPU?

2.Since it is trying to optimise the system using kernel memory, will it actually work in a regular VPS or any settings adjustment need to be done inside the registry files of the VPS before using this system?

Its auto link from forum, not from me ^) sure I meant kernel tricks, not gpu kernels

 
Maxim Dmitrievsky:

Its auto link from forum, not from me ^) shure I meant kernel tricks, not gpu kernels

Ok, got it.....

Thank you for the clarification. Though I am not new to MQL, but I am new to this forum features and usage and hence, sorry for the confusion.

So I assume your system will work in any VPS which I had a doubt and I will also put more time to study kernel trick implementation in MQL5 which might help me in future to edit the source code if required after you publish the article.

 
FxTrader562:

Ok, got it.....

Thank you for the clarification. Though I am not new to MQL, but I am new to this forum features and usage and hence, sorry for the confusion.

So I assume your system will work in any VPS which I had a doubt and I will also put more time to study kernel trick implementation in MQL5 which might help me in future to edit the source code if required after you publish the article.

Good tutorial about ktricks https://pythonprogramming.net/kernels-with-svm-machine-learning-tutorial/

29,30,31 videos

sure you can use vps

Python Programming Tutorials
  • pythonprogramming.net
Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free.
 
Maxim Dmitrievsky:

Good tutorial https://pythonprogramming.net/kernels-with-svm-machine-learning-tutorial/

Thanks for the link.

I will keep learning and see the possibilities of implementation of kernel trick in MQL5.

 

Well, that's what it's all about. Any interpolation polynomial is not suitable for extrapolation. Fourier is exactly the same as the original series, and polynomials like Lagrange or Taylor produce avalanche-like curves with increasing rate of price change. Smoothing soothes the picture, but not much, and it is not right as it loses the connection to the original source.

There is a simple, clear and effective extrapolation method, which is not connected with interpolation. Trend.

Reason: