Pinned Repositories
2019_campus_apply
:rocket: Full Stack Developer Tutorial,后台技术栈/全栈开发/架构师之路,秋招/春招/校招/面试。 from zero to hero.
adaboost-implementation
Implementation of AdaBoost algorithm in Python
Cpp_Primer
C++ primer中文版第五版部分知识理解
Deeplearning-code
Deeplearning code
DSCC-classifier
Single cervical cell images classifier
IgrNet
A novel deep network named IgrNet, which can model the relationships of pathological features of cervical cells from the same specimen by a technology of intra-group reference.
Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
TSOF
一个基于安卓的美食查询application
UER-py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
JiaShengLiu111's Repositories
JiaShengLiu111/Cpp_Primer
C++ primer中文版第五版部分知识理解
JiaShengLiu111/2019_campus_apply
:rocket: Full Stack Developer Tutorial,后台技术栈/全栈开发/架构师之路,秋招/春招/校招/面试。 from zero to hero.
JiaShengLiu111/adaboost-implementation
Implementation of AdaBoost algorithm in Python
JiaShengLiu111/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
JiaShengLiu111/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
JiaShengLiu111/deep-residual-networks
Deep Residual Learning for Image Recognition
JiaShengLiu111/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
JiaShengLiu111/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
JiaShengLiu111/DenseNet-Keras
DenseNet Implementation in Keras with ImageNet Pretrained Models
JiaShengLiu111/densenet-tensorflow
DenseNet Implementation in Tensorflow
JiaShengLiu111/Densenet-Tensorflow-1
Simple Tensorflow implementation of "Densenet" using Cifar10, MNIST
JiaShengLiu111/first-pr
《GitHub实践入门》实验用仓库
JiaShengLiu111/Focal-Loss-implement-on-Tensorflow
The implementation of focal loss proposed on "Focal Loss for Dense Object Detection" by KM He and support for multi-label dataset.
JiaShengLiu111/lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,目前仅支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面...)。目前市面上提供类似服务的有花生壳、TeamView、GoToMyCloud等等,但要使用第三方的公网服务器就必须为第三方付费,并且这些服务都有各种各样的限制,此外,由于数据包会流经第三方,因此对数据安全也是一大隐患。
JiaShengLiu111/MobileNet
MobileNet build with Tensorflow
JiaShengLiu111/MobileNet-1
A Clearer and Simpler MobileNet Implementation in TensorFlow
JiaShengLiu111/MobileNetV2
A Tensorflow implementation of MobileNet V2
JiaShengLiu111/Play-with-Machine-Learning-Algorithms
Code of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
JiaShengLiu111/tensorflow-resnet
ResNet model in TensorFlow
JiaShengLiu111/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
JiaShengLiu111/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
JiaShengLiu111/tf_unet
Generic U-Net Tensorflow implementation for image segmentation
JiaShengLiu111/type-level-sets
Type-level sets for Haskell (with value-level counterparts and various operations)
JiaShengLiu111/unet
unet for image segmentation
JiaShengLiu111/yolo-tensorflow
基于tensorflow开发的YOLO和YOLO9000,提供训练以及测试功能,以VOC2012数据集作为训练/测试集(5000/5000),进行性能检测,同时对比识别性能以及效率