Pinned Repositories
CodesForJob
Many demos for job,such as algorithm,programe language
ctci_v6
Cracking the Coding Interview 6th edition problems
interview
Interview questions
MLLearning
This is my own machine learning project
news-duplicated
文本去重算法,研究自推荐系统中新闻的去重,采用了雅虎的Near-duplicates and shingling算法,服务端用c实现,客户端用java实现,利用thrift框架进行通信,为了提高扩展性,去重可以在服务端实现,服务器也提供了计算的接口,方便客户端自己扩展
rpc-pratical
a simple rpc
Sentiment
情感分类
simhash
中文文档simhash值计算
tensorflow
Open source software library for numerical computation using data flow graphs.
buptdjd's Repositories
buptdjd/MLLearning
This is my own machine learning project
buptdjd/rpc-pratical
a simple rpc
buptdjd/simhash
中文文档simhash值计算
buptdjd/tensorflow
Open source software library for numerical computation using data flow graphs.
buptdjd/CodesForJob
Many demos for job,such as algorithm,programe language
buptdjd/ctci_v6
Cracking the Coding Interview 6th edition problems
buptdjd/interview
Interview questions
buptdjd/news-duplicated
文本去重算法,研究自推荐系统中新闻的去重,采用了雅虎的Near-duplicates and shingling算法,服务端用c实现,客户端用java实现,利用thrift框架进行通信,为了提高扩展性,去重可以在服务端实现,服务器也提供了计算的接口,方便客户端自己扩展
buptdjd/Sentiment
情感分类
buptdjd/100-Days-Of-ML-Code
100 Days of ML Coding
buptdjd/buptdjd.github.io
jiangdon's github blog
buptdjd/codelib
My own code library for competitive programming
buptdjd/DAT8
General Assembly's Data Science course in Washington, DC
buptdjd/DeepLearningBook
MIT Deep Learning Book in PDF format
buptdjd/dga_classifier
Sample DGA classifier
buptdjd/Gibberish-Detector
A small program to detect gibberish using a Markov Chain
buptdjd/gluon-tutorials-zh
通过MXNet/Gluon来动手学习深度学习
buptdjd/hwr-address
(Deprecated) deep learning based Chinese handwriting character recognition, 基于深度学习的手写汉字地址识别
buptdjd/image_retrieval
Image retrieval system demo based on caffe and lsh
buptdjd/imylu
Pure Python implementation of machine learning algorithms
buptdjd/jekyll_demo
buptdjd/linearAlgebra-coursera
Coding the Matrix: Linear Algebra through Computer Science Applications, Philip Klein, Brown University
buptdjd/Machine-Learning-for-Cyber-Security
Curated list of tools and resources related to the use of machine learning for cyber security
buptdjd/mongo-kafka
send mongo oplog stream to kafka
buptdjd/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
buptdjd/neural_sequence_labeling
A TensorFlow implementation of Neural Sequence Labeling model, which is able to tackle Part-of-Speech (POS) Tagging, Chunking and Named Entity Recognition (NER) tasks.
buptdjd/RNote
This is my note for personal use, most of file was written in org-mode with emacs.
buptdjd/stanford_dl_ex
Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
buptdjd/TextBayesClassifier