- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 40字
- 2025-04-04 14:50:03
Installing the various packages
For most projects in this book, we'll be using NumPy (http://www.numpy.org/), scikit-learn (http://scikit-learn.org/stable/), and TensorFlow (https://www.tensorflow.org/). In the sections that follow, we'll cover the installation of the Python packages that we'll be using in this book.