Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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 Hardware Required Operating System
Tensorflow 0.10, Jupyter Notebook Any x86 computer Ubuntu Linux 16.04

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

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 97.9%
  • Python 2.1%