Skip to content

Commit

Permalink
Merge pull request #1893 from nd-02110114/update-colab
Browse files Browse the repository at this point in the history
Update colab tutorials and remove the website directory
  • Loading branch information
Bharath Ramsundar committed Jun 12, 2020
2 parents eb23a68 + 1ee128d commit 83c4b3f
Show file tree
Hide file tree
Showing 28 changed files with 976 additions and 2,324 deletions.
255 changes: 154 additions & 101 deletions examples/tutorials/01_The_Basic_Tools_of_the_Deep_Life_Sciences.ipynb

Large diffs are not rendered by default.

39 changes: 19 additions & 20 deletions examples/tutorials/02_Learning_MNIST_Digit_Classifiers.ipynb
Expand Up @@ -56,11 +56,11 @@
"metadata": {
"id": "UXJKRlAv5xFA",
"colab_type": "code",
"outputId": "40b16b6e-9346-403e-daae-86af016d45b4",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 479
},
"outputId": "3a8d973a-9b49-44ea-f7b6-4ad80ffcdba3"
"height": 462
}
},
"source": [
"%tensorflow_version 1.x\n",
Expand All @@ -76,7 +76,7 @@
"TensorFlow 1.x selected.\n",
" % Total % Received % Xferd Average Speed Time Time Time Current\n",
" Dload Upload Total Spent Left Speed\n",
"100 2814 100 2814 0 0 28140 0 --:--:-- --:--:-- --:--:-- 28140\n"
"100 3477 100 3477 0 0 9934 0 --:--:-- --:--:-- --:--:-- 9934\n"
],
"name": "stdout"
},
Expand All @@ -85,7 +85,6 @@
"text": [
"add /root/miniconda/lib/python3.6/site-packages to PYTHONPATH\n",
"python version: 3.6.9\n",
"remove current miniconda\n",
"fetching installer from https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh\n",
"done\n",
"installing miniconda to /root/miniconda\n",
Expand Down Expand Up @@ -121,8 +120,8 @@
{
"output_type": "stream",
"text": [
"CPU times: user 2.71 s, sys: 996 ms, total: 3.71 s\n",
"Wall time: 4min 14s\n"
"CPU times: user 2.54 s, sys: 520 ms, total: 3.06 s\n",
"Wall time: 1min 58s\n"
],
"name": "stdout"
}
Expand All @@ -146,7 +145,7 @@
"metadata": {
"id": "4u9vY8iu5xFU",
"colab_type": "code",
"outputId": "22a37e01-90de-4bd7-ad54-9b8c42333aed",
"outputId": "cfefccae-e0ad-470a-dbf0-8d0d4c00d198",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 530
Expand Down Expand Up @@ -251,7 +250,7 @@
"metadata": {
"id": "Xq9T4trd5xGD",
"colab_type": "code",
"outputId": "fc4384c6-730f-4e8c-a60d-d9708d003bdb",
"outputId": "e626df29-14e6-46ad-e5db-a039de833366",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 275
Expand Down Expand Up @@ -300,7 +299,7 @@
"metadata": {
"id": "ZGP9d70u5xGU",
"colab_type": "code",
"outputId": "7ae20e09-7602-42d7-87a4-2510873146f1",
"outputId": "8dca6c10-a762-4c5e-f86a-f2b36584d599",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
Expand All @@ -327,16 +326,16 @@
"output_type": "stream",
"text": [
"Validation\n",
"class 0:auc=0.9999473577030227\n",
"class 1:auc=0.9999211378882008\n",
"class 2:auc=0.9999187049470992\n",
"class 3:auc=0.9999000878057167\n",
"class 4:auc=0.9999732080250338\n",
"class 5:auc=0.9998869625422123\n",
"class 6:auc=0.9999294587087216\n",
"class 7:auc=0.9998189989785494\n",
"class 8:auc=0.9996727967199541\n",
"class 9:auc=0.9998515678426888\n"
"class 0:auc=0.9999482812520925\n",
"class 1:auc=0.9999327470315621\n",
"class 2:auc=0.9999223382455529\n",
"class 3:auc=0.9999378924197698\n",
"class 4:auc=0.999804920932277\n",
"class 5:auc=0.9997608046652174\n",
"class 6:auc=0.9999347825797615\n",
"class 7:auc=0.9997099080694587\n",
"class 8:auc=0.999882187740275\n",
"class 9:auc=0.9996286953889618\n"
],
"name": "stdout"
}
Expand Down

0 comments on commit 83c4b3f

Please sign in to comment.