This post was published in 2021-10-27. Obviously, expired content is less useful to users if it has already pasted its expiration date.
主要内容:
升级到macOS Monterey
Kernel method, kernel function, kernel trick 基础概念
Linear kernel, primal perceptron, dual perceptron
Gaussian process regression (GPR)
macOS Monterey
下定决心更新了macOS到Monterey,能正常开机,先用几天看看情况,这里记录一下遇到的问题:
⚫️ 更新前先卸载所有第三方kernel: $ kextstat | grep -v com.apple ,然后用Time Machine备份。
⚫️ 从Catalina跳过Big Sur直接更新到Monterey,更新居然很顺利,没有卡五国语言和各种kernel报错。
⚫️ 需要更新大版本的软件:Vallum 2->3和Bartender 3->4,这两者都可以免费升级(Bartender免费升级有购买时间的限制)。
⚫️ 果不其然,go-mtpfs以及macFUSE 3.x全线阵亡,我过去经常用它们来同步Android手机的文件夹数据。看起来这个问题会很难修(因为Monterey对第三方kernel插件的API进行了大修改),如果搞不定以后就只能用付费的MacDroid了。
⚫️ 一直没怎么用过Safari,更新以后突然发现Safari默认支持webp了,是个大进步。
⚫️ 不知道是不是我的错觉,更新以后在chrome执行操作【⌘+click】(强制在新标签页中打开)变得非常不灵敏,老是没有反应。这个有待后续观察。
⚫️ emoji虚拟键盘可能出了点什么问题,经常双击(或者单击)emoji以后没有任何(emoji)输入,虚拟键盘窗口还消失了。
⚫️ 更新以后Alfred莫名其妙搜不出某些带有中文字符的文件夹,目前还没有解决。
⚫️ 用的第一天,体感(相比于Catalina)没有那么烫了,更省电了。
后续更新的内容会放到一篇单独文章里记录。见:🔗 [MacOS Monterey升级记录 - Truxton's blog] https://truxton2blog.com/update-to-macos-monterey-record/
Kernel method, kernel function, kernel trick 基础概念
核方法:kernel method
核函数:kernel function
核技巧:kernel trick
🔗 [核方法、核技巧和核函数 - 知乎] https://zhuanlan.zhihu.com/p/61794781
🔗 [核方法-核技巧-核函数 - hichens - 博客园] https://www.cnblogs.com/hichens/p/11874645.html
🔗 [Kernel method - Wikipedia] https://en.wikipedia.org/wiki/Kernel_method#See_also
🔗 [machine learning - How to intuitively explain what a kernel is? - Cross Validated] https://stats.stackexchange.com/questions/152897/how-to-intuitively-explain-what-a-kernel-is
🔗 [https://mlweb.loria.fr/book/en/kerneltrick.html] https://mlweb.loria.fr/book/en/kerneltrick.html
Linear kernel, primal perceptron, dual perceptron
🔗 [Lecture09.pptx] https://courses.engr.illinois.edu/cs446/fa2013/Slides/Lecture09.pdf
Gaussian process regression (GPR)
GPR是一种特殊的bayesian linear regression 🔗 [Is Gaussian process regression a Bayesian method? - Cross Validated] https://stats.stackexchange.com/questions/84167/is-gaussian-process-regression-a-bayesian-method
🔗 [高斯过程回归:推导,实现和理解 - 知乎] https://zhuanlan.zhihu.com/p/104601803
🔗 [浅谈高斯过程回归 - 知乎] https://zhuanlan.zhihu.com/p/76314366
🔗 [normal distribution - In Gaussian processes, why does the conditional Gaussian "agree" with data? - Cross Validated] https://stats.stackexchange.com/questions/412375/in-gaussian-processes-why-does-the-conditional-gaussian-agree-with-data