Skip to content

Commit

Permalink
Update 7c-OOD-detection-energy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Dec 20, 2024
1 parent a2d62f4 commit b81da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/7c-OOD-detection-energy.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ if plot_umap:
plt.show()
```
With UMAP, we see our data clusters into more meaningful groups (compared to PCA). Our nonlinear model should hopefully have no problem separating these three clusters.

### Preparing data for CNN
Next, we'll prepare our data for a pytorch (torch) CNN.
```python
Expand Down

0 comments on commit b81da5a

Please sign in to comment.