在jupyter notebook 插入LaTeX數學公式, 前後要包 $$..............$$
## Euclidean and Cosine distance
Euclidean: $$d(x,y)=\sqrt{\sum^n_{i=1}(x_i - y_i)^2}$$
Cosine: $$\theta(x,y)=\frac{x \bullet y}{ \sqrt{x \bullet x} \sqrt{y \bullet y}}$$
常用數學符號的 LaTeX 表示方法
http://mohu.org/info/symbols/symbols.htm
Online LaTeX Equation Editor - create, integrate and download
https://latex.codecogs.com/eqneditor/editor.php
About LaTeX
很多論文及科學文章都會用到LaTeX。它是一個公式編輯系統,使用簡單的指令構建出專業的數學公式。
Markdown Cell內容
輸出結果
$\alpha$ 愈小等同於Linear Regression
在Jupyter Notebook 輸出會像這樣
沒有留言 :
張貼留言