Skip to content

Files

Latest commit

author
Burak Bayramli
Aug 14, 2017
17d4ef7 · Aug 14, 2017

History

History
This branch is 56 commits behind burakbayramli/books:master.

Building-Machine-Learning-Projects-with-TensorFlow-master

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017
Aug 14, 2017

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.