Skip to content

mokpro/tensorflow_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow_examples

Trying out tensorflow and solving example problems.

Installation Guidelines

For MacOS (El Captain)

The following installation steps are cherry-picked from TensorFlow Installation Guide:

  1. Check if you are using system python
  $ which python
  1. If output is /usr/local/bin/python then skip to step 4.
  2. Install a python at user level using Homebrew:
  $ brew install python
  $ brew linkapps python
  $ which python
  /usr/local/bin/python
  1. Install or update pip using easy_install:
  $ easy_install pip
  $ pip install --upgrade pip
  1. Install TensorFlow:
  $ pip install tensorflow
  $ pip install tensorflow-gpu # Optional
  1. Test the installation by loading tensorflow in a python console:
  $ python
  >>> import tensorflow as tf

Resources to explore

  1. TensorFlow tutorials
  2. Learning TensorFlow
  3. TF Learn (previously SkFlow)

About

Trying out tensorflow and solving example problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages