fastai与PyTorch深度学习实践指南(影印版)

fastai与PyTorch深度学习实践指南(影印版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
2021-04
版次: 1
ISBN: 9787564194543
定价: 169.00
装帧: 平装
开本: 16开
页数: 594页
6人买过
  • 深度学习往往被视为数学博士和大型科技公司的专属领域。但正如这本实践指南所展示的那样,熟练使用Python的程序员只需很少的数学背景、少量的数据和最少的代码,就可以在深度学习方面取得令人印象深刻的成果。怎么样才能做到?使用fastai,这是**为最常用的深度学习应用提供一致接口的库。
        本书作者Jeremy Howard和Sylvain Gugger是fastai的创建者,他们向你展示了如何使用fastai和PyTorch在各种任务上训练一个模型。你还将逐步深入了解深度学习理论,以便充分理解幕后的算法。
        在计算机视觉、自然语言处理、表格型数据和协同过滤中训练模型;
        学习在实践中至关重要的**深度学习技术;
        通过了解深度学习模型的工作原理,提高准确性、速度和可靠性;
        了解如何将你的模型转化为Web应用;
        从头开始实现深度学习算法;
        考虑你的工作所带来的道德影响;
        从PyTorch联合创始人Soumith Chintala的前言中获得启示。 Preface
    Foreword
    Part I. Deep Learning in Practice
      1. Your Deep Learning Journey
        Deep Learning Is for Everyone
        Neural Networks: A Brief History
        Who We Are
        How to Learn Deep Learning
          Your Projects and Your Mindset
        The Software: PyTorch, fastai, and Jupyter (And Why It Doesn\'t Matter)
        Your First Model
          Getting a GPU Deep Learning Server
          Running Your First Notebook
          What Is Machine Learning?
          What Is a Neural Network?
          A Bit of Deep Learning Jargon
          Limitations Inherent to Machine Learning
          How Our Image Recognizer Works
          What Our Image Recognizer Learned
          Image Recognizers Can Tackle Non-Image Tasks
          Jargon Recap
        Deep Learning Is Not Just for Image Classification
        Validation Sets and Test Sets
        Use Judgment in Defining Test Sets
        A Choose Your Own Adventure Moment
        Questionnaire
          Further Research
      2. From Model to Production
        The Practice of Deep Learning
          Starting Your Project
          The State of Deep Learning
          The Drivetrain Approach
        Gathering Data
        From Data to DataLoaders
          Data Augmentation
        Training Your Model, and Using It to Clean Your Data
        Turning Your Model into an Online Application
          Using the Model for Inference
          Creating a Notebook App from the Model
          Turning Your Notebook into a Real App
          Deploying Your App
        How to Avoid Disaster
          Unforeseen Consequences and Feedback Loops
        Get Writing!
        Questionnaire
          Further Research
      3. Data Ethics
        Key Examples for Data Ethics
          Bugs and Recourse: Buggy Algorithm Used for Healthcare Benefits
          Feedback Loops: YouTube\'s Recommendation System
          Bias: Professor Latanya Sweeney \"Arrested\"
          Why Does This Matter?
        Integrating Machine Learning with Product Design
        Topics in Data Ethics
          Recourse and Accountability
          Feedback Loops
          Bias
          Disinformation
        Identifying and Addressing Ethical Issues
          Analyze a Project You Are Working On
          Processes to Implement
          The Power of Diversity
      ……
    Part II. Understanding fastai\'s applications
    Part III. Foundations of Deep Learning
    Part IV. Deep learning from Scratch
    Index
  • 内容简介:
    深度学习往往被视为数学博士和大型科技公司的专属领域。但正如这本实践指南所展示的那样,熟练使用Python的程序员只需很少的数学背景、少量的数据和最少的代码,就可以在深度学习方面取得令人印象深刻的成果。怎么样才能做到?使用fastai,这是**为最常用的深度学习应用提供一致接口的库。
        本书作者Jeremy Howard和Sylvain Gugger是fastai的创建者,他们向你展示了如何使用fastai和PyTorch在各种任务上训练一个模型。你还将逐步深入了解深度学习理论,以便充分理解幕后的算法。
        在计算机视觉、自然语言处理、表格型数据和协同过滤中训练模型;
        学习在实践中至关重要的**深度学习技术;
        通过了解深度学习模型的工作原理,提高准确性、速度和可靠性;
        了解如何将你的模型转化为Web应用;
        从头开始实现深度学习算法;
        考虑你的工作所带来的道德影响;
        从PyTorch联合创始人Soumith Chintala的前言中获得启示。
  • 目录:
    Preface
    Foreword
    Part I. Deep Learning in Practice
      1. Your Deep Learning Journey
        Deep Learning Is for Everyone
        Neural Networks: A Brief History
        Who We Are
        How to Learn Deep Learning
          Your Projects and Your Mindset
        The Software: PyTorch, fastai, and Jupyter (And Why It Doesn\'t Matter)
        Your First Model
          Getting a GPU Deep Learning Server
          Running Your First Notebook
          What Is Machine Learning?
          What Is a Neural Network?
          A Bit of Deep Learning Jargon
          Limitations Inherent to Machine Learning
          How Our Image Recognizer Works
          What Our Image Recognizer Learned
          Image Recognizers Can Tackle Non-Image Tasks
          Jargon Recap
        Deep Learning Is Not Just for Image Classification
        Validation Sets and Test Sets
        Use Judgment in Defining Test Sets
        A Choose Your Own Adventure Moment
        Questionnaire
          Further Research
      2. From Model to Production
        The Practice of Deep Learning
          Starting Your Project
          The State of Deep Learning
          The Drivetrain Approach
        Gathering Data
        From Data to DataLoaders
          Data Augmentation
        Training Your Model, and Using It to Clean Your Data
        Turning Your Model into an Online Application
          Using the Model for Inference
          Creating a Notebook App from the Model
          Turning Your Notebook into a Real App
          Deploying Your App
        How to Avoid Disaster
          Unforeseen Consequences and Feedback Loops
        Get Writing!
        Questionnaire
          Further Research
      3. Data Ethics
        Key Examples for Data Ethics
          Bugs and Recourse: Buggy Algorithm Used for Healthcare Benefits
          Feedback Loops: YouTube\'s Recommendation System
          Bias: Professor Latanya Sweeney \"Arrested\"
          Why Does This Matter?
        Integrating Machine Learning with Product Design
        Topics in Data Ethics
          Recourse and Accountability
          Feedback Loops
          Bias
          Disinformation
        Identifying and Addressing Ethical Issues
          Analyze a Project You Are Working On
          Processes to Implement
          The Power of Diversity
      ……
    Part II. Understanding fastai\'s applications
    Part III. Foundations of Deep Learning
    Part IV. Deep learning from Scratch
    Index
查看详情
12
相关图书 / 更多
fastai与PyTorch深度学习实践指南(影印版)
facebook之父马克·扎克伯格:后乔布斯时代的传奇
[美]林志共、王静 著
fastai与PyTorch深度学习实践指南(影印版)
fairy tales
Hans Christian Andersen
您可能感兴趣 / 更多
fastai与PyTorch深度学习实践指南(影印版)
空间的思想:欧氏几何、非欧几何与相对论(第二版)
Jeremy Gray 著;刘建新 郭
fastai与PyTorch深度学习实践指南(影印版)
发育生物学中的数学模型(影印版)
Jerome、K.、Percus、St 著
fastai与PyTorch深度学习实践指南(影印版)
青春期的迷思:身体、自我与世界
Jeremy、D.、Jewell 著
fastai与PyTorch深度学习实践指南(影印版)
剑桥双语分级阅读 小说馆(第6级)
Jeremy Harmer(杰里米·哈默
fastai与PyTorch深度学习实践指南(影印版)
世界思想宝库钥匙丛书:解析约翰·洛克《政府论》
Jeremy Kleidosty 著
fastai与PyTorch深度学习实践指南(影印版)
期货多空逻辑
Jerry Ma 著
fastai与PyTorch深度学习实践指南(影印版)
心理语义学——心灵哲学中的意义问题(心灵与认知识文库·原典系列)
Jerry、Alan、Fodor 著
fastai与PyTorch深度学习实践指南(影印版)
On vegetables
Jeremy Fox
fastai与PyTorch深度学习实践指南(影印版)
Dior: New Looks
Jerome Gautier
fastai与PyTorch深度学习实践指南(影印版)
German Night Fighter Aces of World War 2
Jerry Scutts
fastai与PyTorch深度学习实践指南(影印版)
Bf 109 Aces of North Africa and the Mediterranean
Jerry Scutts
fastai与PyTorch深度学习实践指南(影印版)
How the Soviet Union Is Governed
Jerry F. Hough;Merle Fainsod