OutreeeMidterm Flashcards
(7 cards)
1
Q
Number of Layers
A
Improved Pattern finding - can handle more complicated input mapping
2
Q
Number of Activation Nodes
A
Number of potential outputs
3
Q
Write numpy package and list add
A
import numpy as np
A = np.array ([x,y,z])
4
Q
Write python inner product
A
sum (x*y)
5
Q
Number of outputs a Neural Network can recognize
A
2 to the power of the Number of activations`
6
Q
Dont mix up
A
Direct output of the test minus your prediction
x is part of Chain of Influence!!!!
7
Q
Do not confuse weights and weighting vectors
A