多层感知器我要分享

Multilayer perceptron

matlab

关注次数: 281

下载次数: 1

文件大小: 3.97 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:多层感知器(MLP)是映射输入数据集合到一组合适的输出前馈人工神经网络模型。甲MLP包括在有向图的节点的多个层的,具有完全连接到下一个每一层。除了输入节点,每个节点是一个神经元(或处理元件)具有非线性激活函数。 MLP利用称为反向传播用于训练network.MLP有监督的学习技术的标准线性感知的变形,并且可以区分不属于线性可分数据。。


English Description:

A multilayer perceptron (MLP) is a feedforward artificial neural network model that maps sets of input data onto a set of appropriate outputs. A MLP consists of multiple layers of nodes in a directed graph, with each layer fully connected to the next one. Except for the input nodes, each node is a neuron (or processing element) with a nonlinear activation function. MLP utilizes a supervised learning technique called backpropagation for training the network.MLP is a modification of the standard linear perceptron and can distinguish data that are not linearly separable.


代码预览