Mastering Machine Learning for Penetration Testing
上QQ阅读APP看书,第一时间看更新

Technical requirements

In this chapter, we are going to use the following Python libraries:

  • scikit-learn Python (≥ 2.7 or ≥ 3.3)
  • NumPy  (≥ 1.8.2)
  • NLTK

If you have not installed them yet, please make sure that they are installed before moving forward with this chapter. You can find the code files at https://github.com/PacktPublishing/Mastering-Machine-Learning-for-Penetration-Testing/tree/master/Chapter02.