03 2022 档案
摘要:Linux是一个多人多任务的系统,因此经常会出现同一台机器同时有多个人进行操作,为了考虑每个人的隐私权以及每个人喜好的工作环境,所以文件的权限归属就至关重要。为了保障系统的安全性和文件的隐私性,一个文件针对不同权限的账户有着不同的权限。 文档类型 d : 目录 - : 常规 l : 软链接 b :
阅读全文
摘要:Chapter7 Regularization The problem of overfitting If we have too many features, the learned hypothesis may fit the training set very well, but fail t
阅读全文
摘要:Chapter6 Logistic Regression Hypothesis representation We want , so defined sigmoid function(logistic function). \[ g(z)=\fra
阅读全文