Submitted by geoffroy_lesage t3_11zcc1a in deeplearning
Hi all, I'm looking for advice for using ML for Adaptive Authentication.
The use case is that I want to generate a unique identifier key from user bahavior. eg: Sam uses my app and I want to generate key 1234, Mel uses the app, her key is 2351, etc
To generate this key I thought I could use an ML model that takes as input user behavior data and outputs this key or something I can use to derive a key.
Taking typing on a smartphone as an example: a user types 10 words on their keyboard, we take data from that and feed it to the model to generate the key for this user. The data we take might be something like speed of typing a letter, time fingers were pressed on keys, number of times they used backspace, etc...
Is this possible? I'm not an ML specialist so my knowledge is limited, but I was thinking we could do something like using a classifier with 10 categories, and use some statistical value from the output equivalent to prediction accuracy or prediction certainty for each category to generate numbers out of the classifications... but that seems like a hack and there may be something more precise and standard
the_Wallie t1_jdbtm3l wrote
... What? I read this twice and still had no idea what it is you're trying to achieve or why. Could you try to explain it as a user story?