NeuromatchAcademy / course-content-dl

NMA deep learning course
https://deeplearning.neuromatch.io/
Creative Commons Attribution 4.0 International
731 stars 265 forks source link

sec 3 title updated and removal of RNN mentions #931

Closed spirosChv closed 11 months ago

spirosChv commented 11 months ago

fixes https://github.com/NeuromatchAcademy/course-content-dl/issues/917

github-actions[bot] commented 11 months ago
W2D2_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W2D2_Tutorial1 Code report for W2D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 266 Common problems: - 61 instances of E402 (module level import not at top of file) - 18 instances of E302 (expected 2 blank lines, found 0) - 17 instances of E266 (too many leading '#' for block comment) - 14 instances of E128 (continuation line under-indented for visual indent) - 10 instances of E303 (too many blank lines (3)) - 9 instances of E302 (expected 2 blank lines, found 1) - 9 instances of E261 (at least two spaces before inline comment) - 8 instances of E226 (missing whitespace around arithmetic operator) - 8 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 8 instances of E501 (line too long (100 > 88 characters)) ---