Metadata-Version: 2.1
Name: gtrain
Version: 0.2.12
Summary: Abstraction for general models in tensorflow with implemented train function
Home-page: https://bitbucket.org/fantamat/gtrain
Author: Matěj Fanta
Author-email: fantamat93@gmail.com
License: MIT
Description: #gtrain
        
        Project that using abstraction of the model and data to define structures that can be used for learning. Model can bee learned by gtrain function to fit the data properly.
        This abstraction allows to implement almost everything you want without need to implementing learning algorithm all the time.
        For example it can easily handle various input length witch is not common in other implementations.
        
        ##Model
        
        Abstaction for model in *TensorFlow*. 
        Implements functionality like 
        * todo
        
        ##Data
        
        Abstraction of the data for feeding the model within the training algorithm.
        Implements functionality like 
        * todo
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
