This is a support site for the book "Deep Learnnig from the Basics" (Packt Publishing). The source code used in this book is summarized here.
Folder Name | |
---|---|
ch01 | code used in Chapter 1 |
ch02 | code used in Chapter 2 |
... | ... |
ch08 | code used in Chapter 8 |
common | Code to be used from multiple places |
dataset | code for the datasets |
See the book for an explanation of the source code.
To run the source code, you will need the following software.
- Python 3.x
- NumPy
- Matplotlib
We will use the Python version 3.x.
Go to the folder for each chapter and run the Python commands.
$ cd ch01
$ python man.py
$ cd ../ch05
$ python train_nueralnet.py