Skip to content

Commit

Permalink
Merge pull request tigerneil#10 from zhanggyb/chapter2
Browse files Browse the repository at this point in the history
Chapter2
  • Loading branch information
zhanggyb authored Aug 29, 2016
2 parents 6cf924e + c734e8f commit c43fc61
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 106 deletions.
59 changes: 58 additions & 1 deletion contents/glossaries.tex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

\newglossaryentry{hadamard-product}{
name={阿达马乘积},
name={阿达玛乘积},
description={Hadamard product}
}

Expand Down Expand Up @@ -314,6 +314,63 @@
description={negative semidefinite}
}

\newglossaryentry{svd}{
name={奇异值分解},
description={singular value decomposition}
}

\newglossaryentry{singular-vecs}{
name={奇异向量},
description={singular vectors}
}

\newglossaryentry{singular-vals}{
name={奇异值},
description={singular values}
}

\newglossaryentry{singular-val}{
name={奇异值},
description={singular value}
}

\newglossaryentry{left-singular-vecs}{
name={左奇异向量},
description={left-singular vectors}
}

\newglossaryentry{right-singular-vecs}{
name={右奇异向量},
description={right-singular vectors}
}

\newglossaryentry{moore-penrose-pseudoinverse}{
name={摩尔--彭若斯广义逆},
description={Moore-Penrose pseudoinverse}
}

\newglossaryentry{pca}{
name={主成分分析},
description={principal components analysis}
}

%% Chapter 4

\newglossaryentry{overflow}{
name={上溢},
description={overflow}
}

\newglossaryentry{underflow}{
name={下溢},
description={underflow}
}

\newglossaryentry{softmax}{
name={柔性最大值},
description={softmax}
}

%% Chapter 12

\newglossaryentry{weight}{
Expand Down
Loading

0 comments on commit c43fc61

Please sign in to comment.