Skip to main content
. Author manuscript; available in PMC: 2020 Mar 4.
Published in final edited form as: Proc Int Jt Conf Neural Netw. 2017 Jul 3;2017:1174–1179. doi: 10.1109/ijcnn.2017.7965985
Algorithm 3 Tensor LogitBoost
Initialize:F(Xi)=0andp(Xi)=12,i=1,,nforl=1,,LdoCompute responses and weightszi=yip(Xi)p(Xi)[1p(Xi)],wi=p(Xi)[1p(Xi)];Fit a weighted tensor linear regression with responseszi,predictorsXiwith weightswi;Denote the fitted values byf^l;Update the regression function by the fitted valuesFF+f^l,p11+eF;endforOutput the classifierF(X)=sgn[Ll=1f^l(X)].