UFLDL-Tutorial-Exercise icon indicating copy to clipboard operation
UFLDL-Tutorial-Exercise copied to clipboard

Results 2 UFLDL-Tutorial-Exercise issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

这一行 sparsityMatrix = sqrt(groupMatrix_(featureMatrix.^2)+epsilon); 按照UFLDL上的公式不应该是这样吗? sparsityMatrix = sqrt(groupMatrix_(featureMatrix \* featureMatrix' )+epsilon); 求指教,多谢!