• Complain

Guglielmo Iozzia - Hands-On Deep Learning with Apache Spark

Here you can read online Guglielmo Iozzia - Hands-On Deep Learning with Apache Spark full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, genre: Computer / Science. 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.

No cover
  • Book:
    Hands-On Deep Learning with Apache Spark
  • Author:
  • Genre:
  • Year:
    0
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Hands-On Deep Learning with Apache Spark: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Hands-On Deep Learning with Apache Spark" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Guglielmo Iozzia: author's other books


Who wrote Hands-On Deep Learning with Apache Spark? Find out the surname, the name of the author of the book and a list of all author's works by series.

Hands-On Deep Learning with Apache Spark — 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 "Hands-On Deep Learning with Apache Spark" 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
Hands-On Deep Learning with Apache Spark Build and deploy distributed deep - photo 1
Hands-On Deep Learning with Apache Spark
Build and deploy distributed deep learning applications on Apache Spark
Guglielmo Iozzia

BIRMINGHAM - MUMBAI Hands-On Deep Learning with Apache Spark Copyright 2019 - photo 2

BIRMINGHAM - MUMBAI
Hands-On Deep Learning with Apache Spark

Copyright 2019 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 or its dealers and distributors, will be held liable for any damages caused or alleged to have been 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.

Commissioning Editor: Pravin Dhandre
Acquisition Editor: Nelson Morris
Content Development Editor: Roshan Kumar
Technical Editor: Snehal Dalmet
Copy Editor: Safis Editing
Project Coordinator: Namrata Swetta
Proofreader: Safis Editing
Indexer: Mariammal Chettiyar
Graphics: Jisha Chirayil
Production Coordinator: Jyoti Chauhan

First published: January 2019

Production reference: 1310119

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78899-461-3

www.packtpub.com

maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

Packt.com

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.packt.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.packt.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.

Contributors
About the author

Guglielmo Iozzia is currently a big data delivery manager at Optum in Dublin. He completed his master's degree in biomedical engineering at the University of Bologna. After graduation, he joined a start-up IT company in Bologna that had implemented a new system to manage online payments. There, he worked on complex Java projects for different customers in different areas. He has also worked at the IT department of FAO, an agency of the United Nations. In 2013, he had the chance to join IBM in Dublin. There, he improved his DevOps skills, working mostly on cloud-based applications. He is a golden member, writes articles at DZone, and maintains a personal blog to share his findings and thoughts about various tech topics.

I would like to thank my wife Elena for her patience during the making of this book and my lovely little daughters Katerina and Anna for the joy they bring day by day to our life.
About the reviewer

Nisith Kumar Nanda is a passionate big data consultant who loves to find solutions to complex data problems. He has around 10 years of IT experience from working on multiple technologies with various clients globally. His core expertise involves working with open source big data technologies such as Apache Spark, Kafka, Cassandra, and HBase to build critical next-generation real-time and batch applications. He is very proficient in various programming languages, such as Java, Scala, and Python. He is passionate about AI, machine learning, and NLP.

I would like to thank my family and especially to my wife, Samita, for their support. I will also take this opportunity to thank my friends and colleagues who helped me to grow professionally.
Packt is searching for authors like you

If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.

Preface

Deep learning is a subset of machine learning based on multilayer neural networks that can solve particularly hard and large-scale problems in areas such as natural language processing and image classification. This book addresses the sheer complexity of the technical and analytical parts, and the speed at which deep learning solutions can be implemented on top of Apache Spark.

The book starts with an explanation of the fundamentals of Apache Spark and deep learning (how to set up Spark for deep learning, the principles of distributed modeling, and different types of neural network). Then it moves to the implementation of some deep learning models, such as CNNs, RNNs, and LSTMs, on Spark. The readers will get hands-on experience of what it takes and a general feeling of the complexity of what they are dealing with. During the course of the book, popular deep learning frameworks such as DeepLearning4J (mostly), Keras, and TensorFlow will be used to implement and train distributed models.

The mission of this book is as follows:

  • To create a hands-on guide to implementing Scala (and in some cases, Python too) deep learning solutions that scale and perform
  • To make readers confident with using Spark via several code examples
  • To explain how to choose the model that best addresses a particular deep learning problem or scenario
Who this book is for

If you are a Scala developer, a data scientist, or a data analyst who wants to learn how to use Spark to implement efficient deep learning models, this is the book for you. Knowledge of core machine learning concepts and some experience of using Spark will be helpful.

What this book covers

, The Apache Spark Ecosystem , provides a comprehensive overview of the Apache Spark modules and its different deployment modes.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Hands-On Deep Learning with Apache Spark»

Look at similar books to Hands-On Deep Learning with Apache Spark. 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 «Hands-On Deep Learning with Apache Spark»

Discussion, reviews of the book Hands-On Deep Learning with Apache Spark 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.