generated from carpentries/workbench-template-md
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add starters for OOD-distance and OOD-algo
- Loading branch information
1 parent
845639f
commit 3cdad32
Showing
6 changed files
with
1,647 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"nbformat": 4, | ||
"nbformat_minor": 0, | ||
"metadata": { | ||
"colab": { | ||
"provenance": [], | ||
"gpuType": "T4" | ||
}, | ||
"kernelspec": { | ||
"name": "python3", | ||
"display_name": "Python 3" | ||
}, | ||
"language_info": { | ||
"name": "python" | ||
}, | ||
"accelerator": "GPU" | ||
}, | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"source": [ | ||
"---\n", | ||
"title: \"OOD Detection: Training-Time Regularization\"\n", | ||
"teaching: 0\n", | ||
"exercises: 0\n", | ||
"---" | ||
], | ||
"metadata": { | ||
"id": "JVTw2HExPXHz" | ||
} | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"source": [ | ||
"### Questions\n", | ||
"- What are the key considerations when designing algorithms for OOD detection?\n", | ||
"- How can OOD detection be incorporated into the loss functions of models?\n", | ||
"- What are the challenges and best practices for training models with OOD detection capabilities?" | ||
], | ||
"metadata": { | ||
"id": "4Kmnv3SfbJzY" | ||
} | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"source": [ | ||
"### Objectives\n", | ||
"- Understand the critical design considerations for creating effective OOD detection algorithms.\n", | ||
"- Learn how to integrate OOD detection into the loss functions of machine learning models.\n", | ||
"- Identify the challenges in training models with OOD detection and explore best practices to overcome these challenges." | ||
], | ||
"metadata": { | ||
"id": "3ci1vysfRdUo" | ||
} | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"source": [ | ||
"# Training-time regularization for OOD detection" | ||
], | ||
"metadata": { | ||
"id": "uZn6oCV2aOx9" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.