- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 40字
- 2021-07-02 12:41:37
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.