I am working on a project and I have a subset of user keyword input time data. This means that the user makes n attempts, and I will use this recorded attempt time data in various types of classification algorithms for future user attempts to verify that the login process is performed by the user or some other person. (I can just say that this is biometrics)
I have 3 different times of the login attempt process, of course, this is a subset of infinite data.
this is still an easy classification problem, I decided to use WEKA, but as far as I understand, I need to create some fake data to feed the classification algorithm. Custom measurement attempts will be 1, and fake data will be 0.
Can I use some optimization algorithms? or is there a way to create this fake data in order to get minimal false positives?
thanks
pattern-recognition machine-learning classification weka biometrics
berkay
source share