Skip to content

Latest commit

 

History

History
107 lines (78 loc) · 3.32 KB

resource.md

File metadata and controls

107 lines (78 loc) · 3.32 KB

Resources

Table of Contents


PYTHON

LIBRARIES

TENSORFLOW

GITHUB

INSTALL

TUTORIALS

KERAS

BAZEL

Google Cloud Platform

  • https://cloud.google.com/
    • Upper right corner, sign in using your Google acct.
    • Upper right, select console
    • Upper left Navigation Menu

CONTENT

EXAMPLES

Computer Vision and Pattern Recognition

Applying model on Mobile device

Once model is built, can be tested on mobile device.

Xcode and Swift Topics

Current papers

News


WORKFLOWS

  1. TF output
  2. .pb file/package
  3. statistical graph representation of the data set

TENSORFLOW TO BUILD MODEL

MANAGING RAW IMAGE SET

For training and testing:

  1. Images all same size, same orientation horiz or vert
  2. Put copyright in images or metadata
  3. Select 80%-90% images for training model, remaining to test against

*https://docs.docker.com/storage/bind-mounts/

  • snap docker py 2.7 needs pip2.7 install matplotlib