- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 150字
- 2021-06-24 15:19:45
Installing high-performance Python distribution
Intel Corp has built a bundle of Python libraries with accelerations for High-Performance Computing (HPC) on CPUs. The vast majority of the accelerations come with no code changes, because they are snuck in under the hood. All the concepts and libraries introduced in the rest of the book will run faster in the HPC Intel Python environment. Luckily, Intel has a Conda version of their distribution, so you can add it as a new Conda environment via the following few command lines in the Anaconda prompt:
(base) $ Conda create -n idp -c channel intelpython3_full Python=3
(base) $ Conda activate idp
Full disclosure: I work for Intel, so I won't focus too much on this HPC distribution. I will merely let the performance numbers speak for themselves. See the following graph for raw speedup numbers (optimized versus stock) when using unchanged Scikit-learn code on CPU:

- 圖形圖像處理(Photoshop)
- JMAG電機電磁仿真分析與實例解析
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 21天學(xué)通Java Web開發(fā)
- AutoCAD 2012中文版繪圖設(shè)計高手速成
- MATLAB/Simulink權(quán)威指南:開發(fā)環(huán)境、程序設(shè)計、系統(tǒng)仿真與案例實戰(zhàn)
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- Linux內(nèi)核精析
- 學(xué)練一本通:51單片機應(yīng)用技術(shù)
- Visual Studio 2010 (C#) Windows數(shù)據(jù)庫項目開發(fā)
- 生成對抗網(wǎng)絡(luò)項目實戰(zhàn)
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- Windows 7故障與技巧200例
- 網(wǎng)絡(luò)信息安全項目教程
- ARM體系結(jié)構(gòu)與編程