书籍 Deep Learning with PyTorch的封面

Deep Learning with PyTorch

Eli Stevens

出版时间

2020-06-09

ISBN

9781617295263

评分

★★★★★

标签

编程

书籍介绍

Deep Learning with PyTorch teaches you how to implement deep learning algorithms with Python and PyTorch. This book takes you into a fascinating case study: building an algorithm capable of detecting malignant lung tumors using CT scans. As the authors guide you through this real example, you'll discover just how effective and fun PyTorch can be. After a quick introduction to the deep learning landscape, you'll explore the use of pre-trained networks and start sharpening your skills on working with tensors. You'll find out how to represent the most common types of data with tensors and how to build and train neural networks from scratch on practical examples, focusing on images and sequences.

After covering the basics, the book will take you on a journey through larger projects. The centerpiece of the book is a neural network designed for cancer detection. You'll discover ways for training networks with limited inputs and start processing data to get some results. You'll sift through the unreliable initial results and focus on how to diagnose and fix the problems in your neural network. Finally, you'll look at ways to improve your results by training with augmented data, make improvements to the model architecture, and perform other fine tuning.

what's inside

Using the PyTorch tensor API

Understanding automatic differentiation in PyTorch

Training deep neural networks

Monitoring training and visualizing results

Implementing modules and loss functions

Loading data in Python for PyTorch

Interoperability with NumPy

Deploying a PyTorch model for inference

用户评论
好像好多地方也不是讲得很清晰,起基本的扫盲作用,多写代码吧
这本书总体上还可以,但非常罗嗦,简单常识和无关东西都写进去,通常是一章开头一堆废话,啰哩啰唆半天都没进入主题。这本书总共五百多页,压缩到三百页才比较合理,不过有一本这本书的精华版,才150多页,可见此书废话之多。读完第一部分后读不下去,干脆读PyTorch提供的官方教程,简明扼要,读起来舒服太多了。此外,如果要深入理解pytorch,读完官方教程后去读tinygrad源代码,就会明白这类动态计算图框架的核心是Tensor,之上附带一堆函数以及相应的自动微分功能(backward与deepwalk),pytorch其他的东西无非是方便用户的一堆预设nn层、优化器、数据加载器与转换器罢了。
书是不难懂,但懂了也还是感觉啥也不会(大概可以入一下门吧
上手版
看的excerpt版本,有助于快速入门Pytorch
比较基础的torch书 免费的
Pytorch自己出的教学课本,比blog集合稍微系统一点,但也很浅
第一部分还不错,介绍了Pytorch的常用操作,第二部分举的例子用了医疗图像,就没仔细看,跳着看完了
书是不难懂,但懂了也还是感觉啥也不会(大概可以入一下门吧 @2020-05-13 15:20:02