Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages