๊ฐ•์˜

๋ฉ˜ํ† ๋ง

์ปค๋ฎค๋‹ˆํ‹ฐ

BEST
Programming

/

Programming Language

[PY 0201] Python Level 1 for Artificial Intelligence

This is a course that offers extensive practice in Python's basic syntax. This is a course that provides practical exercises used in Machine Learning and Deep Learning, along with Python's syntax.

(5.0) 27 reviews

256 learners

Level Beginner

Course period Unlimited

  • asdfghjkl13551941
Python
Python
AI
AI
Python
Python
AI
AI
asdfghjkl13551941๋‹˜์˜ ํ”„๋กœํ•„ ์ด๋ฏธ์ง€

๏ฝฅ

Edited

Exercise.114, 115 Error Correction

sum([u_el** 0.5 for u_el in u])**0.5

In , change 0.5 to 2

sum([u_el** 2 for u_el in u])**0.5

It should be written like this.

Comment