1
-
2
1
# Deep Learning Tutorials with Tensorflow
3
2
The deeplearning algorithms are carefully implemented by [ tensorflow] ( https://www.tensorflow.org/ ) .
4
3
### Environment
@@ -23,7 +22,8 @@ Note: the project aims at imitating the well-implemented algorithms in [Deep Lea
23
22
- ResNet [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/ResNet50.py ) [ caffe ref] ( https://github.com/KaimingHe/deep-residual-networks ) [ paper1] ( https://arxiv.org/abs/1512.03385 ) [ paper2] ( https://arxiv.org/abs/1603.05027 )]
24
23
- ShuffleNet [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/ShuffleNet.py ) by pytorch [ paper] ( http://cn.arxiv.org/pdf/1707.01083v2 )]
25
24
26
-
25
+ ### Object detection
26
+ - YOLOv1 [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/ObjectDetections/yolo/yolo_tf.py ) [ paper] ( https://arxiv.org/abs/1506.02640 ) [ ref] ( https://github.com/gliese581gg/YOLO_tensorflow )]
27
27
28
28
### Practical examples
29
29
You can find more practical examples with tensorflow here:
0 commit comments