👩💻 Join our community of thousands of amazing developers!
Hello! I spent a bunch of time in the last couple of weeks implementing a version of char-rnn with PyTorch. I’d never trained a neural network before so this seemed like a fun way to start. The idea here (from The Unreasonable Effectiveness of Recurrent Neural Networks) is that you can train a character-based recurrent neural network on some text and get surprisingly good results. I didn’t quite get the results I was hoping for, but I wanted to share some example code & results in case it’s usef...