diff --git a/.gitignore b/.gitignore index d836f0c..37cabd6 100644 --- a/.gitignore +++ b/.gitignore @@ -422,3 +422,5 @@ TSWLatexianTemp* # option is specified. Footnotes are the stored in a file with suffix Notes.bib. # Uncomment the next line to have this generated file ignored. #*Notes.bib + +*.zip diff --git a/as1_Maggioni_Claudio/report_Maggioni_Claudio.md b/as1_Maggioni_Claudio/report_Maggioni_Claudio.md index c20b507..5e286c1 100644 --- a/as1_Maggioni_Claudio/report_Maggioni_Claudio.md +++ b/as1_Maggioni_Claudio/report_Maggioni_Claudio.md @@ -112,6 +112,9 @@ The model I've chosen is a feed-forward neural network with 2 hidden layers: Finally, the output neuron has a linear activation function. As described before, the validation set was used to manually tailor the NNs architecture. +The network was trained using the `adam` optimizer with 5000 maximum number of +epochs and with an early stopping procedure that has a patience of 120 epochs. + The fitted model has these final performance parameters: - Final MSE on validation set $\approx 0.0143344$ diff --git a/as1_Maggioni_Claudio/report_Maggioni_Claudio.pdf b/as1_Maggioni_Claudio/report_Maggioni_Claudio.pdf index fd88acd..2ec67c7 100644 Binary files a/as1_Maggioni_Claudio/report_Maggioni_Claudio.pdf and b/as1_Maggioni_Claudio/report_Maggioni_Claudio.pdf differ