Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion 00_index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,21 @@
"\n",
"# Hands-On Projects\n",
"\n",
"- [Introduction to data exploration](./30_introduction_data_exploration.ipynb)\n",
"- [Image Classification](./31_image_classification.ipynb)\n",
"- [Language Modeling (part 1)](./32_language_modeling_1.ipynb)\n",
"\n",
"# Additional Topics\n",
"\n",
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -59,7 +67,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.10"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
1,316 changes: 1,316 additions & 0 deletions 30_introduction_data_exploration.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ dependencies:
- torchvision
- albumentations
- grad-cam
- plotly
2,364 changes: 2,364 additions & 0 deletions data/data_exploration/World-happiness-report-updated_2024.csv

Large diffs are not rendered by default.

Loading