© Timothy Masters 2018
Timothy MastersDeep Belief Nets in C++ and CUDA C: Volume 3https://doi.org/10.1007/978-1-4842-3721-2_1

1. Feedforward Networks

Timothy Masters1 
(1)
Ithaca, New York, USA
 

Convolutional nets are multiple-layer feedforward networks (MLFNs) having a special structure that makes them especially useful in computer vision. In this chapter, we will review MLFNs and then show how their structure can be specialized for image processing.

Review of Multiple-Layer Feedforward Networks

A multiple-layer feedforward network is generally illustrated as a stack of layers of “neurons” similar to what is shown in Figure 1-1 and Figure 1-2. The bottom layer is the input to the network, what would be referred to as the independent variables or

Get Deep Belief Nets in C++ and CUDA C: Volume 3: Convolutional Nets now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.