-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

10 Machine Learning Blueprints You Should Know for Cybersecurity
By :

In order to get the most from the book, a firm command of the Python programming language is required. Additionally, some experience with Jupyter Notebook is helpful.
Software/hardware covered in the book |
Operating system requirements |
PyTorch |
Windows, macOS, or Linux |
TensorFlow |
|
Keras |
|
Scikit-learn |
|
Miscellaneous – other libraries |
Most of the libraries are available for installation via PyPI. This means that to install a particular library, all you need to do is issue the following command on the terminal:
pip install <library_name>
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.