I did a quick update of the notebook to add two import statements that were apparently missing:
import numpy as np
from keras import regularizers
Also corrected spelling: forrest to forest.
However, due to the way Jupyter works, it also updated all references from Python 2 to Python 3. This shouldn't matter at all when someone opens up the notebook in either version, however I wanted to call it out for the maintainer (Douwe Osinga?) just in case. :-)
I did a quick update of the notebook to add two import statements that were apparently missing:
Also corrected spelling: forrest to forest.
However, due to the way Jupyter works, it also updated all references from Python 2 to Python 3. This shouldn't matter at all when someone opens up the notebook in either version, however I wanted to call it out for the maintainer (Douwe Osinga?) just in case. :-)