DeepLearning-500-questions icon indicating copy to clipboard operation
DeepLearning-500-questions copied to clipboard

函数公式看起来有些吃力

Open gswgit opened this issue 5 years ago • 2 comments

这些东西看起来很费劲 $$ J(\theta_0, \theta_1, ... , \theta_n) = \frac{1}{m} \sum^{m}{j=0}(y^j - h\theta (x^{j}_0 ,x^{j}1,...,x^{j}n))^2 = \frac{1}{m} \sum^{m}{j=0} cost(\theta,(x^j,y^j)) $$ b)

gswgit avatar Jul 04 '19 09:07 gswgit

安装 Chrome 扩展 MathJax Plugin for Github 即可自动渲染。渲染效果如下:

marrtinol avatar Jul 04 '19 14:07 marrtinol

@gswgit 我转成了PDF和HTML格式,可以正常显示公式,克隆就可以正常查看:https://github.com/shliang0603/Awesome-DeepLearning-500FAQ

shliang0603 avatar Sep 20 '19 01:09 shliang0603