Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
Neural Network Zoo
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Based on the "Neural Network Zoo" by Fjodor van Veen & The Asimov Institute http://www.asimovinstitute.org/neural-network-zoo/ [In Progess]
Terms in this set (57)
Backfed Input Cell
Probabilistic Hidden CellInput cell
Noisy Input Cell
Hidden Cell
Probabilistic Hidden Cell
Spiking Hidden Cell
Output Cell
Match Input Output Cell
Recurrent Cell
Memory Cell
Different Memory Cell
Kernel
Convolution or Pool
Perceptron (P)
Feeds information from the green input cell to the red output cell.
Feed Forward (FF)
Feeds information from the yellow input cells, through a layer of green hidden cells, to the red output cell.
This is the simplest possible NN, with two input cells and one output cell, which can be used to model logic gates. In general, a layer never has connections and two adjacent layers are fully connected.
Trained via back-propagation, where some variation of the difference between the input and the output (like MSE or just the linear difference).
Recommended textbook explanations
Introduction to Algorithms
3rd Edition
Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen
709 explanations
Introduction to the Theory of Computation
3rd Edition
Michael Sipser
389 explanations
Starting Out with C++ from Control Structures to Objects plus MyProgrammingLab with Pearson eText
8th Edition
Tony Gaddis
1,294 explanations
Introduction to Programming Using Python
1st Edition
Y. Daniel Liang
773 explanations
Sets with similar terms
Net 3 CIS 230
43 terms
5900 ch12
25 terms
Epithelial Tissues - pictures
6 terms
Male Reproductive System
91 terms
Sets found in the same folder
Python Terms
184 terms
Math Notation
48 terms
Machine Learning
338 terms
neural network collection
120 terms
Other sets by this creator
Jupyter Shorcuts
80 terms
Adobe - Analytics Business Practicioner
17 terms
MRR & SaaS Terms
65 terms
Logical Fallcies
43 terms
Verified questions
COMPUTER SCIENCE
The Python print function supports other keyword parameters besides end. One of these other keyword parameters is sep. What do you think the sep parameter does?
COMPUTER SCIENCE
How does a computer system store negative and real numbers in memory?
COMPUTER SCIENCE
Design and implement a graphic version of the Towers of Hanoi puzzle. Let the user set the number of disks used in the puzzle. The user should be able to interact with the puzzle in two ways. The user can move the disks from one peg to another using the mouse, in which case the program should make sure that each move is legal. The user can also watch a solution take place as an animation, with pause/resume buttons. Let the user control the speed of the animation.
COMPUTER SCIENCE
True/False: A sentinel loop should not actually process the sentinel value.
Other Quizlet sets
PFM - Insurance and Consumer Protection
34 terms
Năm 2001
13 terms
Lektion 34 Teil 2
25 terms
Related questions
QUESTION
Where does the dorsal stream terminate?
QUESTION
During the "Execute" phase of SIPDE most of the maneuvers you will make will be:
QUESTION
Why can a classifier with seemingly high quality (sensitivity, specificity and AUC of almost 1) fail in real application?
QUESTION
In an assigned reading, the concept of an item being a toy likely means that it is not useful for serious business productivity.