Python 3.6x 64-bit from https://www.python.org/.
Packages and modules:
import numpy as ql
from matplotlib.ticker import FuncFormatter
import matplotlib.pyplot as plt
from matplotlib.path import Path
import matplotlib.patches as patches
import random
import math
import time
from keras.preprocessing.image import load_img
from keras.preprocessing.image import img_to_array
import keras
from keras.preprocessing.image import ImageDataGenerator
from keras.models import model_from_json
from keras.models import load_model
import scipy.misc
from PIL import Image
GitHub Chapter12:
- CNN_CONCEPT_STRATEGY.py
- MDP_Graph.py
Check out the following video to see the code in action: