- Python Machine Learning Blueprints
- Alexander Combs Michael Roman
- 129字
- 2021-07-02 13:49:40
Setting up your machine learning environment
We've covered a number of libraries, and it could be somewhat of a chore to install if you were to do each individually—which you certainly can, since most can be installed with pip, Python's package manager, but I would strongly urge you to go with a prepacked solution such as the Anaconda Python distribution (http://anaconda.org). This allows you to download and install a single executable with all the packages and dependencies handled for you. And since the distribution is targeted to Python scientific stack users, it is essentially a one-and-done solution.
Anaconda also includes a package manager that makes updating your packages a simple task. Simply type conda update <package_name>, and you will be updated to the most recent stable release.
- 新媒體跨界交互設(shè)計(jì)
- 筆記本電腦使用、維護(hù)與故障排除實(shí)戰(zhàn)
- FPGA從入門到精通(實(shí)戰(zhàn)篇)
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- 計(jì)算機(jī)組裝·維護(hù)與故障排除
- Intel FPGA/CPLD設(shè)計(jì)(高級篇)
- OpenGL Game Development By Example
- 固態(tài)存儲(chǔ):原理、架構(gòu)與數(shù)據(jù)安全
- 微型計(jì)算機(jī)系統(tǒng)原理及應(yīng)用:國產(chǎn)龍芯處理器的軟件和硬件集成(基礎(chǔ)篇)
- Wireframing Essentials
- FL Studio Cookbook
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機(jī)端程序設(shè)計(jì)
- 微服務(wù)實(shí)戰(zhàn)(Dubbox +Spring Boot+Docker)
- The Deep Learning with PyTorch Workshop
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)