Tut 4 Flashcards

1
Q

Hyperbolic tangent sigmoid function

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

Process for calculating output of hidden units in RBF

A

If need to calculate σ, σ_j = ρ_max/sqrt(2 x n_h) unless otherwise specified where n_h is number of hidden units (this is for Gaussian function)

Then for each hidden unit h_j(y_i) = f(abs(y_i - c_j)) where f(.) is the specified function (in this case Gaussian)

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