fix(learn): use more precise abbreviation for ReLU (#39065)

This commit is contained in:
Eric Leung 2020-06-13 02:41:00 -07:00 committed by GitHub
parent b4926052f4
commit c385c70423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ videoId: S45tqW6BqRs
question:
text: Which activation function switches values between -1 and 1?
answers:
- Relu (Rectified Linear Unit)
- ReLU (Rectified Linear Unit)
- Tanh (Hyperbolic Tangent)
- Sigmoid
solution: 2