摘要:
同源策略 简单说就是,一个网页A设置的cookies不能被网页B用;还有一个网页A的JS也不能发送AJAX请求到另一个网页B. 但是同源策略也带来了很多不方便,所以就引出了CORS资源共享,这样JS就可以发AJAX请求到不同源的网页了. 浏览器同源政策及其规避方法 CORS CORS 需要browe 阅读全文
摘要:
Algorithm: 怎么分配 training set, CV, test set? 怎么分配 training set, CV, test set? When to select Anomaly detection(一种无监督学习) or Supervised learning? 总的来说gui 阅读全文
摘要:
Support Vector Machine (large margin classifiers ) 1. cost function and hypothesis 下面那个紫色线就是SVM 的cost function 2. SVM 的数学解释 3. SVM with kernel 我的理解是 k 阅读全文