carpentries-incubator / intro-image-classification-cnn

new lesson on image classification with convolutional neural networks
https://carpentries-incubator.github.io/intro-image-classification-cnn/
Other
2 stars 3 forks source link

Separate image classification from CNN #47

Open erinmgraham opened 5 months ago

erinmgraham commented 5 months ago

Shern: In general, it seems to me that the workshop is really teaching two new concepts at once: ● Image classification ● Convolutional neural network A better approach might be to separate “image classification” into its own workshop (for example kNN, like https://cs231n.github.io/classification/ ) and then CNN afterwards.