udacity / mlnd_issues_tracker

0 stars 0 forks source link

Equation typo for n-1 dimension hyperplane #76

Open monster-s opened 6 years ago

monster-s commented 6 years ago

Minor typo. The equation for the n-1 dimensional hyperplane is missing an ellipsis. Current: w1x1+w2x2+wnxn+b=0 With ellipsis: w1x1+w2x2+...+wnxn+b=0