Python知識分享網(wǎng) - 專業(yè)的Python學(xué)習(xí)網(wǎng)站 學(xué)Python,上Python222
斯坦福大學(xué)機(jī)器學(xué)習(xí)PDF 資料 PDF 下載
匿名網(wǎng)友發(fā)布于:2025-05-14 09:42:45
(侵權(quán)舉報(bào))
(假如點(diǎn)擊沒反應(yīng),多刷新兩次就OK!)

斯坦福大學(xué)機(jī)器學(xué)習(xí)PDF 資料 PDF 下載 圖1

 

 

資料內(nèi)容:

 

Building  a  spam  classifier 
Supervised  learning.            features  of  email.          spam  (1)  or  not  spam  (0). 
Features     :  Choose  100  words  indica3ve  of  spam/not  spam

 

Building  a  spam  classifier 
How  to  spend  your  3me  to  make  it  have  low  error? 
-­‐?Collect  lots  of  data 
-­‐?E.g.  “honeypot”  project. 
-­‐?Develop  sophis3cated  features  based  on  email  rou3ng 
informa3on  (from  email  header). 
-­‐?Develop  sophis3cated  features  for  message  body,  e.g.  should 
“discount”  and  “discounts”  be  treated  as  the  same  word?  How 
about  “deal”  and  “Dealer”?  Features  about  punctua3on? 
-­‐?Develop  sophis3cated  algorithm  to  detect  misspellings  (e.g. 
m0rtgage,  med1cine,  w4tches.)