Namespace AiDotNet.AutoML.SearchSpace
Classes
- MobileNetSearchSpace<T>
Defines the MobileNet-based search space for neural architecture search. Includes inverted residual blocks, depthwise separable convolutions, and squeeze-excitation.
- ResNetSearchSpace<T>
Defines the ResNet-based search space for neural architecture search. Includes residual blocks, bottleneck blocks, and various skip connections.
- SearchSpaceBase<T>
Defines the search space for neural architecture search.
- TransformerSearchSpace<T>
Defines the Transformer-based search space for neural architecture search. Includes attention mechanisms, feed-forward networks, and various architectural choices.