Description Usage Arguments Value Author(s)
One step in the backpropagation algorithm for a one hidden layer network
1  | fitTeachNet1(data, weights, hidden.structure, learning.rate, f, f_d, decay, m_f, er)
 | 
data | 
 the data set  | 
weights | 
 current weights  | 
hidden.structure | 
 the number of neurons in the hidden layer  | 
learning.rate | 
 rate by which factor for backpropagation gets smaller  | 
f | 
 activation function  | 
f_d | 
 derivative of activation function  | 
decay | 
 value of weight decay  | 
m_f | 
 interim value m  | 
er | 
 error function  | 
returns new the weight after gradient update
Georg Steinbuss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.