Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

29 lines (29 loc) · 1.29 KB

DeepLearningNote

this is all of my code and data with my deep learning note

包括深度学习论文翻译学习笔记,Keras学习笔记,pytorch学习笔记,tensorflow学习笔记等等



DeepLearningObjectDetection 文件夹注解

  • 此文件夹为深度学习论文翻译相关博客
    • 其中包括分类论文,检测论文等

DeepLearningPapersTranslation 文件夹注解

  • 此文件为目标检测相关博客及其代码
    • 目前包括SSD和YOLO的实现代码,其中SSD是使用Keras实现,YOLO使用Pytroch实现的

KerasLearningNote 文件夹注解

  • 此文件夹为Keras相关博客及其Keras实现的代码
    • 其中包括Keras的基本使用代码,Keras实现的大型网络

PyTorchLearningNote 文件夹注解

  • 此文件夹为PyTorch相关博客及其PyTorch实现的代码
    • 其中包括PyTorch的基本使用代码,PyTorch实现的大型网络

TensorflowLearningNote 文件夹注解

  • 此文件夹为Tensorflow相关博客及其Tensorflow实现的代码
    • 其中包括Tensorflow的基本使用代码,Tensorflow实现的大型网络

BasicMathematicsForArtificialIntelligence 文件夹注解

  • 此文件夹为我整理的数学基础相关博客
    • 其中包括高等代数基础,线性代数基础,概率论基础等等