==================================== Deep Learning Models ==================================== This section contains all deep learning architectures and their implementations in TALENT. TALENT provides 30+ state-of-the-art deep learning models specifically designed for tabular data: - **Models**: The actual neural network architectures and model definitions - **Methods**: Implementation classes that handle training, evaluation, and inference The deep learning module covers everything from simple MLPs to advanced transformer architectures, ensuring you have access to the latest research in tabular deep learning. .. toctree:: :maxdepth: 2 models methods