while True: learn()

while True: learn()

View Stats:
muerthe_svk Jan 22, 2019 @ 12:22pm
How to use RNN?
Anobody knows how to use that thing?
< >
Showing 1-6 of 6 comments
GospodinNoob  [developer] Jan 23, 2019 @ 12:17am 
Hi.

Connect the "memory" sockets inside each RNN and stack them into a sequence
muerthe_svk Jan 24, 2019 @ 1:08am 
yeah I found out from some russian guy video how to do it. It just doesnt make sense. The design is not properly explained and tbh the arrows you need to connect are just useless design. There is only one way to connect them you can not modify anything so I dont understand why you designed this element like that.

for those who still dont understand how to use RNN here is screenshot

https://imgur.com/a/wftfDNV

IsopropylPod Jan 24, 2019 @ 1:46pm 
Yeah, with the nodes being exposed like that I expected I could link it up to other modules or maybe some custom memory modules to increase learnning or store information longer, nope.
p4rav0id Jan 24, 2019 @ 4:24pm 
Yes thats just stupid.the end is really boring, you just link several of them (after training) and thats all.
GospodinNoob  [developer] Jan 25, 2019 @ 12:09am 
Originally posted by p4rav0id:
Yes thats just stupid.the end is really boring, you just link several of them (after training) and thats all.
Thanks for the feedback
GospodinNoob  [developer] Feb 4, 2019 @ 11:30pm 
Originally posted by Ghostbird:
The RNN really makes no sense at all. You have to connect the bottom arrows in a fixed manner, which means it forces the player to execute two absolutely trivial actions.

Furthermore, the accuracy number on the RNN is incomprehensible. On a Perceptron a 9% seems to indicate that it will erroneously output 9% of the input packets.

However I have to stack four 10% RNNs to get above 70% accuracy.

I'd expect four stacked errors of 10% to yield an error of 0.01%

Hi

As in real life, RNN predicts some first elements with a big error (because their memory is empty). So accuracy with ARMA and RNN can be some lower than predicted.
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jan 22, 2019 @ 12:22pm
Posts: 6