gistlib
other matlab categories
`perceptron` code snippets in matlab
design the function function t_hat= perceptron_predict(x, map_func, theta). the function returns the perceptron output t_hat, as a column vector of hard predictions applied to inputs in matlab
design the function function t_hat= perceptron_predict(x, map_func, theta). the function returns the perceptron output t_hat, as a column vector of hard predictions applied to n inputs in matlab
gistlib
by LogSnag