Metadata-Version: 1.1
Name: hourflow
Version: 0.2
Summary: A simple test libiary for deeplearning study
Home-page: https://github.com/hanghang2333/hourflow.git
Author: lihang
Author-email: 1092978787@qq.com
License: BSD License
Description: 
        A simple libiary just for study deeplearning or else.
        
        examples can be found in test_mlp.py,test_cnn.py.etc.
        
        The apis is similarity as Tensorflow so it is easy to use Tensorflow after learned this code.
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
