DNN、CNN、RNN


Author :Horizon Max

编程技巧篇:各种操作小结

机器视觉篇:会变魔术 OpenCV

深度学习篇:简单入门 PyTorch

神经网络篇:经典网络模型

算法篇:再忙也别忘了 LeetCode


DNN、CNN、RNN_第1张图片

DNN(深度神经网络)

  Lecture01 Overview
  Lecture02 Linear_Model
  Lecture03 Gradient_Descent
  Lecture04 Back_Propagation
  Lecture05 Linear_Regression_with_PyTorch
  Lecture06 Logistic_Regression
  Lecture07 Multiple_Dimension_Input
  Lecture08 Dataset_and_Dataloader
  Lecture09 Softmax_Classifier


CNN(卷积神经网络)

  Lecture10 Basic_CNN
  Lecture11 Advanced_CNN


RNN(循环神经网络)

  Lecture12 Basic_RNN
  Lecture13 RNN_Classifier


附录:相关文档资料

PyTorch 官方文档: PyTorch Documentation
PyTorch 中文手册: PyTorch Handbook


你可能感兴趣的:(简单入门,PyTorch,DNN,CNN,RNN)