- Deep Learning with PyTorch
- Vishnu Subramanian
- 145字
- 2021-06-24 19:16:27
Diving Deep into Neural Networks
In this chapter, we will explore the different modules of deep learning architectures that are used to solve real-world problems. In the previous chapter, we used low-level operations of PyTorch to build modules such as a network architecture, a loss function, and an optimizer. In this chapter, we will explore some of the important components of neural networks required to solve real-world problems, along with how PyTorch abstracts away a lot of complexity by providing a lot of high-level functions. Towards the end of the chapter, we will build algorithms that solve real-world problems such as regression, binary classification, and multi-class classification.
In this chapter, we will go through following topics:
- Deep dive into the various building blocks of neural networks
- Exploring higher-level functionalities in PyTorch to build deep learning architectures
- Applying deep learning to a real-world image classification problem
推薦閱讀
- 嵌入式技術基礎與實踐(第5版)
- 電腦常見故障現場處理
- 從零開始學51單片機C語言
- 電腦軟硬件維修從入門到精通
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 基于Apache Kylin構建大數據分析平臺
- Arduino BLINK Blueprints
- OpenGL Game Development By Example
- Wireframing Essentials
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- Corona SDK Mobile Game Development:Beginner's Guide
- 筆記本電腦現場維修實錄
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- Hands-On Markov Models with Python
- CPU設計實戰:LoongArch版