Metadata-Version: 2.1
Name: gpkg.mnist
Version: 0.6.0.dev2
Summary: CNN and multinomial logistic regression classifiers for MNIST digits (Guild AI)
Home-page: https://github.com/guildai/index/tree/master/gpkg/mnist
Author: Guild AI
Author-email: packages@guild.ai
License: Apache 2.0
Keywords: gpkg
Platform: UNKNOWN

gpkg.mnist
##########

*CNN and multinomial logistic regression classifiers for MNIST digits (Guild
AI)*

Models
######

cnn
===

*CNN classifier for MNIST*

Operations
^^^^^^^^^^

evaluate
--------

*Evaluate a trained CNN*

train
-----

*Train the CNN*

Flags
`````

**batch-size**
  *Number of images to include in a training batch (100)*

**epochs**
  *Number of epochs to train (10)*


logreg
======

*Multinomial logistic regression classifier for MNIST*

Operations
^^^^^^^^^^

evaluate
--------

*Evaluate a trained logistic regression*

train
-----

*Train the logistic regression*

Flags
`````

**batch-size**
  *Number of images to include in a training batch (100)*

**epochs**
  *Number of epochs to train (10)*


samples
=======

*Sample MNIST images*

Operations
^^^^^^^^^^

prepare
-------

*Generate a set of sample MNIST images*

Flags
`````

**count**
  *Number of images to generate (100)*



