PyTorch Computer Vision Cookbook
Avendi, Michael
- 出版商: Packt Publishing
- 出版日期: 2020-03-20
- 售價: $1,690
- 貴賓價: 9.5 折 $1,606
- 語言: 英文
- 頁數: 364
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1838644830
- ISBN-13: 9781838644833
-
相關分類:
DeepLearning、Computer Vision
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$940$700 -
$779$740 -
$1,480$1,406 -
$750$593 -
$1,575Tinyml: Machine Learning with Tensorflow Lite on Arduino and Ultra-Low-Power Microcontrollers (Paperback)
-
$1,980$1,881 -
$521點雲庫 PCL 從入門到精通
-
$580$458 -
$520$411 -
$580$458 -
$474$450 -
$580$458 -
$260$234 -
$880$695 -
$220$198 -
$750$593 -
$680$537 -
$550$429 -
$1,890Murach's C# (7th Edition)
-
$1,340$1,273 -
$580$458 -
$778數據驅動的科學和工程:機器學習、動力系統與控制詳解
-
$700$525 -
$517邊緣計算:原理、技術與實踐
-
$3,600$3,420
商品描述
Computer vision techniques play an integral role in helping developers gain a high-level understanding of digital images and videos. With this book, you’ll learn how to solve the trickiest problems in computer vision (CV) using the power of deep learning algorithms, and leverage the latest features of PyTorch 1.x to perform a variety of CV tasks.
Starting with a quick overview of the PyTorch library and key deep learning concepts, the book then covers common and not-so-common challenges faced while performing image recognition, image segmentation, object detection, image generation, and other tasks. Next, you’ll understand how to implement these tasks using various deep learning architectures such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), long short-term memory (LSTM), and generative adversarial networks (GANs). Using a problem-solution approach, you’ll learn how to solve any issue you might face while fine-tuning the performance of a model or integrating it into your application. Later, you’ll get to grips with scaling your model to handle larger workloads, and implementing best practices for training models efficiently.
By the end of this CV book, you’ll be proficient in confidently solving many CV related problems using deep learning and PyTorch.
作者簡介
Michael Avendi is a principal data scientist with vast experience in deep learning, computer vision, and medical imaging analysis. He works on the research and development of data-driven algorithms for various imaging problems, including medical imaging applications. His research papers have been published in major medical journals, including the Medical Imaging Analysis journal. Michael Avendi is an active Kaggle participant and was awarded a top prize in a Kaggle competition in 2017.
目錄大綱
- Getting Started with PyTorch for Deep Learning
- Binary Image Classification
- Multi-class Image Classification
- Single-object detection
- Multi-object detection
- Single-object Segmentation
- Multi-object Segmentation
- Neural Style Transfer with PyTorch
- GANs and Adversarial Examples
- Video Processing with PyTorch