Trypanothione-disulfide reductase: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Citation bot 1
m Citations: [Pu161]Tweaked: issue. You can use this bot yourself! Report bugs here.
 
en>Addbot
m Bot: Migrating 3 interwiki links, now provided by Wikidata on d:q3597087
 
Line 1: Line 1:
I'm Tatum but my partner [http://en.Search.wordpress.com/?q=doesn%27t doesn't] substantially at entirely. My family lives in Vermont. What his as well as him love is bird keeping the actual would never stop get started. My job is actually definitely an accounting officer but soon my husband and I will start our new business. I've been acting on my website for time now. Go here here: http://www.apymeelhierro.org/feria/intranet/ugg-espana.html<br><br>Here is my webpage :: [http://www.apymeelhierro.org/feria/intranet/ugg-espana.html Ugg Boots España]
{{For|the formalism used to approximate the influence of an extracellular electrical field on neurons|activating function}}
 
In computational networks, the '''activation function''' of a node defines the output of that node given an input or set of inputs. A standard [[Integrated circuit|computer chip circuit]] can be seen as a [[Digital electronics|digital network]] of activation functions that can be "ON" (1) or "OFF" (0), depending on input. This is similar to the behavior of the [[linear perceptron]] in [[neural networks]]. However, it is the ''nonlinear'' activation function that allows such networks to compute nontrivial problems using only a small number of nodes.
 
== Functions ==
In biologically inspired  neural networks, the activation function is usually an abstraction representing the rate of [[action potential]] firing in the cell. In its simplest form, this function is [[Binary function|binary]]—that is, either the [[neuron]] is firing or not. The function looks like <math>\phi(v_i)=U(v_i)</math>, where <math>U</math> is the [[Heaviside step function]]. In this case a large number of neurons must be used in computation beyond linear separation of categories.
 
A line of positive [[slope]] may also be used to reflect the increase in firing rate that occurs as input current increases. The function would then be of the form <math>\phi(v_i)=\mu v_i</math>, where <math>\mu</math> is the slope. This activation function is linear, and therefore has the same problems as the binary function. In addition, networks constructed using this model have [[BIBO stability|unstable convergence]] because neuron inputs along favored paths tend to increase without bound, as this function is not [[Normalizing constant|normalizable]].
 
All problems mentioned above can be handled by using a normalizable [[Sigmoid function|sigmoid]] activation function. One realistic model stays at zero until input current is received, at which point the firing frequency increases quickly at first, but gradually approaches an [[asymptote]] at 100% firing rate. Mathematically, this looks like <math>\phi(v_i)=U(v_i)\tanh(v_i)</math>, where the [[hyperbolic tangent]] function can also be any sigmoid. This behavior is realistically reflected in the neuron, as neurons cannot physically fire faster than a certain rate. This model runs into problems, however, in computational networks as it is not [[wikt:differentiation|differentiable]], a requirement in order to calculate [[backpropagation]].
 
The final model, then, that is used in [[multilayer perceptron]]s is a sigmoidal activation function in the form of a hyperbolic tangent. Two forms of this function are commonly used: <math>\phi(v_i)=\tanh(v_i)</math> whose range is normalized from -1 to 1, and <math>\phi(v_i) = (1+\exp(-v_i))^{-1}</math> is vertically translated to normalize from 0 to 1. The latter model is often considered more biologically realistic, but it runs into theoretical and experimental difficulties with certain types of computational problems.
 
===Alternative structures===
 
A special class of activation functions known as [[radial basis function]]s (RBFs) are used in [[Radial basis function network|RBF networks]], which are extremely efficient as universal function approximators. These activation functions can take many forms, but they are usually found as one of three functions:
*Gaussian: <math>\,\phi(v_i)=\exp\left(-\frac{\|v_i-c_i\|^2}{2\sigma^2}\right)</math>
*Multiquadratics: <math>\,\phi(v_i)=\sqrt{\|v_i-c_i\|^2 + a^2}</math>
*Inverse multiquadratics: <math>\,\phi(v_i)=(\|v_i-c_i\|^2 + a^2)^{-1/2}</math>
where <math>c_i</math> is the vector representing the function ''center'' and <math>a</math> and <math>\sigma</math> are parameters affecting the spread of the radius.
 
