What I always don't understand is the "reimplement" the algorithm.
I mean where lies the line between being too similar to the original and being completely different?
Of course there is the most obvious cases where one changes a "for loop" to a "while loop". But then does switching a certain library on which the paper's code depends on means that the implementation is different enough?
romantimm25 OP t1_j64mzgp wrote
Reply to comment by mil24havoc in [P] Using algorithms or models from papers for commercial use by romantimm25
What I always don't understand is the "reimplement" the algorithm.
I mean where lies the line between being too similar to the original and being completely different?
Of course there is the most obvious cases where one changes a "for loop" to a "while loop". But then does switching a certain library on which the paper's code depends on means that the implementation is different enough?