More work on the paper
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-12-25 11:20:58 +00:00
parent 94ac62fefa
commit a1143f7e3e
2 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,6 @@ Non papers, industry resources:
- Cache invalidation: https://dl.acm.org/doi/abs/10.1145/70082.68205
- Federation Learning: https://www.sciencedirect.com/science/article/abs/pii/S0950705121000381
- Transfer learning
- https://link.springer.com/chapter/10.1007/978-3-319-97982-3_16

View File

@ -130,8 +130,11 @@
These models can used in two ways in the system, they can be used to generate the models via transferlearning and by using the model structure as a basis to generate a complete new model.
\subsection{Models as a basis}
% TODO compare the models
\subsection{Efficiency of transfer learning}
\subsection{Creation Models}
The models that I will be creating will be Convolutional Neural Network(CNN) \cite{lecun1989handwritten,fukushima1980neocognitron}.
The system will be creating two types of models that cannot be expanded and models that can be expanded. For the models that can be expanded, see the section about expandable models.