Slide 10
Slide 10 text
Proposed Scheme:
Training
10
Communications and Networking Lab, NTHU
o
Take 4 machine learning methods for comparison
o
Linear Regression
o
Decision Tree
o
AdaBoost
o
Gradient Boosting
o
Training data format
o
x = [𝑝𝑘𝑡_𝑟𝑎𝑡𝑒, # of 𝑜𝑝_1, # of 𝑜𝑝_2, ..., # of 𝑜𝑝_𝑛]
o
y = [𝑐𝑝𝑢_𝑢𝑠𝑎𝑔𝑒] x = [4230000, 5, 3, 2]
y = [65]
𝑎𝑑𝑑_4
𝑚𝑜𝑣_2 𝑚𝑜𝑣_6
𝑝𝑘𝑡_𝑟𝑎𝑡𝑒