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/fbthrift
Facebook's branch of Apache Thrift, including a new C++ server.
zldeng/protobuf
Protocol Buffers - Google's data interchange format
zldeng/DataSearch_script
put data from mysql to redis
zldeng/DataServer
Deal data from spider mysql
zldeng/Head-First-Design-Patterns
Code for Head First Design Patterns book (2014)
zldeng/HotelMerge
merge hotels from different sources
zldeng/maxent
Maximum Entropy Modeling Toolkit for Python and C++
zldeng/nginx_tcp_proxy_module
add the feature of tcp proxy with nginx, with health check and status monitor
zldeng/proxygen
A collection of C++ HTTP libraries including an easy to use HTTP server.
zldeng/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
zldeng/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
zldeng/Redis-Code
redis键值数据库源码分析
zldeng/regression-algorithm
Python Regression Algorithms
zldeng/sed_and_awk
A online presentation for sed & awk
zldeng/sentence2vec
Tools for mapping a sentence with arbitrary length to vector space
zldeng/sim
Simple C++ network server framework
zldeng/socket.io-client-cpp
C++11 implementation of Socket.IO client
zldeng/ssdb
SSDB - A fast NoSQL database, an alternative to Redis
zldeng/svmpy
Basic soft-margin kernel SVM implementation in Python
zldeng/tech
programming, database, distributed system
zldeng/the-art-of-command-line
Master the command line, in one page
zldeng/threadpool11
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
zldeng/ThriftBook
Source for the examples in the Programmer's Guide to Apache Thrift
zldeng/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
zldeng/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)