Skip to content

Commit

Permalink
Update 7a-OOD-detection-output-based.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine committed Jul 31, 2024
1 parent ac96c7c commit 2d95fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/7a-OOD-detection-output-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Threshold-based methods are one of the simplest and most intuitive approaches fo

### Distance-based
- Distance: This method calculates the distance of an instance from the distribution of training data features. If the distance is beyond a certain threshold, the instance is considered OOD.

# Example 1: Softmax scores
```python
n_epochs = 10
Expand Down

0 comments on commit 2d95fec

Please sign in to comment.