Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 351 Bytes

TensorFlow

My TensorFlow models, training, and testing scripts.

DEPENDENCIES

  • Python 3.5
  • tensorflow v1.0.0
  • numpy

MODELS

  • alexnet: 8 layer convolutional neural network.
  • model: Base model class.
  • model_utils: Helper functions for creating models.

CLASSIFICATION

Scripts for training and testing classification models.