Metadata-Version: 1.2
Name: mlkatas
Version: 0.0.3
Summary: Utility functions for Machine Learning
Home-page: https://github.com/bpesquet/mlkatas
Author: Baptiste  Pesquet
Author-email: bpesquet@gmail.com
License: MIT
Description: # mlkatas
        
        Utility functions for Machine Learning.
        
        Mostly compiled from the article series [Applied Deep Learning](https://towardsdatascience.com/applied-deep-learning-part-1-artificial-neural-networks-d7834f67a4f6) and examples from the book [Deep Learning with Python](https://github.com/fchollet/deep-learning-with-python-notebooks).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
