The key Python libraries required for this chapter are as follows:
- matplotlib 3.0.2
- pandas 0.23.4
- Keras 2.2.4
- NumPy 1.15.2
- seaborn 0.9.0
- scikit-learn 0.20.2
To download the dataset required for this project, please refer to the instructions at https://raw.githubusercontent.com/PacktPublishing/Neural-Network-Projects-with-Python/master/Chapter02/how_to_download_the_dataset.txt.
The code for this chapter can be found in the GitHub repository for the book at https://github.com/PacktPublishing/Neural-Network-Projects-with-Python.
To download the code into your computer, you may run the following git clone command:
$ git clone https://github.com/PacktPublishing/Neural-Network-Projects-with-Python.git
After the process is complete, there will be a folder titled Neural-Network-Projects-with-Python . Enter the folder by running this command:
$ cd Neural-Network...