搜索:activation

找到约 16 项符合「activation」的查询结果

结果 16
https://www.eeworm.com/dl/619/421024.html Linux/Unix编程

welcome, this is a website project of activation

welcome, this is a website project of activation
下载 153
·
查看 1075
https://www.eeworm.com/dl/665/142728.html matlab例程

ICA can be used in brain activation studies to reduce the number of dimension and filter out indepen

ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another ...
下载 141
·
查看 1119
https://www.eeworm.com/dl/633/391508.html Java编程

OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI r

OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuab ...
下载 195
·
查看 1066
https://www.eeworm.com/dl/534/458769.html 其他

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid o ...
下载 84
·
查看 1078
https://www.eeworm.com/dl/665/384109.html matlab例程

Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by t ...
下载 78
·
查看 1129
https://www.eeworm.com/dl/650/380453.html 人工智能/神经网络

* Lightweight backpropagation neural network. * This a lightweight library implementating a neura

* Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not want to use * needlessly complex n ...
下载 127
·
查看 1104
https://www.eeworm.com/dl/518/384083.html 数值算法/人工智能

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or ...
下载 163
·
查看 1057
https://www.eeworm.com/dl/665/475506.html matlab例程

ADIAL Basis Function (RBF) networks were introduced into the neural network literature by Broomhead

ADIAL Basis Function (RBF) networks were introduced into the neural network literature by Broomhead and Lowe [1], which are motivated by observation on the local response in biologic neurons. Due to their better approximation capabilities, simpler network structures and faster le ...
下载 143
·
查看 1067
https://www.eeworm.com/dl/650/384092.html 人工智能/神经网络

% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an in ...
下载 168
·
查看 1068
https://www.eeworm.com/dl/633/446863.html Java编程

在实际项目项目开发中

在实际项目项目开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。 一般用Javamail发送,目前最新的版本是1.4.2 可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本 如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量 可以在http://java.sun.c ...
下载 198
·
查看 1101