April 2017
Intermediate to advanced
318 pages
7h 40m
English
ConvNets are a class of neural networks using convolutional and pooling operations for progressively learning rather sophisticated models based on progressive levels of abstraction. This learning via progressive abstraction resembles vision models that have evolved over millions of years inside the human brain. People called it deep with 3-5 layers a few years ago, and now it has gone up to 100-200. We will discuss convolutional neural networks in Chapter 3, Deep Learning with ConvNets. Here are some prototypes with a definition of the parameters:
keras.layers.convolutional.Conv1D(filters, kernel_size, strides=1, padding='valid', dilation_rate=1, activation=None, use_bias=True, kernel_initializer='glorot_uniform' ...Read now
Unlock full access