- Deep Learning with PyTorch
- Vishnu Subramanian
- 79字
- 2021-06-24 19:16:22
Building Blocks of Neural Networks
Understanding the basic building blocks of a neural network, such as tensors, tensor operations, and gradient descents, is important for building complex neural networks. In this chapter, we will build our first Hello world program in neural networks by covering the following topics:
- Installing PyTorch
- Implementing our first neural network
- Splitting the neural network into functional blocks
- Walking through each fundamental block covering tensors, variables, autograds, gradients, and optimizers
- Loading data using PyTorch
推薦閱讀
- Aftershot Pro:Non-destructive photo editing and management
- Learning Cocos2d-x Game Development
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- 深入理解Spring Cloud與實戰
- Linux KVM虛擬化架構實戰指南
- 電腦軟硬件維修大全(實例精華版)
- SDL Game Development
- 現代辦公設備使用與維護
- 數字邏輯(第3版)
- 筆記本電腦應用技巧
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Blender Game Engine:Beginner's Guide
- 微控制器的應用
- USB應用開發寶典
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)