[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Recurrent Neural Network

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 14
Thread images: 5

File: neuralnet.jpg (66KB, 540x405px) Image search: [Google]
neuralnet.jpg
66KB, 540x405px
Someone pls explain how Recurrent Neural Networks work and how it is implemented. Just can't wrap my head around it
>>
Read Introduction to Recurrent Neural Networks by Pepe Silvia
>>
File: 1480287055978.png (236KB, 400x300px) Image search: [Google]
1480287055978.png
236KB, 400x300px
>>8686374
CONNECTIONS
>>
>>8686374
>give algorithm set of data
>give algorithm desired result of data
>algorithm attempts to brute force result, checks its answer, and propegates backwards to correct errors
>repeat until desired result is achieved
Thats a supervised neural net
Unsupervised is more like
>give net data
>net runs data through nodes
>regardless of correctness continues to loop and strengthen connections of nodes that produce simmilar answers

A supervised net is good for, for instance in a video game, to give a charater a starting point and a finish line, and find the optimal way between the two points.
An unsupervised net would be given the starting point, then figure out something you can do with the character.
>>
>>8686466
I feel like brute force is the wrong word here. Is the backpropagation algorithm, or even a matrix inverse brute force?
>>
>>8686466
>>algorithm attempts to brute force result
Backprop is literally like the opposite of brute force. It is the best possible error correction you can make given the information you have.

And I guess you are trying to explain Hopfield nets when you are talking about unsupervised nets, but I dunno wtf you are talking about.

>A supervised net is good for, for instance in a video game, to give a charater a starting point and a finish line, and find the optimal way between the two points.

No a neural net is not good for this. Just use a path finding algorithm.
>>
File: RNN-unrolled.png (92KB, 2706x711px) Image search: [Google]
RNN-unrolled.png
92KB, 2706x711px
>>8686374
>>
>>8686374
they may use shared weights i think
the t-section input is probably just a fan-in type setup, initial hidden layer input would be all zeros

so it's like h[n] + i[n] -> h[n] for some number of layers, then the h[n] -> o[n] output layer
actual input layer size should be hidden + input data neurons
>>
Have they tried making deep recurrent nets yet?
>>
>>8688323
er, *deeper* recurrent nets with a few layers between the recurring inputs
>>
>>8688323
>>8688334
Yes. But these require a special type of "neuron" called an Long Short Term Memory, or LSTM. Basically there are gates to allow the neuron to figure out when to read, write, or erase its memory.

You need these because otherwise the gradients will all vanish over long and deep time series.
>>
File: rnn.png (20KB, 662x471px) Image search: [Google]
rnn.png
20KB, 662x471px
>>8688319
>>
File: rnn-stack.png (32KB, 914x584px) Image search: [Google]
rnn-stack.png
32KB, 914x584px
>>8688371
looks like you could stack them too
>>
>>8686432
FPBP
Thread posts: 14
Thread images: 5


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.