Neural networks

Network architectures

一:single-layer feed-forward

二:multi-layer feed-forward

三:recurrent

Learning Algorithms

Depend on the network architecture:

•Error correcting learning (perceptron)

•Delta rule (AdaLine, Backprop)

•Competitive Learning (Self Organizing Maps)

The (McCulloch-Pitts) perceptron is a single layer NN with a non-linear j, the sign functionimage image

The perceptron is used for binary classification.

•Given training examples of classes C1, C2 , train the perceptron in such a way that it classifies correctly the training examples:

If the output of the perceptron is +1 then the input is assigned to class C1

If the output is -1 then the input is assigned to C2

• We try to find suitable values for the weights in such a way that the training examples are correctly classified.

•Geometrically, we try to find a hyper-plane that separates the examples of the two classes.

Multi layer feed-forward NN(FFNN)

We consider a more general network architecture: between the input and output

layers there are hidden layers, as illustrated below.

Hidden nodes do not directly send outputs to the external environment.

FFNNs overcome the limitation of single-layer NN: they can handle non-linearly

separable learning tasks.

image

image

image

image

用的都是结果对权值求导来更新权值。

Radial-basis function (RBF) networks

RBF = radial-basis function: a function which depends only on the radial distance from a vector

image

image

image

image

Hopfield network for clustering

image

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值