Commit 1d7db3a4 authored by Mark Daoust's avatar Mark Daoust
Browse files

Add figure-caption, collapse license.

parent bcc6b552
...@@ -16,6 +16,16 @@ ...@@ -16,6 +16,16 @@
} }
}, },
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"[View in Colaboratory](https://colab.research.google.com/github/MarkDaoust/models/blob/basic-classification/samples/core/get_started/basic_classification.ipynb)"
]
},
{ {
"metadata": { "metadata": {
"id": "MhoQ0WE77laV", "id": "MhoQ0WE77laV",
...@@ -127,7 +137,15 @@ ...@@ -127,7 +137,15 @@
"source": [ "source": [
"This guide uses the [Fashion MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset which contains 70,000 grayscale images in 10 categories. The images show individual articles of clothing at low resolution (28 by 28 pixels), as seen here:\n", "This guide uses the [Fashion MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset which contains 70,000 grayscale images in 10 categories. The images show individual articles of clothing at low resolution (28 by 28 pixels), as seen here:\n",
"\n", "\n",
"<img src=\"https://tensorflow.org/images/fashion-mnist-sprite.png\" alt=\"Fashion MNIST spirte\" width=\"600\">\n", "<table>\n",
" <tr><td>\n",
" <img src=\"https://tensorflow.org/images/fashion-mnist-sprite.png\"\n",
" alt=\"Fashion MNIST sprite\" width=\"600\">\n",
" </td></tr>\n",
" <tr><td align=\"center\">\n",
" <b>Figure 1.</b> <a href=\"https://github.com/zalandoresearch/fashion-mnist\">Fashion-MNIST samples</a> (by Zalando, MIT License).<br/>&nbsp;\n",
" </td></tr>\n",
"</table>\n",
"\n", "\n",
"Fashion MNIST is intended as a drop-in replacement for the classic [MNIST](http://yann.lecun.com/exdb/mnist/) dataset—often used as the \"Hello, World\" of machine learning programs for computer vision. The MNIST dataset contains images of handwritten digits (0, 1, 2, etc) in an identical format to the articles of clothing we'll use here.\n", "Fashion MNIST is intended as a drop-in replacement for the classic [MNIST](http://yann.lecun.com/exdb/mnist/) dataset—often used as the \"Hello, World\" of machine learning programs for computer vision. The MNIST dataset contains images of handwritten digits (0, 1, 2, etc) in an identical format to the articles of clothing we'll use here.\n",
"\n", "\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment