1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- \hypertarget{network_8hpp}{}\doxysection{src/network.hpp File Reference}
- \label{network_8hpp}\index{src/network.hpp@{src/network.hpp}}
- {\ttfamily \#include $<$random$>$}\newline
- {\ttfamily \#include $<$list$>$}\newline
- {\ttfamily \#include \char`\"{}layers/layer.\+hpp\char`\"{}}\newline
- {\ttfamily \#include \char`\"{}dataset.\+hpp\char`\"{}}\newline
- Include dependency graph for network.\+hpp\+:
- \nopagebreak
- \begin{figure}[H]
- \begin{center}
- \leavevmode
- \includegraphics[width=350pt]{network_8hpp__incl}
- \end{center}
- \end{figure}
- This graph shows which files directly or indirectly include this file\+:
- \nopagebreak
- \begin{figure}[H]
- \begin{center}
- \leavevmode
- \includegraphics[width=272pt]{network_8hpp__dep__incl}
- \end{center}
- \end{figure}
- \doxysubsection*{Classes}
- \begin{DoxyCompactItemize}
- \item
- class \mbox{\hyperlink{class_network}{Network}}
- \end{DoxyCompactItemize}
- \doxysubsection*{Enumerations}
- \begin{DoxyCompactItemize}
- \item
- enum \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}{Cost\+Function}} \{ \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3af206692cba38b2772a5172a6e70719e0}{Cross\+Entropy}}
- , \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3a47322e5ac1e111522d3aa88118ac78c0}{Quadratic}}
- \}
- \end{DoxyCompactItemize}
- \doxysubsection{Enumeration Type Documentation}
- \mbox{\Hypertarget{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}\label{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}}
- \index{network.hpp@{network.hpp}!CostFunction@{CostFunction}}
- \index{CostFunction@{CostFunction}!network.hpp@{network.hpp}}
- \doxysubsubsection{\texorpdfstring{CostFunction}{CostFunction}}
- {\footnotesize\ttfamily enum \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}{Cost\+Function}}}
- \begin{DoxyEnumFields}{Enumerator}
- \raisebox{\heightof{T}}[0pt][0pt]{\index{CrossEntropy@{CrossEntropy}!network.hpp@{network.hpp}}\index{network.hpp@{network.hpp}!CrossEntropy@{CrossEntropy}}}\mbox{\Hypertarget{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3af206692cba38b2772a5172a6e70719e0}\label{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3af206692cba38b2772a5172a6e70719e0}}
- Cross\+Entropy&\\
- \hline
- \raisebox{\heightof{T}}[0pt][0pt]{\index{Quadratic@{Quadratic}!network.hpp@{network.hpp}}\index{network.hpp@{network.hpp}!Quadratic@{Quadratic}}}\mbox{\Hypertarget{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3a47322e5ac1e111522d3aa88118ac78c0}\label{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3a47322e5ac1e111522d3aa88118ac78c0}}
- Quadratic&\\
- \hline
- \end{DoxyEnumFields}
|