pybrain神经网络代码_PyBrain-PyBrain网络简介

pybrain神经网络代码

pybrain神经网络代码

PyBrain-PyBrain网络简介 (PyBrain - Introduction to PyBrain Networks)

PyBrain is a library developed for Machine Learning with Python. There are some important concepts in Machine Learning and one among them is Networks. A network is composed of modules and they are connected using connections.

PyBrain是为使用Python进行机器学习而开发的库。 机器学习中有一些重要的概念,其中之一就是网络。 网络由模块组成,它们通过连接进行连接。

A layout of a simple neural network is as follows −

一个简单的神经网络的布局如下-

Simple Neural Network

Pybrain supports neural networks such as Feed-Forward Network, Recurrent Network, etc.

Pybrain支持神经网络,例如前馈网络,递归网络等。

A feed-forward network is a neural network, where the information between nodes moves in the forward direction and will never travel backward. Feed Forward network is the first and the simplest one among the networks available in the artificial neural network. The information is passed from the input nodes, next to the hidden nodes and later to the output node.

前馈网络是一个神经网络,其中节点之间的信息沿向前方向移动,并且永远不会向后传播。 前馈网络是人工神经网络中可用的网络中的第一个和最简单的网络。 信息从输入节点传递到隐藏节点之后,再传递到输出节点。

Here is a simple feed forward network layout.

这是一个简单的前馈网络布局。

Feed Forward Network

The circles are said to be modules and the lines with arrows are connections to the modules.

圆圈是模块,带有箭头的线是与模块的连接。

The nodes A, B, C and D are input nodes

节点ABCD是输入节点

H1, H2, H3, H4 are hidden nodes and O is the output.

H1H2H3H4是隐藏节点,O是输出。

In the above network, we have 4 input nodes, 4 hidden layers and 1 output. The number of lines shown in the diagram indicate the weight parameters in the model that are adjusted during training.

在上面的网络中,我们有4个输入节点,4个隐藏层和1个输出。 图中显示的线数表示训练期间调整的模型中的权重参数。

Recurrent Networks are similar to Feed Forward Network with the only difference that it has to remember the data at each step. The history of each step has to be saved.

递归网络类似于前馈网络,唯一的区别是它必须在每个步骤中记住数据。 必须保存每个步骤的历史记录。

Here is a simple Layout of Recurrent Network −

这是循环网络的简单布局-

Recurrent Networks

翻译自: https://www.tutorialspoint.com/pybrain/introduction_to_pybrain_networks.htm

pybrain神经网络代码

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值