# Convolutional neural networks

The goal of this exercise is to implement a CNN using keras and to visualize the learned feature maps.

**Presentation**

<div class="embed-container">
  <iframe src="https://www.youtube.com/embed/w6uDBweT_PE" frameborder="0" allowfullscreen></iframe>
</div>

**Commented solution**

<div class="embed-container">
  <iframe src="https://www.youtube.com/embed/Fr1B4NveF-g" frameborder="0" allowfullscreen></iframe>
</div>