MATIH Platform is in active MVP development. Documentation reflects current implementation status.
13. ML Service & MLOps
AutoML
Neural Architecture Search

Neural Architecture Search

Neural Architecture Search (NAS) automates the design of neural network architectures by searching over a defined space of possible configurations.


Search Spaces

ComponentOptions
Layer typesDense, Conv1D, Conv2D, LSTM, GRU, Transformer
Layer count1-10 layers
Hidden units32, 64, 128, 256, 512, 1024
ActivationReLU, GELU, SiLU, Tanh
Dropout0.0 - 0.5
NormalizationBatchNorm, LayerNorm, None

Source Files

FilePath
NAS Moduledata-plane/ml-service/src/automl/nas.py
Search Strategiesdata-plane/ml-service/src/automl/search.py