- 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.
- 24小時學(xué)會電腦組裝與維護(hù)
- 筆記本電腦使用、維護(hù)與故障排除實戰(zhàn)
- Python GUI Programming:A Complete Reference Guide
- Creating Dynamic UI with Android Fragments
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實戰(zhàn)
- 電腦常見故障現(xiàn)場處理
- 嵌入式系統(tǒng)設(shè)計教程
- 筆記本電腦使用、維護(hù)與故障排除從入門到精通(第5版)
- 單片機開發(fā)與典型工程項目實例詳解
- BeagleBone Robotic Projects
- Blender Game Engine:Beginner's Guide
- Spring Cloud實戰(zhàn)
- 3D Printing Blueprints
- 單片機原理及應(yīng)用
- 計算機組裝、維護(hù)與維修項目教程