Metadata-Version: 2.1
Name: attax
Version: 0.0.1
Summary: Attax: adversarial attacks using JAX
Home-page: https://github.com/jonasrauber/attax
Author: Jonas Rauber
Author-email: jonas.rauber@bethgelab.org
License: UNKNOWN
Description: ====================================
        Attax: adversarial attacks using JAX
        ====================================
        
        Attax is python library with implementations of some common adversarial attacks
        using JAX. For now this is a prototype at best and I refer you my other project,
        `Foolbox <https://github.com/bethgelab/foolbox>`_, that also supports JAX and
        provides a well-tested suite of adversarial attacks.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/x-rst
Provides-Extra: testing
