remonly's Stars
liuquncn/liuquncn.github.io
Personal website
ZhaoLiang-GitHub/GraphEmbedding-TransX
使用TensorFlow实现对知识图谱的表征学习,包括transe\transd\transh\transr
thunlp/TensorFlow-TransX
An implementation of TransE and its extended models for Knowledge Representation Learning on TensorFlow
Lisennlp/TinyBert
简洁易用版TinyBert:基于Bert进行知识蒸馏的预训练语言模型
remonly/ComiRec
Source code and dataset for KDD 2020 paper "Controllable Multi-Interest Framework for Recommendation"
THUDM/ComiRec
Source code and dataset for KDD 2020 paper "Controllable Multi-Interest Framework for Recommendation"
HuberTRoy/leetCode
:pencil2: 算法相关知识储备 LeetCode with Python and JavaScript :books:
billryan/algorithm-exercise
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
qiyuangong/leetcode
Python & JAVA Solutions for Leetcode
elasticsearch-cn/elasticsearch-definitive-guide
欢迎加QQ群:109764489,贡献力量!
mengxiaozhibo/DMIN
shenweichen/GraphNeuralNetwork
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
shenweichen/DSIN
Code for the IJCAI'19 paper "Deep Session Interest Network for Click-Through Rate Prediction"
snowkylin/tensorflow-handbook
简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程
dragen1860/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
milvus-io/milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
milvus-io/bootcamp
Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.
spotify-research/cosernn
Code for the paper "Contextual and Sequential User Embeddings for Large-Scale Music Recommendation".
milvus-io/pymilvus
Python SDK for Milvus.
spotify/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
mauhai/awesome-jupyterlab
A curated list of awesome JupyterLab extensions and resources
deepesh321/BERT_document_classification
ahegel/sentence-encoding-methods
This project compares several methods for finding similar sentences, including Jaccard similarity, TF-IDF, GloVe, BERT, and RoBERTa.
lyleshaw/BERT-similarity
clagator/BERT_CMDA_Tech_Demo_F19
Example code on using bert-as-service to analyze sentences.
007vasy/Bert_Similarity
Using BERT and Cosine Similarity for testing similarity of legal paragraphs
Z3376/Semantic-Text-Similarity-with-BERT-and-USE
Finding similar sentences between documents using Bidirectional Encoder Representation from Transformers (BERT) and Universal Sentence Encoder (USE)
yangshoujian/Literature-Clustering-Bert
使用开源的Bert-as-Service预训练生成文档特征向量,基于k-means对COVID-19文献聚类,t-SNE可视化数据,通过LDA为每个簇生成主题关键词,画Bokeh图实现按簇、关键词搜索和筛选数据。