diff --git a/Report/00_main.aux b/Report/00_main.aux
index 8042a59..1b41696 100644
--- a/Report/00_main.aux
+++ b/Report/00_main.aux
@@ -21,6 +21,10 @@
\@input{02_mu_to_3e_decay.aux}
\@input{03_experimental_setup.aux}
\@input{04_machine_learning.aux}
+\@input{05_Data.aux}
+\@input{06_RNN_used.aux}
+\@input{07_Analysis.aux}
+\@input{08_Appendix.aux}
\bibstyle{unsrt}
\bibdata{bib/General}
\bibcite{thomson2013modern}{1}
@@ -36,3 +40,14 @@
\bibcite{chollet2015keras}{11}
\bibcite{abadi2016tensorflow}{12}
\bibcite{klambauer2017self}{13}
+\bibcite{chilimbi2014project}{14}
+\bibcite{ioffe2015batch}{15}
+\bibcite{cooijmans2016recurrent}{16}
+\bibcite{schuster1997bidirectional}{17}
+\bibcite{gers1999learning}{18}
+\bibcite{chung2014empirical}{19}
+\bibcite{agostinelli2003s}{20}
+\bibcite{pedregosa2011scikit}{21}
+\bibcite{ML:ROC_AUC:Bradley:1997:UAU:1746432.1746434}{22}
+\bibcite{gent1992special}{23}
+\bibcite{graves2013speech}{24}
diff --git a/Report/00_main.bbl b/Report/00_main.bbl
index cd4b21d..aefb3af 100644
--- a/Report/00_main.bbl
+++ b/Report/00_main.bbl
@@ -80,4 +80,70 @@
\newblock In {\em Advances in Neural Information Processing Systems}, pages
971--980, 2017.
+\bibitem{chilimbi2014project}
+Trishul~M Chilimbi, Yutaka Suzue, Johnson Apacible, and Karthik Kalyanaraman.
+\newblock Project adam: Building an efficient and scalable deep learning
+ training system.
+\newblock In {\em OSDI}, volume~14, pages 571--582, 2014.
+
+\bibitem{ioffe2015batch}
+Sergey Ioffe and Christian Szegedy.
+\newblock Batch normalization: Accelerating deep network training by reducing
+ internal covariate shift.
+\newblock {\em arXiv preprint arXiv:1502.03167}, 2015.
+
+\bibitem{cooijmans2016recurrent}
+Tim Cooijmans, Nicolas Ballas, C{\'e}sar Laurent, {\c{C}}a{\u{g}}lar
+ G{\"u}l{\c{c}}ehre, and Aaron Courville.
+\newblock Recurrent batch normalization.
+\newblock {\em arXiv preprint arXiv:1603.09025}, 2016.
+
+\bibitem{schuster1997bidirectional}
+Mike Schuster and Kuldip~K Paliwal.
+\newblock Bidirectional recurrent neural networks.
+\newblock {\em IEEE Transactions on Signal Processing}, 45(11):2673--2681,
+ 1997.
+
+\bibitem{gers1999learning}
+Felix~A Gers, J{\"u}rgen Schmidhuber, and Fred Cummins.
+\newblock Learning to forget: Continual prediction with lstm.
+\newblock 1999.
+
+\bibitem{chung2014empirical}
+Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, and Yoshua Bengio.
+\newblock Empirical evaluation of gated recurrent neural networks on sequence
+ modeling.
+\newblock {\em arXiv preprint arXiv:1412.3555}, 2014.
+
+\bibitem{agostinelli2003s}
+S~Agostinelli.
+\newblock S. agostinelli et al.(geant4 collaboration), nucl. instrum. methods
+ phys. res., sect. a 506, 250 (2003).
+\newblock {\em Nucl. Instrum. Methods Phys. Res., Sect. A}, 506:250, 2003.
+
+\bibitem{pedregosa2011scikit}
+Fabian Pedregosa, Ga{\"e}l Varoquaux, Alexandre Gramfort, Vincent Michel,
+ Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron
+ Weiss, Vincent Dubourg, et~al.
+\newblock Scikit-learn: Machine learning in python.
+\newblock {\em Journal of machine learning research}, 12(Oct):2825--2830, 2011.
+
+\bibitem{ML:ROC_AUC:Bradley:1997:UAU:1746432.1746434}
+Andrew~P. Bradley.
+\newblock The use of the area under the roc curve in the evaluation of machine
+ learning algorithms.
+\newblock {\em Pattern Recogn.}, 30(7):1145--1159, July 1997.
+
+\bibitem{gent1992special}
+CR~Gent and CP~Sheppard.
+\newblock Special feature. predicting time series by a fully connected neural
+ network trained by back propagation.
+\newblock {\em Computing \& Control Engineering Journal}, 3(3):109--112, 1992.
+
+\bibitem{graves2013speech}
+Alex Graves, Abdel-rahman Mohamed, and Geoffrey Hinton.
+\newblock Speech recognition with deep recurrent neural networks.
+\newblock In {\em Acoustics, speech and signal processing (icassp), 2013 ieee
+ international conference on}, pages 6645--6649. IEEE, 2013.
+
\end{thebibliography}
diff --git a/Report/00_main.blg b/Report/00_main.blg
index 18a3722..986f252 100644
--- a/Report/00_main.blg
+++ b/Report/00_main.blg
@@ -3,5 +3,15 @@
A level-1 auxiliary file: 02_mu_to_3e_decay.aux
A level-1 auxiliary file: 03_experimental_setup.aux
A level-1 auxiliary file: 04_machine_learning.aux
+A level-1 auxiliary file: 05_Data.aux
+A level-1 auxiliary file: 06_RNN_used.aux
+A level-1 auxiliary file: 07_Analysis.aux
+A level-1 auxiliary file: 08_Appendix.aux
The style file: unsrt.bst
Database file #1: bib/General.bib
+Repeated entry---line 221 of file bib/General.bib
+ : @article{ML:ROC_AUC:Bradley:1997:UAU:1746432.1746434
+ : ,
+I'm skipping whatever remains of this entry
+Warning--empty journal in gers1999learning
+(There was 1 error message)
diff --git a/Report/00_main.dvi b/Report/00_main.dvi
new file mode 100644
index 0000000..3b34c80
--- /dev/null
+++ b/Report/00_main.dvi
Binary files differ
diff --git a/Report/00_main.log b/Report/00_main.log
index 158f946..0c34dd5 100644
--- a/Report/00_main.log
+++ b/Report/00_main.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit) (preloaded format=pdflatex 2018.7.26) 29 JUL 2018 21:59
+This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit) (preloaded format=pdflatex 2018.7.26) 1 AUG 2018 16:06
entering extended mode
**./00_main.tex
(00_main.tex
@@ -1548,8 +1548,12 @@
Package footmisc Info: Declaring symbol style lamport*-robust on input line 924
.
) (00_main.aux
-(01_Standard_Model.aux) (02_mu_to_3e_decay.aux) (03_experimental_setup.aux)
-(04_machine_learning.aux))
+(01_Standard_Model.aux) (02_mu_to_3e_decay.aux) (03_experimental_setup.aux
+
+LaTeX Warning: Label `recurler' multiply defined.
+
+) (04_machine_learning.aux) (05_Data.aux) (06_RNN_used.aux) (07_Analysis.aux)
+(08_Appendix.aux))
\openout1 = `00_main.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 36.
@@ -1566,8 +1570,7 @@
LaTeX Font Info: ... okay on input line 36.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 36.
LaTeX Font Info: ... okay on input line 36.
-
-("C:\Program Files\MiKTeX 2.9\tex\context\base\supp-pdf.mkii"
+ ("C:\Program Files\MiKTeX 2.9\tex\context\base\supp-pdf.mkii"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count284
\scratchdimen=\dimen163
@@ -1637,135 +1640,120 @@
) [1
{C:/Users/sa_li/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}] (00_main.to
-c)
+c [2])
\tf@toc=\write4
\openout4 = `00_main.toc'.
- [2]
+ [3]
\openout2 = `01_Standard_Model.aux'.
-(01_Standard_Model.tex
-Underfull \hbox (badness 10000) in paragraph at lines 5--8
-
- []
-
-[3
+(01_Standard_Model.tex [4
]
-Underfull \hbox (badness 10000) in paragraph at lines 49--51
+Underfull \hbox (badness 10000) in paragraph at lines 46--47
[]
-Underfull \hbox (badness 10000) in paragraph at lines 49--51
+Underfull \hbox (badness 10000) in paragraph at lines 64--74
[]
-Underfull \hbox (badness 10000) in paragraph at lines 68--78
+Underfull \hbox (badness 10000) in paragraph at lines 64--74
+
+ []
+
+[5] [6]
+Underfull \hbox (badness 10000) in paragraph at lines 78--81
[]
-Underfull \hbox (badness 10000) in paragraph at lines 68--78
-
- []
-
-[4] [5]
-Underfull \hbox (badness 10000) in paragraph at lines 82--85
+Underfull \hbox (badness 10000) in paragraph at lines 78--81
[]
-Underfull \hbox (badness 10000) in paragraph at lines 82--85
+Underfull \hbox (badness 10000) in paragraph at lines 78--81
[]
-
-Underfull \hbox (badness 10000) in paragraph at lines 82--85
-
- []
-
-
+
File: img/beta_decay_feynman.png Graphic file (type png)