Submitted by excooo t3_zbpnzy in deeplearning
Hi,
so there is a user problem where someone has to manually create B from A. This is not deterministic, so B is always different. The process is tedious and could be solved through machine learning.
Examples:
A: 111222333 -> B: 123, but could also be 1123, 1223, etc. .. 123 would just be the better solution. The human process would just be to look at A and to decide what to remove in order to get the best result.
Since I have not the time to dig sooo deep into everything in machine learning, I would like to ask you if you can give me some hints on where to start my journey. What type of neural network, algorithms, keywords to google, etc.
To my background: I am a software engineer/devops/architect, so coding and understanding concepts is not that difficult for me.
I would appreciate your help.
cadoi t1_iysj94d wrote
I thought software engineers were "professional googlers"?
Your description of the problem makes it sounds very similar to autocorrect. Maybe learn how that is done and adapt it?
No one is actually going to be of any help unless you more precisely phrase your problem.