[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:rg:2012:distributed-perceptron [2012/12/16 16:25]
machacek
courses:rg:2012:distributed-perceptron [2012/12/16 16:46]
machacek
Line 45: Line 45:
 w = [?, ?] w = [?, ?]
  
-Answer:+**Answer 1:**
  
-Acording to English [[http://en.wikipedia.org/wiki/Perceptron#Multiclass_perceptron|Wikipedia]]: This multiclass formulation reduces to the original perceptron when **x** is a real-valued vector, y is chosen from {0,1}, and f(x,y) = y * **x**.+f(**x**,y) = (y == 0) ? (**x**, 0,0,...,0) : (0,0,...,0,**x**) 
 + 
 +**Answer 2:** 
 + 
 +Acording to English [[http://en.wikipedia.org/wiki/Perceptron#Multiclass_perceptron|Wikipedia]]: This multiclass formulation reduces to the original perceptron when **x** is a real-valued vector, y is chosen from {0,1}, and f(**x**,y) = y * **x**.
  
 However, I would say, that this holds only for activation treshold = 0. Therefore, this formula cannot be used to compute example from Question 1. However, I would say, that this holds only for activation treshold = 0. Therefore, this formula cannot be used to compute example from Question 1.
 +
  
 ==== Question 3 ==== ==== Question 3 ====

[ Back to the navigation ] [ Back to the content ]