-
A convolutional autoencoder is created and trained on images of person with dimension 28x28.
-
Architecture was used from Keras Convolitional Autoencoder.
-
The network is trained end to end using only positive class samples.
-
To check whether a test sample belong to positive class or not, it is passed through the trained network and cosine similarity is calculated between the input and predicted output.
-
The output for cosine similarity should be high for the positive class test sample and should be low for negative class sample.
-
Notifications
You must be signed in to change notification settings - Fork 0
borgbox/Single-Class-Classification-Using-Autoencoder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 100.0%