Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NLPwDL 2024/25 Exercise 08

Language modeling -- simple character bi-gram LM for German names generator

Based on Andrej Karpathy's video on "makemore" https://www.youtube.com/watch?v=PaCmpygFfXo

Run jupyter notebook in /bin/ex08

Setup

Create a virtual environment

$ virtualenv venv
$ source venv/bin/activate