Page 1 of 2

Perceptron – Single layer neural network

PostPosted: Mon Oct 09, 2017 4:41 am
by Apprentice
AUDNZD H1 (10-09-2017 0950).png

Based on the request.
viewtopic.php?f=27&t=65164
Perceptron.lua
(3.44 KiB) Downloaded 830 times


USDJPY D1 (02-16-2022 1006).png

Smoothed Perceptron.lua
(6.98 KiB) Downloaded 192 times


USDJPY D1 (02-16-2022 1023).png

Smoothed Perceptron Convergence Divergence.lua
(8.18 KiB) Downloaded 199 times

Re: Perceptron – Single layer neural network

PostPosted: Fri Jun 08, 2018 7:47 am
by Apprentice
The Indicator was revised and updated.

Re: Perceptron – Single layer neural network

PostPosted: Tue Feb 15, 2022 12:00 pm
by Gilles
Hi Apprentice,

Why didn't you include bias ?

On the other hand, in order to optimize the line of the perceptron you could add the algorithm of the gradient descent to optimize the prediction.

Thank you :) !

Re: Perceptron – Single layer neural network

PostPosted: Tue Feb 15, 2022 3:07 pm
by Apprentice
This was a simple conversion.

Re: Perceptron – Single layer neural network

PostPosted: Wed Feb 16, 2022 6:35 am
by Apprentice
Smoothed Perceptron Convergence Divergence.lua added.

Re: Perceptron – Single layer neural network

PostPosted: Tue Dec 27, 2022 8:23 am
by Gilles
Hi Apprentice,

I have an error in my code, could you help me ?
Thank you :) !

Re: Perceptron – Single layer neural network

PostPosted: Fri Dec 30, 2022 4:24 am
by Apprentice
We have added your request to the development list.
Development reference 871.

Re: Perceptron – Single layer neural network

PostPosted: Thu Aug 10, 2023 12:08 pm
by Apprentice
Multilayer_Perceptron.lua
(11.29 KiB) Downloaded 42 times

Try this version.

Re: Perceptron – Single layer neural network

PostPosted: Sun Aug 13, 2023 3:05 pm
by Gilles
Hi Apprentice,
Thank you very much !

I can now resume this project that I had put on hold until I could get your assistance. To send you my code, I had chosen the "RSI" just like you, but personally, I don't use any oscillators to avoid divergences and distortions. For me, the bulk of the work lies in designing and fine-tuning the network structure, as well as selecting the input features. Experimentation and tests on real data are essential for me to determine the right configuration, the one that allows me to achieve a prediction that is quite close to the future price. It's truly exciting.

Thank you so much :)!

Re: Perceptron – Single layer neural network

PostPosted: Thu Aug 17, 2023 2:13 am
by Gilles
Hi Apprentice,

In this version of my MLP, I have added several internal layers and more neurons.
I am trying to get the VAMA to work. I am getting a result, but no arrows are displayed on the screen. I don't understand why, and it's preventing me from moving forward.
Could you take a look to help me?
Thank you very much.