diff --git a/Chapter1/introduction.tex b/Chapter1/introduction.tex index 26003d8..43a7312 100644 --- a/Chapter1/introduction.tex +++ b/Chapter1/introduction.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Shenjian Zhao \chapter{前言} \label{chap:introduction} diff --git a/Chapter10/sequence_modeling_rnn.tex b/Chapter10/sequence_modeling_rnn.tex index 3dded4d..5af2146 100644 --- a/Chapter10/sequence_modeling_rnn.tex +++ b/Chapter10/sequence_modeling_rnn.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Shenjian Zhao \chapter{序列建模:循环和递归网络} \label{chap:sequence_modeling_recurrent_and_recursive_nets} diff --git a/Chapter11/practical_methodology.tex b/Chapter11/practical_methodology.tex index 768c751..88883d1 100644 --- a/Chapter11/practical_methodology.tex +++ b/Chapter11/practical_methodology.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{实用方法} \label{chap:practical_methodology} diff --git a/Chapter12/applications.tex b/Chapter12/applications.tex index ea1ad46..beae510 100644 --- a/Chapter12/applications.tex +++ b/Chapter12/applications.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: % Tianfan Fu: 12.1~12. 3 % Shenjian Zhao: 12.4~12.5 diff --git a/Chapter13/linear_factor_models.tex b/Chapter13/linear_factor_models.tex index ecb2138..441f0c4 100644 --- a/Chapter13/linear_factor_models.tex +++ b/Chapter13/linear_factor_models.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Tianfan Fu \chapter{\gls{linear_factor}} \label{chap:linear_factor_models} diff --git a/Chapter14/autoencoders.tex b/Chapter14/autoencoders.tex index f9f755e..331007a 100644 --- a/Chapter14/autoencoders.tex +++ b/Chapter14/autoencoders.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Shenjian Zhao \chapter{\gls{AE}} \label{chap:autoencoders} diff --git a/Chapter15/representation_learning.tex b/Chapter15/representation_learning.tex index 6ad4fa9..8dac9bb 100644 --- a/Chapter15/representation_learning.tex +++ b/Chapter15/representation_learning.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{\gls{representation_learning}} \label{chap:representation_learning} diff --git a/Chapter16/structured_probabilistic_modelling.tex b/Chapter16/structured_probabilistic_modelling.tex index a61cad4..2265b76 100644 --- a/Chapter16/structured_probabilistic_modelling.tex +++ b/Chapter16/structured_probabilistic_modelling.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Tianfan Fu \chapter{\gls{DL}中的\gls{structured_probabilistic_models}} \label{chap:structured_probabilistic_models_for_deep_learning} diff --git a/Chapter17/monte_carlo_methods.tex b/Chapter17/monte_carlo_methods.tex index a3c60a0..cd8e333 100644 --- a/Chapter17/monte_carlo_methods.tex +++ b/Chapter17/monte_carlo_methods.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Tianfan Fu \chapter{\gls{monte_carlo}方法} \label{chap:monte_carlo_methods} diff --git a/Chapter18/confronting_the_partition_function.tex b/Chapter18/confronting_the_partition_function.tex index 725283f..802fd86 100644 --- a/Chapter18/confronting_the_partition_function.tex +++ b/Chapter18/confronting_the_partition_function.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{面对区分函数} \label{chap:confronting_the_partition_function} diff --git a/Chapter19/approximate_inference.tex b/Chapter19/approximate_inference.tex index 7090c34..c4f36db 100644 --- a/Chapter19/approximate_inference.tex +++ b/Chapter19/approximate_inference.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Tianfan Fu \chapter{近似推断} \label{chap:approximate_inference} diff --git a/Chapter2/linear_algebra.tex b/Chapter2/linear_algebra.tex index 3a93b2d..8130afb 100644 --- a/Chapter2/linear_algebra.tex +++ b/Chapter2/linear_algebra.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{线性代数} \label{chap:linear_algebra} diff --git a/Chapter4/numerical_computation.tex b/Chapter4/numerical_computation.tex index 20f38e6..34cd2e9 100644 --- a/Chapter4/numerical_computation.tex +++ b/Chapter4/numerical_computation.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Shenjian Zhao \chapter{数值计算} \label{chap:numerical_computation} diff --git a/Chapter5/machine_learning_basics.tex b/Chapter5/machine_learning_basics.tex index 812ac9e..d02848b 100644 --- a/Chapter5/machine_learning_basics.tex +++ b/Chapter5/machine_learning_basics.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{\gls{ML}基础} \label{chap:machine_learning_basics} diff --git a/Chapter7/regularization.tex b/Chapter7/regularization.tex index 6f7bcf6..7355195 100644 --- a/Chapter7/regularization.tex +++ b/Chapter7/regularization.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Shenjian Zhao \chapter{\gls{DL}的正则化} \label{chap:regularization_for_deep_learning} diff --git a/Chapter8/optimization_for_training_deep_models.tex b/Chapter8/optimization_for_training_deep_models.tex index 7c69608..f567110 100644 --- a/Chapter8/optimization_for_training_deep_models.tex +++ b/Chapter8/optimization_for_training_deep_models.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" % Translator: Yujun Li \chapter{深度模型中的优化} \label{chap:optimization_for_training_deep_models} diff --git a/acknowledgments.tex b/acknowledgments.tex index 044c17a..b65cd01 100644 --- a/acknowledgments.tex +++ b/acknowledgments.tex @@ -1,2 +1,3 @@ +% !Mode:: "TeX:UTF-8" %TODO TODO diff --git a/applied_math_and_machine_learning_basics.tex b/applied_math_and_machine_learning_basics.tex index 11b4b3c..cc20a6d 100644 --- a/applied_math_and_machine_learning_basics.tex +++ b/applied_math_and_machine_learning_basics.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \part{应用数学与机器学习基础} \label{part:applied_math_and_machine_learning_basics} \input{Chapter2/linear_algebra.tex} diff --git a/deep_learning_research.tex b/deep_learning_research.tex index d8b50f7..87d33a3 100644 --- a/deep_learning_research.tex +++ b/deep_learning_research.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \part{深度学习研究} \label{part:deep_learning_research} diff --git a/deep_networks_modern_practices.tex b/deep_networks_modern_practices.tex index e19abed..58e0dc6 100644 --- a/deep_networks_modern_practices.tex +++ b/deep_networks_modern_practices.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \part{深层网络:现代实践} \label{part:deep_networks_modern_practices} diff --git a/dlbook_cn.tex b/dlbook_cn.tex index c44227a..1a2eba1 100644 --- a/dlbook_cn.tex +++ b/dlbook_cn.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \documentclass[twoside,nofonts,fancyhdr,openany,10.5pt,UTF8]{ctexbook} \usepackage{natbib} diff --git a/math_symbol.tex b/math_symbol.tex index 6d5bf6e..ed74f1e 100644 --- a/math_symbol.tex +++ b/math_symbol.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \newcommand{\argmax}{\arg\max} \newcommand{\argmin}{\arg\min} \newcommand{\norm}[1]{\left\lVert#1\right\rVert} diff --git a/notation.tex b/notation.tex index 943ced4..5461f4b 100644 --- a/notation.tex +++ b/notation.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" %TODO TODO 与原书类似 diff --git a/terminology.tex b/terminology.tex index 784274f..d9fb69c 100644 --- a/terminology.tex +++ b/terminology.tex @@ -1,3 +1,4 @@ +% !Mode:: "TeX:UTF-8" \newglossaryentry{DL} { name=深度学习,