Deep learning
With special contributions from Carl Pearson and Boris Ginsburg
Abstract
This chapter starts by introducing machine learning tasks. We then dive deeper into the classification task and introduce the perceptrons, a type of linear classifier that is foundational for understanding modern convolutional neural networks (CNN). We discussed how the forward inference and backward propagation training paths are implemented for both single-layer and multilayer perceptrons. On the basis of the conceptual and mathematical understanding of perceptrons, we present a basic convolutional neural network and the implementation of its major types of layers. We then present a CUDA kernel implementation of the convolutional layer, the most ...
Get Programming Massively Parallel Processors, 4th Edition 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.