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}}

Revision as of 10:56, 26 May 2011

Personal tools