MatsuLM - neural network language modeling toolkit
Python implementation of a neural network language modeling toolkit
What is MatsuLM?
I built this toolkit as a side project while working at Apple's AI team developing Siri and it also became the subject of my Master's Thesis. The thesis is creating a new neural network language model (NNLM) toolkit, called MatsuLM, that is using the latest machine learning frameworks and industry standards. Hence, it is faster and easier to use and set up than the existing NNLM tools. Currently, there are very few open-source toolkits for NNLMs; and the toolkits that exist, have become outdated and are no longer supported, or they suffer from functionality issues.