Antisuji comments on [Link]: The Unreasonable Effectiveness of Recurrent Neural Networks - Less Wrong

7 Post author: turchin 04 June 2015 08:47PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (19)

You are viewing a single comment's thread. Show more comments above.

Comment author: Antisuji 05 June 2015 04:28:31PM 6 points [-]

Syntactically it's quite a bit better than an N-gram markov chain: it gets indentation exactly right, it balances parentheses, braces, and comment start/end markers, delimits strings with quotation marks, and so on. You're right that it's no better than a markov chain at understanding the "code" it's producing, at least at the level a human programmer does.