Pinned Repositories
100-nlp-papers
100 Must-Read NLProc Papers
1ZLAB_Face_Track_Robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
cs231n_spring_2017_assignment
My implementations of cs231n 2017
darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
deepnlp
Deep Learning NLP Pipeline implemented on Tensorflow
MemNN
Memory Networks implementations
Paper_Writing_Tips
ROS-Academy-for-Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
tensorflow
Computation using data flow graphs for scalable machine learning
suzhidong's Repositories
suzhidong/YAD2K
YAD2K: Yet Another Darknet 2 Keras
suzhidong/YOLO_v3_tutorial_from_scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
suzhidong/tensorflow-yolo
tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
suzhidong/awesome-public-datasets
A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛
suzhidong/Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
suzhidong/cs231n_spring_2017_assignment
My implementations of cs231n 2017
suzhidong/read
suzhidong/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
suzhidong/ROS-Academy-for-Beginners
**大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
suzhidong/Faster-RCNN_TF
Faster-RCNN in Tensorflow
suzhidong/word2vec-tutorial
中文詞向量訓練教學
suzhidong/ESC-50
ESC-50: Dataset for Environmental Sound Classification
suzhidong/five-dof-robot-arm
ROS implementation of the aluminium chinese built 5-6 DOF robot arm
suzhidong/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
suzhidong/R-NET-in-Tensorflow
R-NET implementation in TensorFlow. https://www.microsoft.com/en-us/research/wp-content/uploads/2017/05/r-net.pdf
suzhidong/Awesome-Chinese-NLP
A curated list of resources for NLP (Natural Language Processing) for Chinese 中文自然语言处理相关资料
suzhidong/How-to-Predict-Stock-Prices-Easily-Demo
How to Predict Stock Prices Easily - Intro to Deep Learning #7 by Siraj Raval on Youtube
suzhidong/Hello-World
This is my first github try
suzhidong/MachineLearning
Machine Learning in Action(机器学习实战)
suzhidong/100-nlp-papers
100 Must-Read NLProc Papers
suzhidong/Char-RNN-TensorFlow
Multi-language Char RNN for TensorFlow >= 1.2.
suzhidong/tensorflow
Computation using data flow graphs for scalable machine learning
suzhidong/models
Models and examples built with TensorFlow
suzhidong/nlp_tasks
Natural Language Processing Tasks and References
suzhidong/NER-pytorch
LSTM+CRF NER
suzhidong/TC-Bot
User Simulation for Task-Completion Dialogues
suzhidong/NER
基于tensorflow深度学习的中文的命名实体识别
suzhidong/SocialListening
依据香港中文大学设计的规则系统,先用小样本评论建立初始关键词库,再结合18种句式逐条匹配评论,能够快速准确地识别评论对象及情感极性。经多次迭代优化关键词库后,达到较高准确率的基础上,使用Tableau进一步分析数据,识别出客户集中关注的商品属性、普遍好评差评的商品属性;通过与同类商品竞品分析,识别出商品的优缺点,画出商品属性特征风险区、改进区、保持区和低人气区分布图;最终撰写分析报告,供电商经营参考。
suzhidong/ChatBotCourse
自己动手做聊天机器人教程
suzhidong/jieba
结巴中文分词