danielenricocahall / One-Class-NeuralNetwork

Simplified implementation of one class neural network for nonlinear anomaly detection.
MIT License
46 stars 4 forks source link

Need to evaluate the code with previous OCNN implementation #5

Open Abdulkareem-K opened 2 years ago

Abdulkareem-K commented 2 years ago

Dear Mr.Danial, Thanks for sharing your code. I'm wondering if it is possible to run the same experiments that were carried out by Mr. Chalapathy by using your code. Mainly I am interested in comparing the AUROC results, will it be close ??

danielenricocahall commented 2 years ago

Good question! Feel free to evaluate :)

Abdulkareem-K commented 2 years ago

Thanks for your reply Mr.Daniel. Yes, recently I did, but unfortunately, it seems that the cost function is not working as intended. Actually, with the supplied cost function, the loss drops to a certain limit and then stops decreasing. I would appreciate if you have the time from your side to check with MNIST or CIFAR dataset and update me with the results.

Thank you ...