Skip to content

Commit

Permalink
#10 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 22, 2023
1 parent 4cb25bf commit 2cfe096
Show file tree
Hide file tree
Showing 33 changed files with 977 additions and 1,722 deletions.
1 change: 1 addition & 0 deletions ds_tut/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.1"
8 changes: 8 additions & 0 deletions ds_tut/_modidx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Autogenerated by nbdev

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/data_science_tutorial',
'doc_host': 'https://ephes.github.io',
'git_url': 'https://github.com/ephes/data_science_tutorial',
'lib_path': 'ds_tut'},
'syms': {}}
28 changes: 8 additions & 20 deletions notebooks/cats_vs_dogs/dl_workshop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -73,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -110,7 +110,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -142,21 +142,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
}
},
"nbformat": 4,
Expand Down
100 changes: 44 additions & 56 deletions notebooks/cats_vs_dogs/evaluation.ipynb

Large diffs are not rendered by default.

46 changes: 17 additions & 29 deletions notebooks/cats_vs_dogs/model_feature_extraction.ipynb

Large diffs are not rendered by default.

60 changes: 24 additions & 36 deletions notebooks/cats_vs_dogs/model_fine_tuning.ipynb

Large diffs are not rendered by default.

50 changes: 17 additions & 33 deletions notebooks/cats_vs_dogs/model_from_scratch.ipynb

Large diffs are not rendered by default.

370 changes: 73 additions & 297 deletions notebooks/cats_vs_dogs/model_from_scratch_colab.ipynb

Large diffs are not rendered by default.

46 changes: 17 additions & 29 deletions notebooks/cats_vs_dogs/model_with_augmentation.ipynb

Large diffs are not rendered by default.

197 changes: 36 additions & 161 deletions notebooks/cats_vs_dogs/prepare_training_data.ipynb

Large diffs are not rendered by default.

136 changes: 60 additions & 76 deletions notebooks/cats_vs_dogs/visualization.ipynb

Large diffs are not rendered by default.

14 changes: 1 addition & 13 deletions notebooks/cloud_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down
63 changes: 25 additions & 38 deletions notebooks/dask/01-custom-delayed.ipynb

Large diffs are not rendered by default.

0 comments on commit 2cfe096

Please sign in to comment.