Stars
An open-source dataset for e-commerce user intent detection and embedding retrieval
Source code and dataset for KDD 2019 paper "Representation Learning for Attributed Multiplex Heterogeneous Network"
Hierarchical Attention Networks for Chinese Sentiment Classification
movie recommendation demo using collaborative filtering and lfm(spark mllib ALS)
An Open-Source Package for Network Embedding (NE)
Food Classification with Deep Learning in Keras / Tensorflow
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
Naive implementation of convolutional neural network on cifar10 dataset(only use numpy, no deeplearning frameworks).
Models and examples built with TensorFlow
Single Shot MultiBox Detector in TensorFlow
Tensorflow implementation of YOLO, including training and test phase.
tensorflow implementation of 'YOLO : Real-Time Object Detection'
A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
Hybrid modeling in neural network and nonlinear regression. Fireworks algorithm is used to optimize the neural network to make a nice initialization value of weight and bias.
The three-flood neural network is implemented in three ways(Naive/Tensorflow/TFlearn).
Java calls the KMeans algorithm which is implemented by Tensorflow in Python, and stores the returns in Dataframe format of Spark.