# DeepLearning_BaseOnTensorFlow **Repository Path**: gasu-dan/DeepLearning_BaseOnTensorFlow ## Basic Information - **Project Name**: DeepLearning_BaseOnTensorFlow - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepLearning_BasicByTensorFlow 基于TensorFlow的深度学习、深度增强学习代码 ## 框架结构

                                 GAN(生成对抗网络)
                                    |
线性回归 -- NN(传统神经网络) -- CNN(卷积神经网络) -- DRL(深度强化学习)
            |
            RNN(递归神经网络) -- LSTM(长短期记忆网络)      
## 算法列表: #### {NN传统神经网络算法使用TensorFlow实现MNIST手写数字识别}算法: > 代码及数据:https://github.com/YEN-GitHub/DeepLearning_BasicByTensorFlow/tree/master/ANN/NN_tensorflow_mnist.py > 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79268446 #### {CNN卷积神经网络使用TensorFlow框架实现MNIST手写数字识别}算法: > 代码及数据:https://github.com/YEN-GitHub/DeepLearning_BasicByTensorFlow/tree/master/CNN/CNN_tensorflow_mnist.py > 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79293238 #### {基于VGG进行人脸表情识别}算法: > 代码及数据:https://github.com/YEN-GitHub/DeepLearning_BasicByTensorFlow/tree/master/CNN_targetClassification/emotion_baseOnVGG.py > 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79303022