1 Star 0 Fork 0

HenryZhuHR/DeepLearningBook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Deeplearning.tex 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
HenryZhuHR 提交于 2021-07-13 16:16 . fc
% !TEX program = xelatex
\documentclass[cn,10pt,math=newtx,citestyle=gb7714-2015,bibstyle=gb7714-2015,device=pad,toc=twocol]{elegantbook}
% ------ 本文档命令 ------
\usepackage{array}
\usepackage{amsmath} % 数学公式换行
\usepackage{amsbsy} % 数学公式加粗
\usepackage{graphicx} % 子图
\usepackage{subfigure}
\usepackage{wrapfig} % 图片环绕布局
\usepackage{datetime} % 日期
\renewcommand{\today}{\number\year\number\month\number\day}
% ------ 代码块设置 ------
% https://zhuanlan.zhihu.com/p/65441079
% https://zhuanlan.zhihu.com/p/261667944
% \usepackage{fontspec}
\setmonofont{Consolas}
\lstset{
basicstyle = \ttfamily, % 基本代码风格
keywordstyle = \color[RGB]{52,48,255}\bfseries,
commentstyle = \color[RGB]{0,131,49},
stringstyle = \color[RGB]{167,3,26},
flexiblecolumns,
showspaces = false, % 不显示空格
% numbers = left, % 行号的位置在左边
% numbersep = 5pt,
% numberstyle = \zihao{-5}, % 行号的样式,小五号
showstringspaces = false,
captionpos = t, % 这段代码的名字所呈现的位置,t指的是top上面
frame = none, % 显示边框
backgroundcolor = \color[RGB]{245,245,245} %背景颜色
}
% ------ 标题 ------
\title{\textbf{深度学习}}
% ------ 副标题 ------
% \subtitle{深度学习基础(pytorch)}
% ------ 封面其他信息 ------
\author{朱鹤然}
\institute{个人}
\date{\zhtoday}
\version{4.1}
% \bioinfo{自定义}{信息}
\extrainfo{Pytorch Forever}
% ------ 目录深度选择 ------
\setcounter{tocdepth}{3}
% ------ 封面logo ------
\cover{cover-self.jpg}
\logo{logo-1.png}
% ------ 封面色块 ------
\newcommand{\ccr}[1]{\makecell{{\color{#1}\rule{2cm}{1cm}}}}
\definecolor{customcolor}{RGB}{225,225,225}
\colorlet{coverlinecolor}{customcolor}
% ------ 文档开始,包含子章节 ------
\begin{document}
\maketitle
\frontmatter
% --------- include ---------
\include{chapter/statement.tex} % 声明页
\include{chapter/mlp/mlp.tex}
\include{chapter/cnn/cnn.tex}
\include{chapter/lossfunction/lossfunction.tex}
\end{document}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HenryZhuHR/DeepLearningBook.git
git@gitee.com:HenryZhuHR/DeepLearningBook.git
HenryZhuHR
DeepLearningBook
DeepLearningBook
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385