Skip to content

vnnw/Building-Machine-Learning-Projects-with-TensorFlow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Building Machine Learning Projects with TensorFlow This is the code repository for Building Machine Learning Projects with TensorFlow, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

>>> import tensorflow as tf 
>>> tens1 = tf.constant([[[1,2],[2,3]],[[3,4],[5,6]]]) 
>>> print sess.run(tens1)[1,1,0] 
5 

Software Required: Tensorflow 0.10, Jupyter Notebook

Hardware Required: Any x86 computer

Operating System: Ubuntu Linux 16.04

##Related Products

About

Building Machine Learning Projects with TensorFlow by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%