提交 9a0eeebb authored 作者: gdesjardins's avatar gdesjardins

Added note to differentiate signal.conv.conv2d from signal.nnet.conv2d

上级 6477a500
......@@ -4,6 +4,15 @@
:mod:`conv` -- Ops for convolutional neural nets
==========================================================
.. note::
Two similar implementation exists for conv2d:
**theano.tensor.signal.conv.conv2d** and
**theano.tensor.nnet.conv.conv2d**. The foremer implements a traditional
2D convolution, while the latter implements the convolutional layers
present in convolutional neural networks (where filters are 3D and pool
over several input channels).
.. module:: conv
:platform: Unix, Windows
:synopsis: ops for signal processing
......
......@@ -4,6 +4,15 @@
:mod:`conv` -- Convolution
======================================================
.. note::
Two similar implementation exists for conv2d:
**theano.tensor.signal.conv.conv2d** and
**theano.tensor.nnet.conv.conv2d**. The foremer implements a traditional
2D convolution, while the latter implements the convolutional layers
present in convolutional neural networks (where filters are 3D and pool
over several input channels).
.. module:: conv
:platform: Unix, Windows
:synopsis: ops for performing convolutions
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论