feat: Finish IA part

This commit is contained in:
2024-10-31 16:45:15 +01:00
parent aa45331010
commit 4b2ab03dab
10 changed files with 76 additions and 3 deletions

View File

@ -0,0 +1,21 @@
This section covers our research on artificial intelligence to develop an AI component for the project, particularly for the OCR.
Our first draft of the AI has not been integrated into the main project\footnote{You can find the project here: https://gitea.louisgallet.fr/lgallet/XOR-NeuralNetwork-C} because it is focused on our research on AI rather than the project itself.
Below, you will find the research we conducted for the AI.
\subsubsection{Structure of a neuron}
\input{sections/partie-technique/IA/structure-neuronne/structure-neuronne}
\subsubsection{Activation functions}
\input{sections/partie-technique/IA/fonction-activation/fonction-activation}
\subsubsection{Weight initialization}
\input{sections/partie-technique/IA/initialisation/initialisation}
\subsubsection{Feedforward and Backpropagation}
\input{sections/partie-technique/IA/feedforward-backpropagation/feedfoward-backpropagation}
\subsubsection{Training}
\input{sections/partie-technique/IA/entrainement/entrainement}