[[Support vector machines]] (SVMs) can effectively utilize a class of activation functions that includes both sigmoids and RBFs. In this case, the input is transformed to reflect a decision boundary hyperplane based on a few training inputs called ''support vectors'' <math>x</math>. The activation function for the hidden layer of these machines is referred to as the ''inner product kernel'', <math>K(v_i,x)=\phi(v_i)</math>. The support vectors are represented as the centers in RBFs with the kernel equal to the activation function, but they take a unique form in the perceptron as
:<math>\,\phi(v_i)=\tanh\left(\beta_1 + \beta_0 \sum_j v_{i,j} x_j \right)</math>,
where <math>\beta_0</math> and <math>\beta_1</math> must satisfy certain conditions for convergence. These machines can also accept arbitrary-order polynomial activation functions where
:<math>\,\phi(v_i)=\left(1+\sum_j v_{i,j} x_j \right)^p</math>.<ref>{{cite book |last=Haykin |first=Simon |authorlink=Simon Haykin |title=Neural Networks: A Comprehensive Foundation |edition=2 |year=1998 |publisher=Prentice Hall |location= |isbn=0-13-273350-1 }}</ref>
Activation function having types:
# Identity function.
# Binary step function.
# Bipolar step function.
# Sigmoidal function.
## Binary sigmoidal function.
## Bipolar sigmoidal function.
# Ramp function.
 
== See also ==
*[[Rectifier (neural networks)]]
*[[Stability (learning theory)]]
*[[Softmax activation function]]
 
== References ==
{{reflist}}
 
[[Category:Neural networks]]

Latest revision as of 04:00, 2 March 2013

28 year-old Painting Investments Worker Truman from Regina, usually spends time with pastimes for instance interior design, property developers in new launch ec Singapore and writing. Last month just traveled to City of the Renaissance.

In computational networks, the activation function of a node defines the output of that node given an input or set of inputs. A standard computer chip circuit can be seen as a digital network of activation functions that can be "ON" (1) or "OFF" (0), depending on input. This is similar to the behavior of the linear perceptron in neural networks. However, it is the nonlinear activation function that allows such networks to compute nontrivial problems using only a small number of nodes.

Functions

In biologically inspired neural networks, the activation function is usually an abstraction representing the rate of action potential firing in the cell. In its simplest form, this function is binary—that is, either the neuron is firing or not. The function looks like ϕ(vi)=U(vi), where U is the Heaviside step function. In this case a large number of neurons must be used in computation beyond linear separation of categories.

A line of positive slope may also be used to reflect the increase in firing rate that occurs as input current increases. The function would then be of the form ϕ(vi)=μvi, where μ is the slope. This activation function is linear, and therefore has the same problems as the binary function. In addition, networks constructed using this model have unstable convergence because neuron inputs along favored paths tend to increase without bound, as this function is not normalizable.

All problems mentioned above can be handled by using a normalizable sigmoid activation function. One realistic model stays at zero until input current is received, at which point the firing frequency increases quickly at first, but gradually approaches an asymptote at 100% firing rate. Mathematically, this looks like ϕ(vi)=U(vi)tanh(vi), where the hyperbolic tangent function can also be any sigmoid. This behavior is realistically reflected in the neuron, as neurons cannot physically fire faster than a certain rate. This model runs into problems, however, in computational networks as it is not differentiable, a requirement in order to calculate backpropagation.

The final model, then, that is used in multilayer perceptrons is a sigmoidal activation function in the form of a hyperbolic tangent. Two forms of this function are commonly used: ϕ(vi)=tanh(vi) whose range is normalized from -1 to 1, and ϕ(vi)=(1+exp(vi))1 is vertically translated to normalize from 0 to 1. The latter model is often considered more biologically realistic, but it runs into theoretical and experimental difficulties with certain types of computational problems.

Alternative structures

A special class of activation functions known as radial basis functions (RBFs) are used in RBF networks, which are extremely efficient as universal function approximators. These activation functions can take many forms, but they are usually found as one of three functions:

where ci is the vector representing the function center and a and σ are parameters affecting the spread of the radius.

Support vector machines (SVMs) can effectively utilize a class of activation functions that includes both sigmoids and RBFs. In this case, the input is transformed to reflect a decision boundary hyperplane based on a few training inputs called support vectors x. The activation function for the hidden layer of these machines is referred to as the inner product kernel, K(vi,x)=ϕ(vi). The support vectors are represented as the centers in RBFs with the kernel equal to the activation function, but they take a unique form in the perceptron as

ϕ(vi)=tanh(β1+β0jvi,jxj),

where β0 and β1 must satisfy certain conditions for convergence. These machines can also accept arbitrary-order polynomial activation functions where

ϕ(vi)=(1+jvi,jxj)p.[1]

Activation function having types:

  1. Identity function.
  2. Binary step function.
  3. Bipolar step function.
  4. Sigmoidal function.
    1. Binary sigmoidal function.
    2. Bipolar sigmoidal function.
  5. Ramp function.

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534