Stars
Java Statistical Analysis Tool, a Java library for Machine Learning
Implementations of Dijkstra's shortest path algorithm in different languages
A Java implementation of the k-nearest neighbors algorithm
基于tf-idf 对聊天语料文本分类,根据分类标签使用bilstm预测生成答案,new_chat.py 合并对话语料为QAQA一问一答的形式
从无到有构建一个电影知识图谱,并基于该KG,开发一个简易的KBQA程序。
Trec Evaluation of ranked documents retrieved by searching on ElasticSearch Index
基于Spring Boot 和 WxJava 实现的微信支付Java后端Demo
Convolutional Neural Network for Text Classification in Tensorflow
TI-pooling: transformation-invariant pooling for feature learning in Convolutional Neural Networks
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
Query-based Attention CNN for Text Similarity Map
This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.
Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Tensorflow
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Tensorflow implementation of attention mechanism for text classification tasks.
QAmatch(qa_match)/文本匹配/文本分类/文本embedding/文本聚类/文本检索(bow/ifidf/ngramtf-df/bert/albert/bm25/…/nn/gbdt/xgb/kmeans/dscan/faiss/….)
Minimal, clean example of lstm neural network training in python, for learning purposes.
A siamese LSTM to detect sentence/question pairs.
BiLSTM-CNN-CRF architecture for sequence tagging
A tensorflow implementation of Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks
word2vec Google News model slimmed down to 300k English words
用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。