"[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",
...
@@ -33,16 +25,20 @@
...
@@ -33,16 +25,20 @@
},
},
"cell_type": "markdown",
"cell_type": "markdown",
"source": [
"source": [
"##### Copyright 2018 The TensorFlow Authors.\n",
"##### Copyright 2018 The TensorFlow Authors."
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");"
]
]
},
},
{
{
"metadata": {
"metadata": {
"id": "_ckMIh7O7s6D",
"id": "_ckMIh7O7s6D",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -61,6 +57,45 @@
...
@@ -61,6 +57,45 @@
"execution_count": 0,
"execution_count": 0,
"outputs": []
"outputs": []
},
},
{
"metadata": {
"id": "vasWnqRgy1H4",
"colab_type": "code",
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
"cell_type": "code",
"source": [
"#@title MIT License\n",
"#\n",
"# Copyright (c) 2017 François Chollet\n",
"#\n",
"# Permission is hereby granted, free of charge, to any person obtaining a\n",
"# copy of this software and associated documentation files (the \"Software\"),\n",
"# to deal in the Software without restriction, including without limitation\n",
"# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n",
"# and/or sell copies of the Software, and to permit persons to whom the\n",
"# Software is furnished to do so, subject to the following conditions:\n",
"#\n",
"# The above copyright notice and this permission notice shall be included in\n",
"# all copies or substantial portions of the Software.\n",
"#\n",
"# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n",
"# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n",
"# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n",
"# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n",
"# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n",
"# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n",