注:
Unimelb Comp90042 NLP笔记
相关tutorial代码链接
N-grams Language Model (N-grams语言模型) 目录 N-grams Language Model (N-grams语言模型)1.1 Deriving n-gram language models(推导࿰…
参考
The Elements of Statistical Learning (chapter 5.4) MATLAB - Smoothing Splines MATLAB - fit
1. 基础
Smoothing Spline 可以用于离散数据的函数拟合。考虑下面的问题:在所有存在二阶连续导数的函数中寻找拟合函数 f ( x ) f(x) f(x),可以使…