To get the most out of this book
You will need to have Python 3.9 installed on your computer in order to run the codes. All code examples have been tested on a Windows operating system using Python 3.9 and should run in subsequent releases. All code has also been tested using the Anaconda virtual environment.
Additional libraries and packages used in this book include the following:
- NumPy
- Scikit-Learn
- TensorFlow/Keras
- Matplotlib
- Seaborn
- Cairos
- NLTK
- Pandas
If you would like to run the code using a Spyder environment or Jupyter notebook, you can install Anaconda, an environment manager for Python and R programming languages.
If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.