fchollet / deep-learning-with-python-notebooks

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

Ch. 2.2.2, Typo #69

Open olivertomic opened 5 years ago

olivertomic commented 5 years ago

The example in chapter 2.2.2 the code creates an array containing four entries. The section right beneath it starts with "This vector has five entries ..." and uses 5 throughout that section. I would believe that should be 4 in all cases?

morenoh149 commented 5 years ago

This is small enough to submit a PR for without much more effort.

RorisangSitoboli commented 5 years ago

You are correct olivertomic. Thanks.