Pinned Repositories
kafka
Mirror of Apache Kafka
detdup
Detect duplicated items framework。内容排重框架。
hangman
Hangman is a word game played between two people. One person selects a secret word, and the other tries to determine the word by guessing it letter-by-letter.
logpos
Use binary search to seek a position in logs that include timestamp in every line
luiti
An offline task management framework, built on top of luigi.
statlysis
Statistic and analysis in Ruby DSL, just as simple as SQL operations in ActiveRecord.
wordsegment
WordSegment is an Apache2 licensed module for English word segmentation, written in pure-Python, and based on a trillion-word corpus.
debezium
Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
dchentech's Repositories
dchentech/statlysis
Statistic and analysis in Ruby DSL, just as simple as SQL operations in ActiveRecord.
dchentech/luiti
An offline task management framework, built on top of luigi.
dchentech/GoCardless-Coding-Interview-Crawler
GoCardless Coding Interview.
dchentech/prints_a_multiplication_table_of_primes_numbers
The program should take an argument from the command line that specifies the amount of prime numbers to generate and print out a multiplication table for these prime numbers.
dchentech/apgdiff
Another PostgreSQL Diff Tool
dchentech/awesome-interpretable-machine-learning
dchentech/awesome-network-embedding
A curated list of network embedding techniques.
dchentech/BetterDocument
Improve document by fixing typos and grammar issues.
dchentech/BitTiger
来自硅谷的终身学习大学
dchentech/BrumAI-Workshop
This is a repo containing the files for a BrumAI meetup
dchentech/chinese-name-gender-analyse
中文姓名与性别的相关性分析
dchentech/coffeescript
Unfancy JavaScript
dchentech/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
dchentech/cpython
The Python programming language
dchentech/debezium
Change data capture for a variety of databases
dchentech/DER
Code for "Dynamic Explainable Recommendation based on Neural Attentive Models"
dchentech/deviantart-douban
Automatically exported from code.google.com/p/deviantart-douban
dchentech/docker-maxwell
Maxwell on Docker https://registry.hub.docker.com/u/mvj3/maxwell/
dchentech/interpret
Fit interpretable models. Explain blackbox machine learning.
dchentech/kafka
Mirror of Apache Kafka
dchentech/KBE4ExplainableRecommendation
Code for Paper: Learning Heterogeneous Knowledge Base Embeddings for Explainable Recommendation (KBE4ER)
dchentech/leetcode
Leetcode problems solved in Python
dchentech/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
dchentech/movie_recommender
MovieLens based recommender system.使用MovieLens数据集训练的电影推荐系统。
dchentech/portia
Visual scraping for Scrapy
dchentech/rails
Ruby on Rails
dchentech/rails3_acts_as_paranoid
ActiveRecord (>=3.0) plugin which allows you to hide and restore records without actually deleting them.
dchentech/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
dchentech/tfidf
Compute tf idf with idf and tfidf cache independently
dchentech/TsinghuaX_30240184X_Data_Structure
Homework of TsinghuaX 30240184X Data Structure