X-Lai / paper-reading

深度学习论文阅读、数据仓库实践体验。比做算法的懂工程落地,比做工程的懂算法模型。

Home Page:https://zhuanlan.zhihu.com/python-ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

papers

good good study, day day up

Deep Learning 深度学习算法

Data Warehouse 数据仓库

Code Demo

Face Detection

--------- old --------------

Distributed System

Theorem

  • Brewer’s Conjecture and the Feasibility of Consistent, Available, Partition-Tolerant Web | pdf | notes
  • BASE: An Acid Alternative | pdf | notes
  • Eventually consistent | pdf
  • Conflict-free Replicated Data Types | pdf
  • The Byzantine Generals Problem | pdf
  • The Part-Time Parliament | pdf
  • Paxos Made Simple | pdf

Storage

  • Bitcask - A Log-Structured Hash Table for Fast Key/Value Data | pdf | notes
  • The Google File System | pdf | notes
  • Bigtable: A Distributed Storage System for Structured Data | pdf
  • The Chubby lock service for loosely-coupled distributed systems | pdf

Processing Model

  • MapReduce: Simplified Data Processing on Large Clusters | pdf | notes

others

  • Web search for a planet: The Google cluster architecture | pdf

NLP

Basic Models

  • Speech and Language Processing | pdf
  • A Stochastic Parts Program and Noun Phrase Parser for Unrestricted Text | pdf
  • A Statistical Approach to Machine Translation | pdf
  • Spam Filtering with Naive Bayes – Which Naive Bayes? | pdf

Undirected Graphical Model

alias: Markov network, Markov Random Field (MRF)

HMM, MEMM, CRF

  • introduction to Hidden Markov Model pdf Chap.8 Part-of-Speech Tagging
  • Conditional Random Fields - Probabilistic Models for Segmenting and Labeling Sequence Data | pdf

Near-duplicate Detection

  • N-gram Similarity and Distance | pdf
  • A Closer Look at Skip-gram Modelling | pdf
  • Similarity Estimation Techniques from Rounding Algorithms | pdf
  • Detecting Near-Duplicates for Web Crawling | pdf

Graphs

  • Finding and evaluating community structure in networks | pdf
  • Fast algorithm for detecting community structure in networks | pdf

About

深度学习论文阅读、数据仓库实践体验。比做算法的懂工程落地,比做工程的懂算法模型。

https://zhuanlan.zhihu.com/python-ml

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%