{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "IST718_WK9_TensorFlow.ipynb", "provenance": [], "collapsed_sections": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" } }, "cells": [ { "cell_type": "code", "metadata": { "id": "h0ntV7eLSQmr", "colab_type": "code", "outputId": "2cfab896-2308-4ebd-ced5-8ac19d9e3e7b", "colab": { "base_uri": "https://localhost:8080/", "height": 62 } }, "source": [ "# SINGLE LAYER AND MULTI LAYER NETWORKS FOR MNIST\n", "# BASED ON CODE FROM TENSORFLOW TUTORIAL\n", "\n", "import tensorflow as tf" ], "execution_count": 0, "outputs": [ { "output_type": "display_data", "data": { "text/html": [ "
\n",
"The default version of TensorFlow in Colab will soon switch to TensorFlow 2.x.
\n",
"We recommend you upgrade now \n",
"or ensure your notebook will continue to use TensorFlow 1.x via the %tensorflow_version 1.x
magic:\n",
"more info.