Logistic Regression Vectorization Example

From Ufldl

Jump to: navigation, search
 
Line 70: Line 70:
Coming up with vectorized implementations isn't always easy, and sometimes requires careful thought.  But as you gain familiarity with vectorized operations, you'll find that there are design patterns (i.e., a small number of ways of vectorizing) that apply to many different pieces of code.
Coming up with vectorized implementations isn't always easy, and sometimes requires careful thought.  But as you gain familiarity with vectorized operations, you'll find that there are design patterns (i.e., a small number of ways of vectorizing) that apply to many different pieces of code.
 +
 +
 +
{{Vectorized Implementation}}
 +
 +
 +
{{Languages|逻辑回归的向量化实现样例|中文}}

Latest revision as of 13:09, 7 April 2013

Personal tools