You are on page 1of 1

Bạn đang đăng nhập với tên Lê Hoàng Dương (Thoát ra)

Trang chủ Khoá học Trang của tôi Hướng dẫn sử dụng BKEL Bài giảng tham khảo Thống kê Người dùng Vietnamese (vi)

Trang của tôi  Học kỳ II năm học 2019-2020 (Semester 2 - Academic year 2019-2020)  Đại Học Chính Qui (Bacherlor program (Full-time study))  Khoa Khoa học và Kỹ thuật Máy tính (Faculty of Computer Science and Engineering ) 
Nhập môn trí tuệ nhân tạo (CO3061)_Nguyễn Hồ Mẫn Rạng (DH_HK192)  Chương 9 - Perceptron  Quiz 09 - Perceptron

Đã bắt đầu vào lúc Wednesday, 17 June 2020, 9:13 PM


Tình trạng Đã hoàn thành
Hoàn thành vào lúc Wednesday, 17 June 2020, 9:15 PM
Thời gian thực hiện 1 phút 51 giây
Điểm 9,00 của 10,00 (90%)

Câu hỏi 1
ou have 2 classes, +1 and −1, and 2 features f1, f2 for each training point. The +1 class is predicted if w · f > 0 and the −1 class is predicted otherwise. You start with the weight vector, w = [-3, 1, 0] where the bias, b = -3.
Chính xác
In the table below, do a perceptron update for each of the given samples. Write down the new w vector.
Điểm 4,50 của 4,50
[1, f1, f2] Class Updated w

[1, 2, 1 ] 1 [ -2 ,

3 ,

1 ]

[1, -1, 3] -1 [ -2 ,

3 ,

1 ]

[1, 1, 0] -1 [ -3 ,

2 ,

1 ]

Câu hỏi 2
Given a multiclass perception with the current weight vectors for 3 classes A, B and C: wA = (1, 2, 3), wB = (-1, 0, 2), wC = (0, 2, 1) respectively. A new traning sample with the feature vector f(x) = (1, -3, 1) and its lable y* = B. What are the
Chính xác
new values for wA, wB, wC after updating these weights.
Điểm 4,50 của 4,50
wA=[ 1 , 2 , 3 ]

wB=[ -1 , 0 , 2 ]

wC=[ 0 , 2 , 1 ]

Câu hỏi 3 Which following statements are correct?


Không chính xác
Chọn một hoặc nhiều hơn:
Điểm 0,00 của 1,00
a. The perceptron learning algorithm (weight updates) is always converged.

b. The perceptron learning algorithm (weight updates) is never converged if the data is not linearly separable.

c. The perceptron learning algorithm (weight updates) is always converged if we carefully initialize the weights.

d. The perceptron learning algorithm (weight updates) is always converged if the data is linearly separable.

Câu trả lời của bạn không chính xác.


Câu trả lời đúng là: The perceptron learning algorithm (weight updates) is always converged if the data is linearly separable., The perceptron learning algorithm (weight updates) is never converged if the data is not linearly separable.

Copyright 2007-2014 BKĐT-Đại Học Bách Khoa Tp.HCM. All Rights Reserved.
Địa chỉ: Nhà A1- 268 Lý Thường Kiệt, Phường 14, Quận 10, Tp.HCM. Email: elearning@hcmut.edu.vn
Phát triển dựa trên hệ thống Moodle

You might also like