Entropy Scalper upgrade with chaotic kernel
You can download the Entropy scalper with chaotic kernel. The download is available only for regis...indicators as inputs and we use a Chaotic kernel in order to optimize the valu...is used by a "neural network" (The chaotic kernel with the genetic algorythms i...3753 days ago
Comparaison between Perceptron_PFEHP and its indicator alone
Comparaison between Perceptron_PFEHP and its indicator alone Conclusion the perceptron is always a little bit more accurate than the indicator The first perceptron is a gaussian one, the last one is a chaos kernel given by john last. They work quite in a similar manner3717 days ago
3869 days ago
Chaos kernel function using the logistic map?
...p; And this can be used as a kernel for some specific trading str...s the parameter governing the chaos. r approximately 3.57 is the onset of chaos, so we can limit from 1 to 3....d. So We can call this chaos kernel, in fact I do not know even i...1091 days ago
Chaos kernel function using the logistic map?
...some experiments with different kernels and I would like to share a...ng chaotic behaviour itself as a kernel. The simplest thing was to l...an replace the x by the gaussian kernel (the gaussian kernet iteslf h...);//--- return(w2); So in the chaos kernel we have 3 parameters (look at...3960 days ago
Kernel_method_and_linear_recurrence_system.pdf
Check also this http://mathworld.wolfram.com/LinearRecurrenceEquation.htmlTags: chaos kernel
3817 days ago
Comment on "Chaos kernel function using the logistic map?"
...hare a piece of code for mt4 for the chaotic kernel. Can we use indeterministic functions as kernels? Maybe this is the first one LOL. double chaos kernel() { int j; double w1;...urn(w1* p1 + w1* p2 + w1*p3 + w1* p4);// the kernel itself may show chaotic behav...3976 days ago
Comment on "Chaos kernel function using the logistic map?"
...hare a piece of code for mt4 for the chaotic kernel. Can we use indeterministic functions as kernels? Maybe this is the first one LOL. double chaos kernel() { int j; double w1;...urn(w1* p1 + w1* p2 + w1*p3 + w1* p4);// the kernel itself may show chaotic behav...3976 days ago