diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-29 14:33:37 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-29 14:33:37 +0200 |
commit | c25a5d482937fc861e9d1cfc1ff36e479fcb2fb4 (patch) | |
tree | a02d68a2f41cbf05dce1cb29e18d663dbb362e19 /doc/tex/planification.tex | |
parent | 080ef02ab7abc46eae1e2a550d26fdcb6c87450f (diff) | |
download | imago-c25a5d482937fc861e9d1cfc1ff36e479fcb2fb4.tar.gz imago-c25a5d482937fc861e9d1cfc1ff36e479fcb2fb4.zip |
Writing implementation section.
Diffstat (limited to 'doc/tex/planification.tex')
-rw-r--r-- | doc/tex/planification.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/tex/planification.tex b/doc/tex/planification.tex index 945c610..00695a1 100644 --- a/doc/tex/planification.tex +++ b/doc/tex/planification.tex @@ -145,13 +145,19 @@ Sabaki is a go board software compatible with GTP engines. It can serve as a GUI for the engine developed in this project and as an example of the advantages of following a standardized protocol. +\subsubsection{Keras~\cite{keras}} + +Keras is a deep learning API for Python allowing for the high-level definition +of neural networks. This permits easily testing and comparing different network +layouts. + \subsection{Technological Infrastructure} -\subsubsection{Programming language} +\subsubsection{Programming language}\label{sec:programmingLanguage} The resulting product of this project will be one or more pieces of software able to be run locally on a personal computer. The programming language of -choice is Python, for various reasons: +choice is Python\cite{python}, for various reasons: \begin{itemize} |