There is also a multilayer perceptron (MLP), which is a type of feedforward neural network with several hidden layers.
Large language models represent text using tokens, each of which is a few characters. Short words are represented by a single token (like "the" or "it"), whereas larger words may be represented by ...