Data matching algorithm

前端 未结 4 2035
长发绾君心
长发绾君心 2021-01-06 00:21

I am currently working on a project where I a data matching algorithm needs to be implemented. An external system passes in all data it knows about a customer, and the syste

4条回答
  •  旧巷少年郎
    2021-01-06 01:15

    What about a machine learning approach. Create. Distances per item.

    These become your input space. Build a training set on correctly matched custers based on these distances. Run through your favourite machine learner algo. Get your parameters for decision func which reflect strength of match. Tune. Apply to new cases. Go to the bank.

提交回复
热议问题