Pinned Repositories
Attention-Module-in-Computer-Vision
This project summarizes the attention module in computer vision, including the principle and implementation.
Autopilot_Self_Driving_Car_Steering
自动驾驶之方向盘转动角度预测,基于keras,支持GPU加速。The prediction of steering wheel angle of automatic driving, based on keras, runs on GPU.
Autopilot_Traffic_Sign_Recognition
自动驾驶之交通指示牌的识别,基于keras,支持GPU加速。Traffic Sign Recognition code in keras, runs on GPU.
Image_Captioning
看图说话,基于keras,支持GPU。Image captioning code in keras, runs on GPU.
Object-Tracking-Overview
这是一篇关于目标追踪的研究综述
Segmentation-Based-Surface-Defect-Detection
This is a deep learning application project in the industrial field, intended to detect defects on the workpiece surface. The code is based on keras and runs on GPU.
The-beginning-of-machine-learning
机器学习入门:手写数字识别,声呐分类,垃圾短信识别,鸢尾花分类
The-beginning-of-machine-learning-advanced
机器学习入门(进阶):基于深度学习的卫星图像识别,基于逻辑回归的情感分析,基于词袋模型的问答系统
Using-Binarized-Neural-Network-to-Build-Models
This project will explore how to build a binarized neural network. Take MNIST and traffic signs recognition for example. The code is based on keras and runs on GPU.
Using-EffNet-to-slim-models
This project will explore how the efficiency network can improve the calculation efficiency and reduce the size of the model. Taking the steering wheel angle prediction network as an example, it runs on the GPU based on keras.
LeeWise9's Repositories
LeeWise9/Segmentation-Based-Surface-Defect-Detection
This is a deep learning application project in the industrial field, intended to detect defects on the workpiece surface. The code is based on keras and runs on GPU.
LeeWise9/Object-Tracking-Overview
这是一篇关于目标追踪的研究综述
LeeWise9/The-beginning-of-machine-learning
机器学习入门:手写数字识别,声呐分类,垃圾短信识别,鸢尾花分类
LeeWise9/Image_Captioning
看图说话,基于keras,支持GPU。Image captioning code in keras, runs on GPU.
LeeWise9/Autopilot_Self_Driving_Car_Steering
自动驾驶之方向盘转动角度预测,基于keras,支持GPU加速。The prediction of steering wheel angle of automatic driving, based on keras, runs on GPU.
LeeWise9/The-beginning-of-machine-learning-advanced
机器学习入门(进阶):基于深度学习的卫星图像识别,基于逻辑回归的情感分析,基于词袋模型的问答系统
LeeWise9/Using-Binarized-Neural-Network-to-Build-Models
This project will explore how to build a binarized neural network. Take MNIST and traffic signs recognition for example. The code is based on keras and runs on GPU.
LeeWise9/Using-EffNet-to-slim-models
This project will explore how the efficiency network can improve the calculation efficiency and reduce the size of the model. Taking the steering wheel angle prediction network as an example, it runs on the GPU based on keras.
LeeWise9/Autopilot_Traffic_Sign_Recognition
自动驾驶之交通指示牌的识别,基于keras,支持GPU加速。Traffic Sign Recognition code in keras, runs on GPU.
LeeWise9/Attention-Module-in-Computer-Vision
This project summarizes the attention module in computer vision, including the principle and implementation.
LeeWise9/Capsule-Network
This project will explore the capsule network, take MNIST as an example, the code is based on keras
LeeWise9/Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
LeeWise9/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
LeeWise9/Eye-of-the-sky
In this project, SegNet, U-Net etc. are used for semantic segmentation of satellite images. Based on keras and runs on GPU.
LeeWise9/Object-Detection-With-YOLOv3
Object Detection With YOLOv3 in Keras
LeeWise9/Summary-and-Practice-of-Semantic-Segmentation
This is a survey and practice of semantic segmentation network. Taking the satellite image segmentation as the research task, several classic neural networks based on deep learning are tested.
LeeWise9/awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
LeeWise9/code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
LeeWise9/coding-interview-university
A complete computer science study plan to become a software engineer.
LeeWise9/Face-detection-with-landmarks
This is a human face detection project, which can detect human faces and mark key points at the same time
LeeWise9/Img_repositories
Img_repositories
LeeWise9/models
Models and examples built with TensorFlow
LeeWise9/MT_codes_issues
This repository only receives feedback questions, which will be answered by the author after work,Thanks for your understanding!
LeeWise9/pytorch_convlstm
convolutional lstm implementation in pytorch
LeeWise9/ReID-Overview
This is a review of Person Re-identification
LeeWise9/segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
LeeWise9/Siamese-Neural-Network
This project will explore siamese neural network, and use it to build a face recognition system. Based on pytorch and runs on GPU.