Skip to content

keyfun/Getting-Started-with-TensorFlow-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with TensorFlow

Code Testing Specifications

Software required (With version):

  • Python(3.7)
  • TensorFlow(1.10.1)
  • Bazel(0.3.0)
  • Pip(18.0)
  • MatPlotlib(1.5.1)
  • Pandas(0.18.1)
  • NumPy(1.14.5)

OS required:

  • MacOS High Sierra 10.13.6

Related TensorFlow Books:

MacOS command:

pip install --ignore-installed tensorflow
pip install pandas

Update: tf.mul, tf.sub and tf.neg are deprecated in favor of tf.multiply, tf.subtract and tf.negative.

About

Getting-Started-with-TensorFlow-master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages