Comment on "BPNN with Extrapolator"
5 layers in a perceptron is maybe way too much but as they say there are no rigid rules. I use the default settings. The only thing I modify is the sampling period because I want it tuned at the current dominant trend.4801 days ago
Comment on "Hidden Gap Volume"
Someone reports the VSA calculation as a perceptron function something like this double vsa() { //study another way to calculate those variables &nb...4785 days ago
Comment on "Spinal Implant v2 with Gaussian function"
Yes of course it is a nice idea you can use one perceptron for trend and another for momentum. How looks like this activation function, where it comes from, or it is jaguar activation function ;). In fact there are many, many possibilities.4668 days ago
Comment on "Spinal Implant v2 with Gaussian function"
Yes of course it is a nice idea you can use one perceptron for trend and another for momentum. How looks like this activation function, where it comes from, or it is jaguar activation function ;). In fact there are many, many possibilities.4668 days ago
Comment on "Spinal Implant v2 with Gaussian function"
Yes of course it is a nice idea you can use one perceptron for trend and another for momentum. How looks like this activation function, where it comes from, or it is jaguar activation function ;). In fact there are many, many possibilities.4668 days ago
4665 days ago
Comment on "Chaos kernel function using the logistic map?"
Phenomenal So, this is the true kernel perceptron. very good. Why in MQL5 and not in MQL4 ?4653 days ago
Comment on "beathespread EA systems"
...ion, the indicators used, the strategy and the market state." This is for me intriguing. and we need another kind of indicator, to put inside a perceptron like STO or PFE.. may be AC....4653 days ago
Comment on "if it ain't broke don't fix it."
Yes indeed but sommes we make mistakese. I made a very stupid mistake in the code of the chaotic perceptron, realy stupid. It works despite my mistake but still it is very basic mathematical mistake.4548 days ago
Comment on "Perceptron and Kernel Indicator mods"
...---------------------+//| The PERCEPTRON - a perceiving and recognizin...----------------------+double perceptron_AC() { dou...* a4); } We got also, perceptron with Gauss function double p...);} double perceptronpfe(int l) { doubl...4540 days ago