This model is an unsupervised, one-class deep learning autoencoder designed to filter protein structures. It identifies candidates that are structurally inconsistent with curated protease inhibitor (PI) features learned from known PI databases.
Use colab userinterface for making prediction from protein structure files in .cif format.
An autoencoder model trained on the structural embedding of known protease inhibitors and assigns a reconstruction error to inputs. High reconstruction errors indicate potential non-PIs based on structural features learned from the training distribution, allowing for the filtering of non-PI-like structures.
Model type: Fully connected Autoencoder (via PyOD)