- 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:

- 人工智能超越人類
- 網絡服務器架設(Windows Server+Linux Server)
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- Google App Inventor
- Hands-On Linux for Architects
- 大數據安全與隱私保護
- PyTorch Deep Learning Hands-On
- Nginx高性能Web服務器詳解
- 大數據驅動的機械裝備智能運維理論及應用
- Spatial Analytics with ArcGIS
- 嵌入式Linux系統實用開發
- 單片機技術項目化原理與實訓
- 智慧未來
- Unreal Development Kit Game Design Cookbook
- 超好玩的Python少兒編程