Metadata-Version: 2.1
Name: easy_dnn
Version: 0.0.1
Summary: An easy way to show how a simple deep neural net outperforms a logistic regression classifier.
Home-page: https://github.com/yishairasowsky/nn_vs_log_reg
Author: Yishai Rasowsky
Author-email: yishairasowsky@gmail.com
License: UNKNOWN
Description: # Deep Neural Net vs. Logistic Regression
        
        This is a simple way to illustrate how a simple DNN can beat the performance of logistic regression in classification. 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
