# tensorflow_tutorial **Repository Path**: baolingyan/tensorflow_tutorial ## Basic Information - **Project Name**: tensorflow_tutorial - **Description**: tensorflow的一些实例 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前言 tensorflow的一些练习demo # 目录 * CNN验证码识别 * RNNmnist训练集识别 * RNN古诗词生成模型 * GANmnist训练集图片生成 * DCGAN动漫头像生成 * Skip-Gram的Word2Vec生成 * Skip-Thought-Vector的Sentence2Vec网络 # 历史版本 ## 2017.10.09 * 暂停,思考一下人生 ## 2017.09.26 * 增加Skip-Thought-Vector的Sentence2Vec网络 ## 2017.09.13 * 增加Skip-Gram的Word2Vec生成 ## 2017.09.06 * 增加DCGAN动漫头像生成 ## 2017.08.31 * 增加GANmnist训练集图片生成 ## 2017.08.29 * 增加RNN古诗词生成模型 ## 2017.08.21 * 增加RNNmnist训练集识别 ## 2017.08.03 * 第一个版本 * 增加CNN验证码识别