August 2023
Intermediate to advanced
360 pages
10h 23m
English
This chapter covers
In the last chapter, we covered how convolutional neural network (CNN) architecture could be adapted using evolutionary algorithms. We used genetic algorithms to encode a gene sequence defining a CNN model for image classification. The outcome was successfully building more optimized networks for image recognition tasks.
In this chapter, we continue to extend the fundamentals and explore evolving autoencoders (AEs). We take some ...