Keras-OneClassAnomalyDetection icon indicating copy to clipboard operation
Keras-OneClassAnomalyDetection copied to clipboard

Is it avaliable for other domain data? Like vehicle runtime dataset.

Open stellarkey opened this issue 6 years ago • 1 comments

Not the image domain.

I have a dataset that has 400+ colunms and 10k+ rows. But it's not image dataset.

I wanna know if this works for it as anomaly detection.

Thank you.

stellarkey avatar Apr 27 '19 09:04 stellarkey

The sample programs in this repository are for images only. If you can replace the data you own with an image, you may be able to detect something. It would be interesting if you had such an idea.

PINTO0309 avatar May 11 '19 08:05 PINTO0309