Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 374 Bytes

uk-account-number-ml

Experiment to build machine learning classifier to predict valid uk account numbers

Checking logic to construct datasets courtesy of https://github.com/bazerk/uk-modulus-checking/issues

Sample confusion matrix for 10000 row dataset using Keras:

array([[7837, 2072], [ 19, 72]])

Suggestions welcome on how to improve performance!