NeuromatchAcademy / course-content-dl

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

xor widget iframe #907

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago

add this XOR online tool on a widget to avoid overlap with the contents on book.

github-actions[bot] commented 1 year ago
W1D1_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W1D1_Tutorial1 Code report for W1D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 247 Common problems: - 94 instances of E402 (module level import not at top of file) - 34 instances of E266 (too many leading '#' for block comment) - 22 instances of E501 (line too long (100 > 88 characters)) - 15 instances of E302 (expected 2 blank lines, found 0) - 9 instances of E231 (missing whitespace after ',') - 6 instances of E501 (line too long (95 > 88 characters)) - 6 instances of E124 (closing bracket does not match visual indentation) - 5 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E226 (missing whitespace around arithmetic operator) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 0) ---