MLP from scratch (WIP)
Here I implemented a MLP from scratch where The goal was to be able to generate fictional character names. The full code is available in this github repo. I followed the approach introduced in the Bengio et al. 2003 MLP language model paper where the MLP architecture proposed in this paper is the following : Figure 1: the MLP architecture according to the paper ...