Homepage



  » Welcome
  » About
  » Hosting

  General AI



  » Introductions
  » Finite State Machines
  » Ameliorated Future
  » Miscellaneous

  Neural Networks



  » Introductions
  » Backpropagation
  » Optimization
  » Simulators
  » Applied NNs
  » Sample Code
  » Image Recognition
  » Image Compression

  Artificial Life



  » Tutorials
  » Sample Code

  Genetic Algorithms



  » Libraries
  » Sample Code

  Fuzzy Logic



  » FAQ

  Games



  » Sample Code

  Reinforcement Learning



  » Tutorials
  » FAQ

You are in: Neural Networks  /  Introductions  /  Abbreviations
Abbreviations

j, k, .. the unit j, k, ...
ian input unit
ha hidden unit
oan output unit
  
xpthe p-th input pattern vector
xpjthe j-th element of the p-th input pattern vector
spthe input to a set of neurons when input pattern vector p is clamped (i.e. presented to the network); often: then input of the network by clamping input pattern vector p
dpthe desired output of the network when input pattern vector p was input to the network
dpjthe j-th element of the desired output of the network when input pattern vector p was input to the network
ypthe activation values of the network when input pattern vector p was input to the network
ypjthe activation values of element j of the network when input pattern vector p was input to the network
Wthe matrix of connection weights
wjthe weights of the connections which feed into unit j
wjkthe weight of the connection from unit j to unit k
Fjthe activation function associated with unit j
ηjkthe learning rate associated with weight wjk
θthe biases to the units
θjthe bias input to unit j
Ujthe treshold of unit j in Fj
Epthe error in the output of the network when input pattern vector p is input
εpthe energy of the network
αmomentum term to reduce the likelihood of the weight changes oscillating
-> ΔWij(n + 1) = η(δjoi) + αΔWij(n)






Download Article
Printer Friendly
Back


All content copyrighted by Avaye.com