gaia.models.categorical_mlp module
Categorical MLP with Simplicial Structure
This implements a neural network where: - Each layer is a 0-simplex (object) - Each connection is a 1-simplex (morphism) - Each composition is a 2-simplex (triangle) - The entire structure maintains categorical coherence
Following Mahadevan (2024) GAIA framework.