fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.17k stars 8.53k forks source link

added missing multiplication 0.5 from the sampling function #114

Open alleysark opened 5 years ago

alleysark commented 5 years ago

In 8.4 notebook, there is a missing multiplication at the sampling function. The code 8-24 in the book is correct but it is not in the notebook.