Skip to main content

Abstraction for general models in TensorFlow with implemented train function

Project 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.

##Examples

Examples are included in a folder example in a github repository.

##Implementation

There are three parts of the abstraction the model, data, and learning function.

###Model

Abstaction of a model in TensorFlow.

###Data

Abstraction of the data for feeding the model within the training algorithm.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtrain-0.3.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

gtrain-0.3.0-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page