نمايش پست تنها
قديمي ۱۱-۱۷-۱۳۹۲, ۱۲:۲۹ بعد از ظهر   #2 (لینک دائم)
mary92
عضو فعال
 
آواتار mary92
 
تاريخ عضويت: خرداد ۱۳۹۲
پست ها: 16
تشكرها: 13
0 تشكر در 0 پست
پيش فرض

سلام دوستان کسی در مورد این الگوریتم co-training اطلاعاتی دارد یعنی به طور خلاصه توضیح دهد یا منبعی ویاسایتی معرفی کند .این اگوریتم مربوط به این مقاله است
Combining Labeled and Unlabeled Data with Co-Trainingو الگوریتم آن به صورت زیر است لطفا راهنمایی کنید تا بهتر این الگوریتم رامتوجه شوم
كد:
Given:
 a set L of labeled training examples
a set U of unlabeled examples

Create a pool U’ of examples by choosing u examples at random from U
Loop for k iterations:
Use L to train a classifier h1 that considers only the x1 portion of x
Use L to train a classifier h2 that considers only the x2 portion of x
Allow h1 to label p positive and n negative examples from U'
Allow h2 to label p positive and n negative examples from U'
Add these self-labeled examples to L
Randomly choose 2p, + 2n examples from U to replenish U'
mary92 آفلاين است   پاسخ با نقل قول