4,500
edits
self-organizing |
correlation matrix |
||
Line 34: | Line 34: | ||
; self-organizing | ; self-organizing | ||
: unsupervised learning | : unsupervised learning | ||
; supervised learning | |||
: external criteria are used to be matched by the network output | |||
; LSTM | |||
: long/short term memory -- preservation of intended training on the original set | |||
; structure | |||
: how many layers, what functions they have (input or output), interconnections & their functions | |||
; encoding | |||
: paradigm used for the determination of and changing of weights on the connections between neurons | |||
; recall | |||
: getting an expected output for a given input | |||
; correlation matrix | |||
: aka weight matrix |