Kardel的希尔伯特空间


浅度辍学集大成者 the man who masters shallow dropout


  1. note1: Multinomial Logistic Loss

    stackOverflow task specific and empiricalMultinomial Logistic Loss and Cross Entropy Loss$J(\theta)=-{1\over m}[\sum^m_{i=1}y^{(i)}\log{h_{\theta}}(x^{(i)}) + (1-y^{(i)})\log(1-h_{\theta}(x^{(i)}))]$ …

    笔记 继续阅读