1: \begin{abstract}
2: The lack of a large amount of training data has always been the constraining factor in solving a lot of problems in machine learning, making One Shot Learning one of the most intriguing ideas in machine learning. It aims to learn information about object categories from one, or only a few training examples. This process of learning in deep learning is usually accomplished by proper objective function, i.e; loss function and embeddings extraction i.e; architecture. In this paper,
3: we discussed about metrics based deep learning architectures for one shot learning such as Siamese neural networks \cite{koch2015siamese} and present a method to improve on their accuracy using \emph{Kafnets} (kernel-based non-parametric activation functions for neural networks) \cite{scardapane2017kafnets} by learning proper embeddings with relatively less number of epochs. Using kernel activation functions, we are able to achieve strong results which exceed those of ReLU based deep learning models in terms of embeddings structure, loss convergence, and accuracy. The project code with results can be found at \url{ https://github.com/shruti-jadon/Siamese-Network-for-One-shot-Learning}.
4:
5: % The abstract should summarize the contents of the paper and should
6: % contain at least 70 and at most 150 words. It should be written using the
7: % \emph{abstract} environment.
8: \keywords{One Shot Learning, Embeddings, Computer Vision, Gaussian Distribution, Loss Function}
9: \end{abstract}
10: