{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Transfer Learning\n", "\n", "A Convolutional Neural Network (CNN) for image classification is made up of multiple layers that extract features, such as edges, corners, etc; and then use a final fully-connected layer to classify objects based on these features. You can visualize this like this:\n", "\n", "
| ⇒ | Convolutional Layer | Pooling Layer | Convolutional Layer | Pooling Layer | Fully Connected Layer | ⇒ |
| Feature Extraction | Classification | |||||