{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "tensorflow/datasets", "version": "0.3.2", "provenance": [], "collapsed_sections": [] } }, "cells": [ { "metadata": { "colab_type": "text", "id": "6XvCUmCEd4Dm" }, "cell_type": "markdown", "source": [ "# TensorFlow Datasets\n", "\n", "TensorFlow Datasets provides a collection of datasets ready to use with TensorFlow. It handles downloading and preparing the data and constructing a [`tf.data.Dataset`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset)." ] }, { "metadata": { "colab_type": "text", "id": "J8y9ZkLXmAZc" }, "cell_type": "markdown", "source": [ "Copyright 2018 The TensorFlow Datasets Authors, Licensed under the Apache License, Version 2.0" ] }, { "metadata": { "colab_type": "text", "id": "OGw9EgE0tC0C" }, "cell_type": "markdown", "source": [ "
\n",
" View on TensorFlow.org\n",
" | \n",
" \n",
" Run in Google Colab\n",
" | \n",
" \n",
" View source on GitHub\n",
" | \n",
"