extra
Extra credit homework starter code In this homework, you will work with character-level language models. These models take as input a sequence of characters and predict the next character. You will first implement functionalities for an abstract language model, then build a new Temporal Convolutional Network (TCN). This assignment should be solved individually. No collaboration, …