December 2022
Intermediate to advanced
282 pages
5h 1m
English
This chapter covers convolutional neural networks (CNN) and recurrent neural network and their implementation using PyTorch . Convolutional neural network is being used in image classification, object detection, object classification related tasks. The large scale image classification models requires PyTorch framework as it is considered to be faster than other frameworks, similarly the recurrent neural networks are used in natural language processing tasks such as text classification, sentiment classification, ...