From charlesreid1

Line 35: Line 35:
** contains sequential buildup of a simple tensorflow example into a more complex tensorflow example in courses/machine_learning/tensorflow
** contains sequential buildup of a simple tensorflow example into a more complex tensorflow example in courses/machine_learning/tensorflow
** contains example bundled app for training/predictions using Cloud ML Engine in courses/machine_learning/cloudmle
** contains example bundled app for training/predictions using Cloud ML Engine in courses/machine_learning/cloudmle
===Other Repositories===
* https://github.com/ajschumacher/mapreduce_with_tensorflow - an unusual use of TensorFlow to perform MapReduce computations


=Flags=
=Flags=

Revision as of 04:35, 26 October 2017

Notes

Google Cloud Data Engineering Certification Course

Building TensorFlow Models: GCDEC/Building_Tensorflow/Notes

Deploying TensorFlow Models: GCDEC/Deploying_Tensorflow/Notes

Engineering TensorFlow Models: GCDEC/Engineering_Tensorflow/Notes

Usage and Components

Command Line Arguments

TensorFlow/Command Line Args - notes on using command line arguments in TensorFlow models

Github

My Repositories

Other Repositories

Official Repositories

  • https://github.com/GoogleCloudPlatform/training-data-analyst - models and examples for the TensorFlow section of the Google Cloud Data Engineering training
    • relevant code is in courses/machine_learning/
    • contains sequential buildup of a simple tensorflow example into a more complex tensorflow example in courses/machine_learning/tensorflow
    • contains example bundled app for training/predictions using Cloud ML Engine in courses/machine_learning/cloudmle

Other Repositories

Flags