摘要:
type Person = { name : string birthday : Date | null } const p:Person = {name:"Tom", birthday:null} type FT = (id:number)==>string const ft : FT = (id 阅读全文
摘要:
deep representations raw data 特征提取; data->analysis/statistics->programming DL is a branch of ML 每上面一层都是对下面一层的浓缩总结提取 hierarchical organization: pixels- 阅读全文