Pinned Repositories
2014
Official content for the Fall 2014 Harvard CS109 Data Science course
2014_data
Data directory for the CS109 Data Science course
5th_place_solution_facebook_check_ins
My solution rank 5th/1212 in Facebook check ins prediction competition at Kaggle
abcnn-keras
Keras implementation of ABCNN by Yin & Schütze (WIP)
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
Agriculture_KnowledgeGraph
农业知识图谱(KG):农业领域的信息检索,命名实体识别,关系抽取,分类树构建,数据挖掘
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
algorithms-data-structures
Continually updated Python Notebooks containing coding problems and solutions (algorithms and data structures).
mlstudy
mlstudy
laisun's Repositories
laisun/2014
Official content for the Fall 2014 Harvard CS109 Data Science course
laisun/abcnn-keras
Keras implementation of ABCNN by Yin & Schütze (WIP)
laisun/Awesome-pytorch-list-CNVersion
Awesome-pytorch-list 翻译工作进行中......
laisun/bidaf-keras
Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2
laisun/book-of-qna-code
code collections for the book of qna
laisun/cnn-text-classification-pytorch
CNNs for Sentence Classification in PyTorch
laisun/Cool-NLPCV
Some Cool NLP and CV Repositories and Solutions (收集NLP中常见任务的开源解决方案、数据集、工具、学习资料等)
laisun/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
laisun/deepreplay
Deep Replay - Generate visualizations as in my "Hyper-parameters in Action!" series!
laisun/eda_nlp
Data augmentation for NLP, presented at EMNLP 2019
laisun/Forward
A library for high performance deep learning inference on NVIDIA GPUs.
laisun/fuzzywuzzy
Fuzzy String Matching in Python
laisun/hat-trie
C++ implementation of a fast and memory efficient HAT-trie
laisun/ICLR2021-Workshop-Challenge-Track2-Baseline
laisun/img2dataset
Easily turn large sets of image urls to an image dataset. Can download, resize and package 100M urls in 20h on one machine.
laisun/LexiconAugmentedNER
Reject complicated operations for incorporating lexicon for Chinese NER.
laisun/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
laisun/my_leetcode
my_leetcode
laisun/neural-backed-decision-trees
Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
laisun/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
laisun/NLP_ability
总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
laisun/NLP_bert
laisun/PaddleNLP
An NLP library with Awesome pre-trained Transformer models and easy-to-use interface, supporting wide-range of NLP tasks from research to industrial applications.
laisun/pycorrector
pycorrector is a toolkit for text error correction. It was developed to facilitate the designing, comparing, and sharing of deep text error correction models.
laisun/PyTorchNLPBook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
laisun/PyTorchTricks
Some tricks of pytorch... :star:
laisun/Recommender-System-with-TF2.0
Recurrence the recommender paper with Tensorflow2.0
laisun/stellargraph
StellarGraph - Machine Learning on Graphs
laisun/Tech_Aarticle
深度学习模型在各大公司实战落地细节解读:主要是通过阅读各种实战文章,梳理模型落地的工程细节,涉及到搜索/推荐/自然语言处理。
laisun/Transformer_based_Recommendation_Algorithm