Giter VIP home page Giter VIP logo

tensorflow-testprojects's Introduction

tensorflow-testprojects

this repository is for testing some of the functionality of tensorflow

Created by Carl R. Knox on Mon Nov 9 10:43:08 MST 2015

list of python modules in this repository


basic-graph-building

  • shows construction of a basic graph
  • shows execution of ops in a graph (e.g. matrix multiplication op-type here)
  • shows launching of a graph in a session
  • shows use of tensorflow.device to utilize specific cores for ops

basic-variables

  • shows creation of a scalar variable and operations on it as a tensor, using tensorflow

basic-fetches

  • shows how to fetch multiple outputs of ops so that all ops are run once, not once per requested tensor.

basic-feeds

  • shows how to patch tensors directly into any op in a graph

mnist-basic-ml

  • shows how to utilize tensorflow to train with simple gradient descent optimization on MNIST data (ref. below).

mnist-deep-ml

  • notes forthcoming

tensorflow-mechanics-101

  • notes forthcoming

notes

  • each directory contains a target script, usually named similarly to the directory name; each directory is self- contained in that way and can be run individually.
  • the module scripts are interpreted using a base tensorflow virtualenv, installation instructions here
  • some IDE settings are included in this repo. if you don't want them then just delete the .idea directory from project root after cloning the project.
  • MNIST : Mixed National Institute of Standards and Technology

references

tensorflow-testprojects's People

Contributors

knox-carl avatar

Stargazers

Nishant Shukla avatar

Watchers

James Cloos avatar  avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.