Azzera filtri
Azzera filtri

what kind of neural network is suitable for authentication

4 visualizzazioni (ultimi 30 giorni)
Sir,
I need to know about which type of neural network is suitable for authentication. I have the inputs of username, password and clickpoints of the image. If I pass both username and password also clickpoints of the image, then only the user authentication is valid otherwise invalid. For this information, I need the above inputs to train neural network. I don't know about which is network is suitable for my inputs.

Risposte (1)

Krishna
Krishna il 26 Ago 2024 alle 6:39
Hi,
Seems like you want to build a face recognition system along with password control. Validating password with usernames is not a deep learning problem for that you can check out,
For face recognition systems you need to build a similarity function using pre-trained architectures like ‘googleNet’ or ‘ResNet.’ This similarity function checks whether two images are same or not by comparing the final outputs of fully connected layer in the backbone architecture that you have used. To learn more, you can search for Siamese network or One-shot learning networks and learn how they work.
Also, you can look at these similar examples provided by MathWorks,
Hope this helps.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by