• Complain

Joe Papa - PyTorch Pocket Reference: Building and Deploying Deep Learning Models

Here you can read online Joe Papa - PyTorch Pocket Reference: Building and Deploying Deep Learning Models full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: OReilly Media, 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.

Joe Papa PyTorch Pocket Reference: Building and Deploying Deep Learning Models
  • Book:
    PyTorch Pocket Reference: Building and Deploying Deep Learning Models
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2021
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

PyTorch Pocket Reference: Building and Deploying Deep Learning Models: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "PyTorch Pocket Reference: Building and Deploying Deep Learning Models" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This concise, easy-to-use reference puts one of the most popular frameworks for deep learning research and development at your fingertips. Author Joe Papa provides instant access to syntax, design patterns, and code examples to accelerate your development and reduce the time you spend searching for answers.

Research scientists, machine learning engineers, and software developers will find clear, structured PyTorch code that covers every step of neural network development-from loading data to customizing training loops to model optimization and GPU/TPU acceleration. Quickly learn how to deploy your code to production using AWS, Google Cloud, or Azure and deploy your ML models to mobile and edge devices.

  • Learn basic PyTorch syntax and design patterns
  • Create custom models and data transforms
  • Train and deploy models using a GPU and TPU
  • Train and test a deep learning classifier
  • Accelerate training using optimization and distributed training
  • Access useful PyTorch libraries and the PyTorch ecosystem

Joe Papa: author's other books


Who wrote PyTorch Pocket Reference: Building and Deploying Deep Learning Models? Find out the surname, the name of the author of the book and a list of all author's works by series.

PyTorch Pocket Reference: Building and Deploying Deep Learning Models — 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 "PyTorch Pocket Reference: Building and Deploying Deep Learning Models" 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
PyTorch Pocket Reference by Joe Papa Copyright 2021 Mobile Insights Technology - photo 1
PyTorch Pocket Reference

by Joe Papa

Copyright 2021 Mobile Insights Technology Group, LLC. All rights reserved.

Printed in the United States of America. Published by OReilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Rebecca Novack
  • Development Editor: Jeff Bleiel
  • Production Editor: Beth Kelly
  • Copyeditor: Piper Editorial Consulting, LLC
  • Proofreader: Rachel Head
  • Indexer: Potomac Indexing, LLC
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • May 2021: First Edition
Revision History for the First Edition
  • 2021-05-11: First Release

See https://oreil.ly/9781492090007 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. PyTorch Pocket Reference, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the author, and do not represent the publishers views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-09000-7

[LSI]

Preface

We are living in exciting times! Some of us have been fortunate to have lived through huge advances in technologythe invention of the personal computer, the dawn of the internet, the proliferation of cell phones, and the advent of social media. And now, major breakthroughs are happening in AI!

Its exciting to watch and be a part of this change. I think were just getting started, and its amazing to think of how the world might change over the next decade. How great it is that were living during these times and can participate in the expansion of AI?

PyTorch has, no doubt, enabled some of the finest advances in deep learning and AI. Its free to download and use, and with it anyone with a computer or internet connection can run AI experiments. In addition to more comprehensive references like this one, there are many free and inexpensive training courses, blog articles, and tutorials that can help you. Anyone can get started using PyTorch for machine learning and AI.

Who Should Read This Book

This book is written for both beginners and advanced users interested in machine learning and AI. It will help to have some experience writing Python code and a basic understanding of data science and machine learning.

If youre just getting started in machine learning, this book will help you learn the basics of PyTorch and provide some simple examples. If youve been using another framework, such as TensorFlow, Caffe2, or MXNet, the book with help you become familiar with the PyTorch API and its programming mindset so you can expand your skillset.

If youve been using PyTorch for a while, this book will help you expand your knowledge on advanced topics like acceleration and optimization and provide a quick-reference resource while you use PyTorch for your day-to-day development.

Why I Wrote This Book

Learning and mastering PyTorch can be very exciting. Theres so much to explore! When I first started learning PyTorch, I wished I had a single resource that would teach me everything. I wanted something that would give me a good high-level look at what PyTorch had to offer, but also would provide examples and enough details when I needed to dig deeper.

There are some really good books and courses on PyTorch, but they often focus on tensors and training for deep learning models. The PyTorch online documentation is really good, too, and provides a lot of details and examples; however, I found using it was often cumbersome. I kept having to click around to learn or Google what I needed to know. I needed a book on my desk that I could earmark and reference as I was coding.

My goal is that this will be the ultimate PyTorch reference for you. In addition to reading through it to get a high-level understanding of the PyTorch resources available to you, I hope that you earmark the key sections for your development work and keep it on your desk. That way if you forget something, you can get the answer right away. If you prefer ebooks or online books, You can bookmark this book online. However you may use it, I hope the book helps you create some amazing new technology with PyTorch!

Navigating This Book

If youre just beginning to learn PyTorch, you should start at on the PyTorch Ecosystem. Youre bound to discover something new!

This book is roughly organized as follows:

  • gives a brief introduction to PyTorch, helps you set up your development environment, and provides a fun example for you to try yourself.

  • covers the tensor, PyTorchs fundamental building block. Its the foundation for everything in PyTorch.

  • provides example reference designs so you can see PyTorch in action.

  • Chapters shows you how to accelerate training and optimize your models.

  • shows you how you can deploy PyTorch to production via local machines, cloud servers, and mobile or edge devices.

  • guides you in where to go next by introducing the PyTorch Ecosystem, describing popular packages, and listing additional training resources.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user. Additionally, bold is used for emphasis in functions in tables.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context. Additionally, italic transforms listed in tables are currently not supported by TorchScript.

Using Code Examples

Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/joe-papa/pytorch-book.

If you have a technical question or a problem using the code examples, please email .

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «PyTorch Pocket Reference: Building and Deploying Deep Learning Models»

Look at similar books to PyTorch Pocket Reference: Building and Deploying Deep Learning Models. 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 «PyTorch Pocket Reference: Building and Deploying Deep Learning Models»

Discussion, reviews of the book PyTorch Pocket Reference: Building and Deploying Deep Learning Models 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.