In the equation:
$f_\theta(x)=\theta_1x$
Is there a reason that $\theta$ might be a subscript of $f$ and not either a second parameter or left out of the left side of the equation altogether? Does it differ from the following?
$f(x,\theta)=\theta_1x$
(I've been following the Machine Learning class and the instructor uses this notation that I've not seen before)