Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Abstract Classes for Code #51

Closed someshsingh22 closed 3 years ago

someshsingh22 commented 3 years ago

Most Datasets / Model follow a particular class of Algorithms and thus we can provide Abstract classes which will enforce the pattern to be followed and refine the structure.