Pinned Repositories
CoolWeather
d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
googlenet
A tensorflow implementation of googlenet
GoogLeNet-Inception
TensorFlow implementation of GoogLeNet and Inception for image classification.
mixed-senet-densenet
In this repository, I released senet-densenet training codes and output files. And it refer to another repository(https://github.com/zhouyuangan/SE_DenseNet), which repository I had made some notes in. Chinese version blog: https://zhuanlan.zhihu.com/p/48499356, English version blog: http://www.zhouyuangan.cn/2018/11/se_densenet-modify-densenet-with-champion-network-of-the-2017-classification-task-named-squeeze-and-excitation-network/
models
Models built with TensorFlow
Python-100-Days
出处:https://github.com/jackfrued/Python-100-Days.git
resnet-18-tensorflow
ResNet-18 TensorFlow Implementation including conversion of torch .t7 weights into tensorflow ckpt
resnet-in-tensorflow
Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
MoonNight-lin's Repositories
MoonNight-lin/tensorflow-docs
TensorFlow 最新官方文档中文版 V1.10
MoonNight-lin/tensorflow_models_learning
tensorflow GoogleNet inception V1 V2 V3 V4
MoonNight-lin/transferlearning
Everything about Transfer Learning and Domain Adaptation--迁移学习
MoonNight-lin/d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
MoonNight-lin/tencent-ml-images
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
MoonNight-lin/GoogLeNet-Inception
TensorFlow implementation of GoogLeNet and Inception for image classification.
MoonNight-lin/SE_DenseNet
This is a DensNet which contains a senet (Squeeze-and-Excitation Networks by Jie Hu, Li Shen and Gang Sun) module.
MoonNight-lin/mixed-senet-densenet
In this repository, I released senet-densenet training codes and output files. And it refer to another repository(https://github.com/zhouyuangan/SE_DenseNet), which repository I had made some notes in. Chinese version blog: https://zhuanlan.zhihu.com/p/48499356, English version blog: http://www.zhouyuangan.cn/2018/11/se_densenet-modify-densenet-with-champion-network-of-the-2017-classification-task-named-squeeze-and-excitation-network/
MoonNight-lin/deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
MoonNight-lin/train_arch
vgg(vgg16,vgg19), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152), inception_v4, inception_resnet_v2,.....
MoonNight-lin/Python-100-Days
出处:https://github.com/jackfrued/Python-100-Days.git
MoonNight-lin/VGG19_with_tensorflow
An easy implement of VGG19 with tensorflow, which has a detailed explanation.
MoonNight-lin/resnet-18-tensorflow
ResNet-18 TensorFlow Implementation including conversion of torch .t7 weights into tensorflow ckpt
MoonNight-lin/resnet-in-tensorflow
Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
MoonNight-lin/models
Models built with TensorFlow
MoonNight-lin/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
MoonNight-lin/tensorflow-vgg16-train-and-test
The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).
MoonNight-lin/googlenet
A tensorflow implementation of googlenet
MoonNight-lin/CoolWeather