Categories
Blog Archive
2016
- 置頂公告
- 類神經網路 -- word2vec (part 3 : Implementation)
- 類神經網路 -- word2vec (part 2 : Backward Propagation)
- 類神經網路 -- word2vec (part 1 : Overview)
- 自然語言處理 -- Vector Space of Semantics
- 機率圖模型 -- Gibbs Sampling
- 機率圖模型 -- Metropolis Hasting
- 機率圖模型 -- Variational Inference
- Optimization Method -- AdaDelta
- Optimization Method -- Newton's Method for Optimization
- Optimization Method -- Gradient Descent with Momentum
2015
- Optimization Method -- Gradient Descent & AdaGrad
- Convex Optimization -- Duality & KKT Conditions
- 類神經網路 -- Neural Turing Machine
- 類神經網路 -- Recurrent Neural Network
- 類神經網路 -- Backward Propagation 詳細推導過程
- 類神經網路 -- Hierarchical Probabilistic Neural Network Language Model (Hierarchical Softmax)
- 類神經網路 -- Neural Probabilistic Language Model
- 機器翻譯 -- IBM Model 1
- 資訊檢索 -- Boolean Retrieval
2014
- 機器翻譯 -- Statistical Machine Translation
- 自然語言處理 -- Brown Clustering
- 自然語言處理 -- Minimum Edit Distance
- R -- Data Splitting
- Python Standard Library -- logging
- Python nltk -- Rule-Based Chunking
- Python nltk -- Dependency Grammar
- Ruby -- Enumerable 1 : Collect , Inject
- 自然語言處理 -- Log-Linear Model
- 自然語言處理 -- Chart Parsing
- 自然語言處理 -- Pointwise Mutual Information
- Python Built-in Functions -- eval and execute
- 機器學習 -- Model Selection
- 自然語言處理 -- TF-IDF
- 自然語言處理 -- Naive Bayes Classifier
- 機器學習 -- Overfitting and Regularization
- 自然語言處理 -- Viterbi Algorithm
- 形式語意學 -- Davidsonian Event Semantics
- 自然語言處理 -- Hidden Markov Model
- Python Standard Library -- copy
- Python Standard Library -- argparse
- Python Standard Library -- difflib
- Python nltk -- Logic 4 : Model and Satisfiability
- 自然語言處理 -- Ngram Smoothing / Interpolation
- Python nltk -- Logic 3 : Discourse Representation Theory
- Python -- Functional Programming Style 2
- Python -- Functional Programming Style 1
- 機器學習 -- Perceptron Algorithm
- 機器學習 -- Logistic Regression Model
- Python nltk -- Logic 2 : Lambda Calculus
- Python nltk -- Logic 1 : First Order Logic and Semantics
- Note on Xpath Parsing
- Ruby -- struct v.s openStruct
- Python Standard Library -- urlparse
- Python nltk -- Sinica Treebank
- Python nltk -- Tree
- Python -- List Comprehension
- Hello World