# Learning-Deep-Features-for-One-Class-Classification **Repository Path**: cy_0728/Learning-Deep-Features-for-One-Class-Classification ## Basic Information - **Project Name**: Learning-Deep-Features-for-One-Class-Classification - **Description**: #Deep One class #Anomaly Detection - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepOneClass Implementation of the paper Learning Deep Features for One-Class Classification, https://arxiv.org/abs/1801.05365. Deep learning based one class classification code targeting one class image classification. Tests carried out on Abnormal image detection, Novel image detection and Active Authentication reported state of the art results. Pre-processing -------------- This code is developed targeting keras framework. Please make sure keras > 2.1 and python 3.5 is installed. Prepare data -------------- - It is describe in `data.py`. The image is read as numpy array and the label has shape ( 1, n) with n is number of class Training/ Testing ----------------- 1. Training `python train.py` 2. Testing `python predict.py`