Pinned Repositories
2018-daguan-conpetition
2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4
AI-Challenger-Caption-Competition
AI CHALLENGER 全球AI挑战赛 图像中文描述
buildVpn
图文教程搭建一个vpn翻墙
fm_tensorflow
Factorization Machines implementation with Tensorflow
keras-text-summarization
Text summarization using seq2seq in Keras
recurrentshop
Framework for building complex recurrent neural networks with Keras
seq2seq
Sequence to Sequence Learning with Keras
Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting, included trading bots
stock-price-predict
Implementation of seq2seq with attention in keras
tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
DenceChen's Repositories
DenceChen/seq2seq
Sequence to Sequence Learning with Keras
DenceChen/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting, included trading bots
DenceChen/2018-DC-DataGrand-TextIntelProcess
2018-DC-“达观杯”文本智能处理挑战赛:冠军 (1st/3131)
DenceChen/AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
DenceChen/AI_Challenger_2018
AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world. https://challenger.ai/
DenceChen/bert
TensorFlow code and pre-trained models for BERT
DenceChen/CapsNet-Keras
A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
DenceChen/CCF-BDCI-Automotive-Field-ASC-2018
CCF-BDCI 2018年汽车行业用户观点主题及情感识别挑战赛 第6名解决方案
DenceChen/deeplearning
深度学习相关的模型训练、评估和预测相关代码
DenceChen/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,近30万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
DenceChen/im2txt_Chinese_inceptionv4
深度学习实现图像中文描述
DenceChen/Image_Captioning_AI_Challenger
Code for AI Challenger contest. (Generating chinese image captions)
DenceChen/keras-maskrcnn
Keras implementation of MaskRCNN object detection.
DenceChen/Keras-Multi-Label-Image-Classification
Keras- Multi Label Image Classification
DenceChen/keras-resnet-1
Keras package for deep residual networks
DenceChen/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
DenceChen/keras_frcnn
Keras Implementation of faster-rcnn
DenceChen/ML_CIA
公众号机器学习荐货情报局所有代码
DenceChen/MyPicture
Picture of my blog or project
DenceChen/nmt
TensorFlow Neural Machine Translation Tutorial
DenceChen/open_nsfw
Not Suitable for Work (NSFW) classification using deep neural network Caffe models.
DenceChen/prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
DenceChen/PSPNet-tensorflow
An implementation of PSPNet in tensorflow, see tutorial at:
DenceChen/qlearning4k
Q-learning for Keras
DenceChen/sentence-similarity
问题句子相似度计算,即给定客服里用户描述的两句话,用算法来判断是否表示了相同的语义。
DenceChen/sequence-labeling-BiLSTM-CRF
BiLSTM-CRF joint model for tasks like sequence labeling using char/word level embeddings in Tensorflow
DenceChen/srnn
sliced-rnn
DenceChen/ssd_keras
A Keras port of Single Shot MultiBox Detector
DenceChen/TextClassification
以ToxicComment文本分类比赛为例,整理了常见文本分类算法的使用
DenceChen/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.