network_8hpp.tex 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. \hypertarget{network_8hpp}{}\doxysection{src/network.hpp File Reference}
  2. \label{network_8hpp}\index{src/network.hpp@{src/network.hpp}}
  3. {\ttfamily \#include $<$random$>$}\newline
  4. {\ttfamily \#include $<$list$>$}\newline
  5. {\ttfamily \#include \char`\"{}layers/layer.\+hpp\char`\"{}}\newline
  6. {\ttfamily \#include \char`\"{}dataset.\+hpp\char`\"{}}\newline
  7. Include dependency graph for network.\+hpp\+:
  8. \nopagebreak
  9. \begin{figure}[H]
  10. \begin{center}
  11. \leavevmode
  12. \includegraphics[width=350pt]{network_8hpp__incl}
  13. \end{center}
  14. \end{figure}
  15. This graph shows which files directly or indirectly include this file\+:
  16. \nopagebreak
  17. \begin{figure}[H]
  18. \begin{center}
  19. \leavevmode
  20. \includegraphics[width=272pt]{network_8hpp__dep__incl}
  21. \end{center}
  22. \end{figure}
  23. \doxysubsection*{Classes}
  24. \begin{DoxyCompactItemize}
  25. \item
  26. class \mbox{\hyperlink{class_network}{Network}}
  27. \end{DoxyCompactItemize}
  28. \doxysubsection*{Enumerations}
  29. \begin{DoxyCompactItemize}
  30. \item
  31. enum \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}{Cost\+Function}} \{ \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3af206692cba38b2772a5172a6e70719e0}{Cross\+Entropy}}
  32. , \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3a47322e5ac1e111522d3aa88118ac78c0}{Quadratic}}
  33. \}
  34. \end{DoxyCompactItemize}
  35. \doxysubsection{Enumeration Type Documentation}
  36. \mbox{\Hypertarget{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}\label{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}}
  37. \index{network.hpp@{network.hpp}!CostFunction@{CostFunction}}
  38. \index{CostFunction@{CostFunction}!network.hpp@{network.hpp}}
  39. \doxysubsubsection{\texorpdfstring{CostFunction}{CostFunction}}
  40. {\footnotesize\ttfamily enum \mbox{\hyperlink{network_8hpp_a0c3a80fe878325a4a277470fdc7b3eb3}{Cost\+Function}}}
  41. \begin{DoxyEnumFields}{Enumerator}
  42. \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}}
  43. Cross\+Entropy&\\
  44. \hline
  45. \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}}
  46. Quadratic&\\
  47. \hline
  48. \end{DoxyEnumFields}