tangkangqi / DeepLearningNote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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实现的大型网络
    • 个人目前对自己完成的Keras版本大型网络(包括:VGGNet16, ResNet,DenseNet 等) 进行一个控制变量的性能比较

PyTorchLearningNote 文件夹注解

  • 此文件夹为PyTorch相关博客及其PyTorch实现的代码
    • 其中包括PyTorch的基本使用代码,PyTorch实现的大型网络
    • 目前做的笔记均是一些Pytorch的基础

TensorflowLearningNote 文件夹注解

  • 此文件夹为Tensorflow相关博客及其Tensorflow实现的代码
    • 其中包括Tensorflow的基本使用代码,Tensorflow实现的大型网络
    • 个人将自己实现的很多大型网络,包括 LeNet,AlexNet,VGGNet,InceptionNet,ResNet,DenseNet,SENet,MobileNet等都放在这个文件夹

BasicMathematicsForArtificialIntelligence 文件夹注解

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

About

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


Languages

Language:Python 98.4%Language:Shell 1.6%