OutreeeMidterm Flashcards

(7 cards)

1
Q

Number of Layers

A

Improved Pattern finding - can handle more complicated input mapping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Number of Activation Nodes

A

Number of potential outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Write numpy package and list add

A

import numpy as np
A = np.array ([x,y,z])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Write python inner product

A

sum (x*y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Number of outputs a Neural Network can recognize

A

2 to the power of the Number of activations`

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Dont mix up

A

Direct output of the test minus your prediction
x is part of Chain of Influence!!!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do not confuse weights and weighting vectors

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly