yangliuy / DataMiningCluster
Implementation of text clustering algorithms including K-means, MBSAS, DBSCAN.
☆44Updated 7 years ago
Alternatives and similar repositories for DataMiningCluster:
Users that are interested in DataMiningCluster are comparing it to the libraries listed below
- word2vec的Java并行实 现☆126Updated 8 years ago
- A Java implementation of doc2vec in ICML'14☆30Updated 9 years ago
- LSTM and GRU in JAVA☆113Updated 5 years ago
- Labeled LDA in Java (based on JGibbLDA)☆105Updated 8 years ago
- 这是一个最大熵的简明Java实现,提供提供训练与预测接口。训练算法采用GIS训练算法,附带示例训练集和一个天气预测的Demo。☆47Updated 10 years ago
- Java port of c++ version of facebook fasttext☆122Updated 3 years ago
- LDA 的java实现☆62Updated 8 years ago
- code exercise: dbscan(ballTree improve) | ctr(ftrl) | text classification(bayes..) | kmeans | general LR |..☆26Updated 8 years ago
- python实现的LDA算法☆40Updated 10 years ago
- 2013,05-2015,02 产品评论情感分析☆15Updated 9 years ago
- Open Source Package for Gibbs Sampling of LDA☆233Updated 4 years ago
- News recommendation system based on spark.☆47Updated 8 years ago
- 《实体数据挖掘与知识图谱构建》一书的代码和实验数据。☆43Updated 9 years ago
- ☆29Updated 8 years ago
- a complete Java port of crfpp(crf++)☆31Updated 6 years ago
- 把李航老师《统计学习方法》的后几章的算法都用java实现了一遍,实现盒子与球的EM算法,扩展到去GMM训练,后来实现了HMM分词(实现了HMM分词的参数训练)和CRF分词(借用CRF++训练的参数模型),最后利用tensorFlow把BiLSTM+CRF实现了,然后为luc…☆24Updated 2 years ago
- A text classifier based on Decision Trees ID3, Naive Bayes and KNN algorithm in C++ and JAVA.☆39Updated 7 years ago
- 卷积神经网络(CNN)应用于中文文本分析任务☆35Updated 8 years ago
- Using gbdt+lr in recommend system and comparing the auc of lr, gbdt, gbdt+lr.☆24Updated 7 years ago
- 这是Word2vec和Doc2vec的一个应用示例:用Word2vec计算词的相似度和用doc2vec计算句子的相似度。☆26Updated 7 years ago
- keras implementation of text classification algorithms☆11Updated 6 years ago
- solution for the 5th place of cikm cup 2014☆20Updated 9 years ago
- 对电影进行多标签标注☆19Updated 9 years ago
- My version of CNNs for sentence classification☆59Updated 8 years ago
- Calculate SimRank for a Networkx graph using the Delta Simrank method within MapReduce framework☆51Updated 8 years ago
- mltk web edition☆41Updated 8 years ago
- Loading the model from glove and computer word similarity & word clustering.☆65Updated 10 years ago
- 用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。☆30Updated 7 years ago
- KBQA☆15Updated 7 years ago