Pinned Repositories
-offer
剑指Offer c++代码
BiLSTM-CRF
NLP练手项目-BiLSTM+CRF进行中文命名实体识别。
CEDAC
Chinese-English Conversation Dataset based on subtitles of TV plays
ChineseQA-with-BERT
Final Project for EECS496-7
DSTC-7
复现阿里达摩研究院在DSTC-7上取得冠军的论文
fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
little-blue-book
李航《统计学习方法》算法实现
NLP-word2vec
NLP练手项目——训练词向量 cbow, skip-gram,word2word, word2doc
Tensorflow-Transfomer
Transfomer的Tensorflow版
LiangYuHai's Repositories
LiangYuHai/BiLSTM-CRF
NLP练手项目-BiLSTM+CRF进行中文命名实体识别。
LiangYuHai/CEDAC
Chinese-English Conversation Dataset based on subtitles of TV plays
LiangYuHai/little-blue-book
李航《统计学习方法》算法实现
LiangYuHai/NLP-word2vec
NLP练手项目——训练词向量 cbow, skip-gram,word2word, word2doc
LiangYuHai/Tensorflow-Transfomer
Transfomer的Tensorflow版
LiangYuHai/-offer
剑指Offer c++代码
LiangYuHai/ChineseQA-with-BERT
Final Project for EECS496-7
LiangYuHai/DSTC-7
复现阿里达摩研究院在DSTC-7上取得冠军的论文
LiangYuHai/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
LiangYuHai/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
LiangYuHai/leetcode
leetcode上的经典算法题解答。
LiangYuHai/Object-Detection
Detection of safety cones on images and videos
LiangYuHai/pandas_exercises
这十套练习,教你如何用Pandas做数据分析
LiangYuHai/Safety-Helmet-Wearing-Dataset
Safety helmet wearing detect dataset, with pretrained model
LiangYuHai/safety_cones_detection
This is ML/CV project based on ImageAI (being wrapper of Tensorflow framework) aimed at safety cones detection on photo and video. It trains the model on the set of labeled safety cones images (see folder dataset) and pre-trained model (YOLOv3). Afterwards model's image detection is tested on random media (see folders images_detection_photo and images_detection_video) taken from Internet.
LiangYuHai/temp
LiangYuHai/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard
LiangYuHai/WizardLM
Family of instruction-following LLMs powered by Evol-Instruct: WizardLM, WizardCoder and WizardMath
LiangYuHai/YOLOv4-safety-helmet-detection
深度学习基于YOLOv4算法的电力工作人员未佩戴安全帽检测方法