Metadata-Version: 2.1
Name: chongyu_flow
Version: 0.0.1
Summary: This is a mini but function completed neural network framework
Home-page: UNKNOWN
Author: Chongyu Zhang
Author-email: zcyu_eternal@foxmail.com
License: UNKNOWN
Description: ## This is a mini deep learning framework created by Chongyu
        
        ## Features
        + Define Dynamic Computing Graph
        + Define Neural Network Operater
        + Define Linear,Sigmoid,L2_loss
        + Auto-diff Computing
        + Auto-Feedfoward and Backward
        
        ## Remain
        + Classification
        + Cross-Entropy
        + CNN,RNN
        
        ## Connection
        
        wechat: Obliviatecy
        Mail: zcyu_eternal@foxmail.com
        
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
