Coder Social home page Coder Social logo

annex's Introduction

#Project Annex

##Description Annex aims to add to the many other studies in keystroke dynamics by providing a slightly different approach to authentication. By continously logging a users keystrokes we can feed them into a recurrent neural network (RNN) in the form of a summation of the dwell and flight times between each key press event. After training with only 100,000 key events our RNN was able to detect the user it was trained on within a 0.7% accuracy.

Initially ANNEX must be trained with the desired users trusted keystrokes. This can be ac- complised over a few logged typinging sessions. Once the RNN is trained to the desired accuracy the program is put into monitoring mode where it decideds every 50 keystrokes if the user typing matches that of the accepted user

Initially ANNEX must be trained with the desired users trusted keystrokes. This can be ac- complised over a few logged typinging sessions. Once the RNN is trained to the desired accuracy the program is put into monitoring mode where it decideds every 50 keystrokes if the user typing matches that of the accepted user

##RNN ANNEX is built on top of tensorflow recurrent neural netork. Each keyevent is inputted through the network with 3 normalized values. The three inputs are the first key pressed, the second key pressed and the summation of the dwell time and flight time between the 2 press events. Each input is normalized to a range of 0.0000000 to 1.0000000. This was done through a process called unity based normalization where a known range can be reduced to [0,1].

##Contact

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.