在 英语 中使用 Convolutional 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
In 2012, a version of the Deep Neural Network(DNN), called the Convolutional Neural Network(CNN), demonstrated a huge leap in accuracy.
It works on convolutional neural networks and/or recurrent neural networks, and can also run on both CPU and GPU.
We will show you how to train and optimize basic neural networks, convolutional neural networks, and long short-term memory networks.
Vision tasks using line art, medical imaging, or other domains very different to standard photos are likely to require retraining convolutional layers, however.
Then, using NVIDIA GPUs with the cuDNN-accelerated TensorFlow deep learning framework, they trained a convolutional neural network to predict cancer diagnoses based on breast imaging.
The Reed- Solomon code, like the convolutional code, is a transparent code.
We trained a convolutional neural network(CNN) to predict the probability that a given Kepler signal is caused by a planet.
Batch normalization usually happens after the convolutional layer but before the activation function gets applied(a so-called“leaky” ReLU in the case of YOLO).
A convolutional network is composed of one or more convolutional layers(filtering layers), followed by a fully connected multilayer neural network.
Entitled"ImageNet Classification with Deep Convolutional Neural Networks," it is available here.
Figure 12: The encoder comprises of a convolutional neural network, followed by a fully connected layer.
The first successful applications of Convolutional Networks were developed by Yann LeCun in 1990s.
Linear regression, classification, and even image classification with convolutional network fall into this category.
But if you have a convolutional neural network and you're doing a 17 x 17 multiplier, that may be overkill.
Their first Convolutional Neural Network was called LeNet-5 and was able to classify digits from hand-written numbers.
When we hear about Convolutional Neural Network(CNNs), we typically think of Computer Vision.
Convolutional neural networks(CNN or deep convolutional neural networks, DCNN) are quite different from most other networks.
Convolutional neural network(CNN): A type of neural networks that identifies and makes sense of images.
They used an ensemble of only 5 convolutional neural networks and got the error rate of 0.21 percent.
That's followed by a convolutional layer with multiple filters, then a max-pooling layer, and finally a softmax classifier.