$ brew cask install basictex
參考**:
參考**:
\usepackage
\includepdf[addtotoc=,pages=1-1,offset=0cm 0.5cm]
\includepdf[addtotoc=,pages=4-4,offset=0cm 0.5cm] 其中pages=1-2是pdf檔案中需要
\newpage 命令結束當前頁, 開始新的一頁。
\par 這條命令與乙個空行的效果相同, 使用它常常只是為了使文件中的命令或環境的定義更易於閱讀理解。
\newline 該命令只能在段落中使用,使文字開始乙個新行
\usepackage
\setlength 首行縮排
\noindent 放棄首行縮排
\indent 使用首行縮排
mackdown**:
| tables | are | cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Mac 配置環境
安裝pip pip換源 users 你的使用者名稱 config pip pip.confpip.conf檔案內容 global index url https home 相當於 均代表username路徑 mac 顯示隱藏檔案 command shift mac 剪下檔案 command c co...
MAC終端配置
針對terminal採用bash模式 編輯 bash profile,加入以下 export clicolor 1 export lscolors gxfxaxdxcxegedabagacad 儲存,然後重啟terminal,搞定,恢復正常了 或者source bash profile 詳細講解 中...
L1以及L2正則化
機器學習中幾乎都可以看到損失函式後面會新增乙個額外項,常用的額外項一般有兩種,一般英文稱作 1 norm和 2 norm,中文稱作l1正則化 和l2正則化 或者l1範數 和l2範數 l1正則化和l2正則化可以看做是損失函式的懲罰項。所謂 懲罰 是指對損失函式中的某些引數做一些限制。對於線性回歸模型,...