CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 8: C1000-059: IBM AI Enterprise Workflow V1 Data Science Specialist

A neural network is composed of a first affine transformation (affine1) followed by a ReLU non-linearity, followed by a second affine transformation (affine2). Which two explicit functions are implemented by this neural network? (Choose two.)

Nội dung câu hỏi

A neural network is composed of a first affine transformation (affine1) followed by a ReLU non-linearity, followed by a second affine transformation (affine2). Which two explicit functions are implemented by this neural network? (Choose two.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. y = affine1(ReLU(affine2(x)))
  2. B. y = max(affine1(x), affine2(x))
  3. C. y = affine2(ReLU(affine1(x))) — đáp án hiện tại
  4. D. y = affine2(max(affine1(x), 0)) — đáp án hiện tại
  5. E. y = ReLU(affine1(x), affine2(x))

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề