Pinned Repositories
bert_multilabel
bert multilabel. classifier
CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
dataset
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions. Dataset also includes support for freezing data to CSV and JSON flat files.
DeeplearningForTextClassification
deep learning model for text classification
fbthrift
Facebook's branch of Apache Thrift, including a new C++ server.
folly
An open-source C++ library developed and used at Facebook.
OnlineLabel
Online Segmentation ans POS tagger with Average Perceptron
protobuf
Protocol Buffers - Google's data interchange format
SimpleXGBoost
a simple xgboost implement
XgboostAndLR
use xgboost and lr model for text classification. xgboost is used to be a feature transform for LR
zldeng's Repositories
zldeng/OnlineLabel
Online Segmentation ans POS tagger with Average Perceptron
zldeng/dataset
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions. Dataset also includes support for freezing data to CSV and JSON flat files.
zldeng/folly
An open-source C++ library developed and used at Facebook.
zldeng/clickbaits_revisited
Deep learning models to identify clickbaits taking content into consideration
zldeng/CMOS_callresason
CMOS call reason classify
zldeng/cnn-re-tf
Convolutional Neural Network for Multi-label Multi-instance Relation Extraction in Tensorflow
zldeng/cppCodeForTest
code for testing cpp
zldeng/deep_q
Deep reinforcement learning with TensorFlow
zldeng/fizzbuzz
zldeng/GAN
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
zldeng/Generative-Model-Survey
My exploration on Generative Model, mainly focus on GAN architecture
zldeng/golden-horse
Named Entity Recognition for Chinese social media (Weibo). From EMNLP 2015 paper.
zldeng/Java_Books
Java 编程书籍分享
zldeng/kaggle-2014-criteo
zldeng/KNN
K Nearest Neighbours
zldeng/limonp
C++ headers(hpp) with Python style.
zldeng/MachineLearning
Basic Machine Learning and Deep Learning
zldeng/Metrics
Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave
zldeng/NNDIAL
NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
zldeng/PVDM
:books: Implementation of Q.V. Le, and T. Mikolov, "Distributed Representations of Sentences and Documents ICML", 2014.
zldeng/README
README文件语法解读,即Github Flavored Markdown语法介绍
zldeng/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
zldeng/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
zldeng/reinforcement-learning-an-introduction
Python code for Reinforcement Learning: An Introduction
zldeng/sense2vec
💥 Use spaCy to go beyond vanilla word2vec
zldeng/sequence-labeling-by-nn
sequence labeling by neural network
zldeng/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
zldeng/tiny-dnn
header only, dependency-free deep learning framework in C++11
zldeng/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
zldeng/xredis-server
xredis-server is a redis server framework library write by C++, using this library you can develop redis protocol compatible server easily