• Complain

Giancarlo Zaccone - Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!

Here you can read online Giancarlo Zaccone - Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data! full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham, year: 2016, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Giancarlo Zaccone Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!
  • Book:
    Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2016
  • City:
    Birmingham
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Giancarlo Zaccone: author's other books


Who wrote Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!? Find out the surname, the name of the author of the book and a list of all author's works by series.

Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data! — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Getting Started with TensorFlow

Getting Started with TensorFlow

Copyright 2016 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: July 2016

Production reference: 1190716

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham

B3 2PB, UK.

ISBN 978-1-78646-857-4

www.packtpub.com

Credits

Author

Giancarlo Zaccone

Copy Editor

Alpha Singh

Reviewer

Jayani Withanawasam

Project Coordinator

Shweta H Birwatkar

Commissioning Editor

Veena Pagare

Proofreader

Safis Editing

Acquisition Editor

Vinay Argekar

Indexer

Mariammal Chettiyar

Content Development Editor

Sumeet Sawant

Production Coordinator

Nilesh Mohite

Technical Editor

Deepti Tuscano

Cover Work

Nilesh Mohite

About the Author

Giancarlo Zaccone has more than 10 years of experience managing research projects in both the scientific and industrial domains. He worked as researcher at the C.N.R, the National Research Council, where he was involved in projects related to parallel numerical computing and scientific visualization.

Currently, he is a senior software engineer at a consulting company developing and maintaining software systems for space and defence applications.

Giancarlo holds a master's degree in physics from the Federico II of Naples and a 2nd level postgraduate master course in scientific computing from La Sapienza of Rome.

He has already been a Packt author for the following book: Python Parallel Programming Cookbook.

You can contact him at https://it.linkedin.com/in/giancarlozaccone

About the Reviewer

Jayani Withanawasam is a senior software engineer at Zaizi Asia - Research and Development team. She is the author of the book Apache Mahout Essentials , on scalable machine learning. She was a summit speaker at Alfresco Summit 2014 - London. Her talk was about applications of machine learning techniques in smart enterprise content management (ECM) solutions. She presented her research Content Extraction and Context Inference based Information Retrieval at the Women in Machine Learning (WiML) 2015 workshop, which was co-located with the Neural Information Processing Systems (NIPS) 2015 conference - Montreal, Canada.

Jayani is currently pursuing an MSc in Artificial Intelligence at the University of Moratuwa, Sri Lanka. She has strong research interests in machine learning and computer vision.

You can contact her at https://lk.linkedin.com/in/jayaniwithanawasam

www.PacktPub.com
eBooks, discount offers, and more

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Preface

TensorFlow is an open source software library used to implement machine learning and deep learning systems.

Behind these two names are hidden a series of powerful algorithms that share a common challenge: to allow a computer to learn how to automatically recognize complex patterns and make the smartest decisions possible.

Machine learning algorithms are supervised or unsupervised; simplifying as much as possible, we can say that the biggest difference is that in supervised learning the programmer instructs the computer how to do something, whereas in unsupervised learning the computer will learn all by itself.

Deep learning is instead a new area of machine learning research that has been introduced with the objective of moving machine learning closer to artificial intelligence goals. This means that deep learning algorithms try to operate like the human brain.

With the aim of conducting research in these fascinating areas, the Google team developed TensorFlow, which is the subject of this book.

To introduce TensorFlows programming features, we have used the Python programming language. Python is fun and easy to use; it is a true general-purpose language and is quickly becoming a must-have tool in the arsenal of any self-respecting programmer.

It is not the aim of this book to completely describe all TensorFlow objects and methods; instead we will introduce the important system concepts and lead you up the learning curve as fast and efficiently as we can. Each chapter of the book presents a different aspect of TensorFlow, accompanied by several programming examples that reflect typical issues of machine and deep learning.

Although it is large and complex, TensorFlow is designed to be easy to use once you learn about its basic design and programming methodology.

The purpose of Getting Started with TensorFlow is to help you do just that.

Enjoy reading!

What this book covers

Chapter 1 , TensorFlow Basic Concepts, contains general information on the structure of TensorFlow and the issues for which it was developed. It also provides the basic programming guidelines for the Python language and a first TensorFlow working session after the installation procedure. The chapter ends with a description of TensorBoard, a powerful tool for optimization and debugging.

Chapter 2 , Doing Math with TensorFlow, describes the ability of mathematical processing of TensorFlow. It covers programming examples on basic algebra up to partial differential equations. Also, the basic data structure in TensorFlow, the tensor

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!»

Look at similar books to Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data!»

Discussion, reviews of the book Getting started with tensorflow : get up and running with the latest numerical computing library by Google and dive deeper into your data! and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.