书籍 Deep Learning for Coders with fastai and PyTorch的封面

Deep Learning for Coders with fastai and PyTorch

Sylvain Gugger

出版时间

2020-02-03

ISBN

9781492045526

评分

★★★★★
书籍介绍

Deep learning has the reputation as an exclusive domain for math PhDs. Not so. With this book, programmers comfortable with Python will learn how to get started with deep learning right away.

Using PyTorch and the fastai deep learning library, you’ll learn how to train a model to accomplish a wide range of tasks—including computer vision, natural language processing, tabular data, and generative networks. At the same time, you’ll dig progressively into deep learning theory so that by the end of the book you’ll have a complete understanding of the math behind the library’s functions.

Jeremy Howard is an entrepreneur, business strategist, developer, and educator. Jeremy is a founding researcher at fast.ai, a research institute dedicated to making deep learning more accessible. He is also a Distinguished Research Scientist at the University of San Francisco, a faculty member at Singularity University, and a Young Global Leader with the World Economic Forum.

J...

(展开全部)

目录
Your Deep Learning Journey
From Model to Production
Data Ethics
Under the Hood: Training a Digit Classifier
Image Classification

显示全部
用户评论
通过对预训练模型进行微调,不需要太多算力、数据也能玩出不错的效果。 fastai 就很务实,真的怎么快捷就怎么来,甚至有点暴力。
可以跟着视频一起学
fastai用来入门确实不错
FastAI 除了 Doc 写得不太方便其他没啥缺点,有时候 Doc 写得不好,就去看源代码,更加方便。
文档写的不好,有时候要看源码。1和2不兼容,容易搞错了。
教授带着做学术project的时候推荐的这套,主要针对的也是计算机方向的学生,而不是统计方向的学生。其实读完以后觉得到后面的内容开始讲得越来越粗糙,很多地方都需要一些积累,比起textbook更像是slides。