Shallowm
Shallowm is an informal designation in machine learning for models that use shallow architectures, meaning limited depth and representation capacity. The term is not part of a formal taxonomy and is used mainly in discussions contrasting light-weight approaches with deep learning. Shallowm models typically involve zero or one hidden layer and include algorithms such as logistic regression, linear support vector machines, and single-layer neural networks, as well as simple decision trees trained on engineered features.
Shallowm models are valued for fast training, interpretability, and data efficiency, especially on small to mid-sized
Limitations arise from restricted expressive power. Without deep hierarchies, shallowm struggles with complex, non-linear, high-dimensional data