Submitted by vintergroena t3_123asbg in MachineLearning
ultraminxx t1_jdu7uz8 wrote
Reply to comment by currentscurrents in [D] Can we train a decompiler? by vintergroena
that said, it might be also a good approach to preprocess the input with a classical algorithm and then train a model on refactoring that decompiled code, so it becomes more readable
currentscurrents t1_jdvxga6 wrote
Possibly! But it also seems like a good sequence-to-sequence translation problem, just line up the two streams of tokens and let the model figure it out.
Viewing a single comment thread. View all comments