- Deep Learning with PyTorch
- Vishnu Subramanian
- 184字
- 2021-06-24 19:16:20
Deep learning
Traditional ML algorithms use handwritten feature extraction to train algorithms, while DL algorithms use modern techniques to extract these features in an automatic fashion.
For example, a DL algorithm predicting whether an image contains a face or not extracts features such as the first layer detecting edges, the second layer detecting shapes such as noses and eyes, and the final layer detecting face shapes or more complex structures. Each layer trains based on the previous layer's representation of the data. It's OK if you find this explanation hard to understand, the later chapters of the book will help you to intuitively build and inspect such networks:

The use of DL has grown tremendously in the last few years with the rise of GPUs, big data, cloud providers such as Amazon Web Services (AWS) and Google Cloud, and frameworks such as Torch, TensorFlow, Caffe, and PyTorch. In addition to this, large companies share algorithms trained on huge datasets, thus helping startups to build state-of-the-art systems on several use cases with little effort.
- Aftershot Pro:Non-destructive photo editing and management
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- The Applied AI and Natural Language Processing Workshop
- Getting Started with Qt 5
- 精選單片機設計與制作30例(第2版)
- 3ds Max Speed Modeling for 3D Artists
- Manage Partitions with GParted How-to
- 面向對象分析與設計(第3版)(修訂版)
- 固態存儲:原理、架構與數據安全
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- BeagleBone Robotic Projects
- 單片機技術及應用
- 單片微機原理及應用
- IP網絡視頻傳輸:技術、標準和應用
- The Deep Learning with PyTorch Workshop