PiLab-CAU / ComputerVision-2401

Computer Vision Course 2024-01
Apache License 2.0
9 stars 3 forks source link

[Lecture10][0507] Small error in the lecture slide #25

Closed goals4292 closed 1 day ago

goals4292 commented 1 month ago

I found a really minor error in the lecture slide p25 & p32.

KakaoTalk_20240508_053701880

As you can see, PReLU is incorrectly written as 'max(0, x)'.

I think it can be revised as 'max(x, αx) for α ∈ (0,1)'.

Thank you. Jaeyung Kim

yjyoo3312 commented 1 month ago

@goals4292 Oh, Thank you for the comment:) I will correct the typo in the final version