-
TongJi University
- ShangHai
- https://blog.csdn.net/u014688145
Stars
Tensorflow implementation of attention mechanism for text classification tasks.
消费者人群画像—信用智能评分比赛开源
ai challenger 2018细粒度情感分类第一名解决方案, A training framework itegrating tensorflow and pytorch
demonSong / BDCI_Car_2018
Forked from yilifzf/BDCI_Car_2018BDCI 2018 汽车行业用户观点主题及情感识别 决赛一等奖方案
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
field-aware factorization machine implemented by java with an experiment using criteo data set.
2018 Huawei Software Elite Challenge, using simulated annealing algorithm + first-fit algorithm to find the optimal method for placing virtual machines.
第二届智慧中国杯精品旅行服务成单预测 Rank 5(AUC 0.97539)解决方案
demonSong / K-meansCluster
Forked from skyline0623/K-meansClusterA java implementation of k-means algorithm.It uses ball tree as internal data structure to accelerate the computation.It uses 2-norm distance to compute the similarity between instances.