MandyYang1989's Stars
thuiar/OKD-Reading-List
Papers for Open Knowledge Discovery
hehonghui/the-economist-ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、国家地理等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新.
MandyYang1989/Sentiment-Analysis-using-Logistic-Regression
Implementing logistic regression for sentiment analysis on tweets. Given a tweet, we will decide if it has a positive sentiment or a negative one.
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
ShuaichiLi/Chinese-sentence-similarity-task
中文问题句子相似度计算比赛及方案汇总
CLUEbenchmark/CLUEPretrainedModels
高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型
liucongg/GPT2-NewsTitle
Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。
zhoushengisnoob/DeepClustering
Methods and Implements of Deep Clustering
YujiaBao/Distributional-Signatures
"Few-shot Text Classification with Distributional Signatures" ICLR 2020
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
wuzhiye7/Induction-Network-on-FewRel
An attempt at replicating the Induction Network for FewRel data in Tensorflow
thunlp/HATT-Proto
Code and dataset of AAAI2019 paper Hybrid Attention-Based Prototypical Networks for Noisy Few-Shot Relation Classification
YeliangLi/tensorflow-Chinese-document-classification
The tensorflow implementation of Chinese document classification based on attention mechanism.
lejon/T-SNE-Java
Pure Java implementation of Van Der Maaten and Hinton's t-sne clustering algorithm
MandyYang1989/image-recognition-TensorFlow-Alexnet
使用TensorFlow实现AlexNet做图像识别