[筆記] 依賴注入 DI、控制反轉 IoC、依賴反轉原則 DIP
DI is about wiring, IoC is about direction, and DIP is about shape.
依賴注入 ( Dependency Injection ) : 為一種設計模式,將依賴通過注入 ...
[筆記] 大規模的機器學習
It’s not who has the best algorithm that wins. It’s who has the most data.
大規模的機器學習是用來處理大數據的算法
可以先使用較少的資料,並畫出學習曲線,判斷是否需要用到大數據
當資料量較大時, ...