摘要:
Program exerciseFeedforward and cost function complete the code in nnCostFunction.m costFunction isThe input Matrix X is a 5000 * 400 matrix, and the output vector y is 5000 * 1.The initial theta provided by assignment is a vetor and need to be urolled into matrix. This procedure can be done by u... 阅读全文