# tensorflow **Repository Path**: lin-qianxi/tensorflow ## Basic Information - **Project Name**: tensorflow - **Description**: 使用tensorflow,复现各个经典算法和网络结构。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #tensorflow

tensorflow

编号 项目 备注
t_1 张量运算仿真神经网络的运行
t_2 mlp训练mnist
t_3 cnn训练mnist
t_4 softmax(tf.matmul(x,w)+b)实现mnist分类
t_5 实现自编码器
t_6 实现alexNet网络
t_7 实现vggNet网络
t_8 实现googleInceptionNet网络
t_9 实现resNet网络
t_10 实现word2Vec(skip-gram)
t_11 实现基于lstm的语言模型
t_12 实现双向循环神经网络Bi-RNN模型
t_13 实现GAN 生成mnist样本