摘要:
## Install> dpkg --install, -i [deb]> apt-get install [package]> aptitude install [package]## Remove> dpkg --remove, -r [package]> dpkg --purge, -P [p... 阅读全文
摘要:
- `cross entropy` loss is not quite the same as optimizing classification accuracy. Althougth the two are correlated.- It's not necessarily true tha... 阅读全文
摘要:
## Show current machine architecture> dpkg --print-architectureIt's built-in to the currently installed `dpkg` package.## Usageuse 'package:architectu... 阅读全文