carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 36 forks source link

Add exercise on convolutional neural network understanding #315

Closed svenvanderburg closed 1 year ago

svenvanderburg commented 1 year ago

Add exercise: 'Why and when to use convolutional neural networks' A: Would a convolutional neural network make sense on the penguins dataset and why?. B: Would it make sense on the weather dataset and why? In the answer explain how to approach the weather dataset to make optimal use of convolutions?