neuralAlgorithm property
getter/setter pair
Implementation
Map<String, String> neuralAlgorithm = {
'nnet': '''
A basic neural network with a single hidden layer.
Suitable for simple tasks and small datasets.
''',
'neuralnet': '''
Supports multiple layers, ideal for complex patterns.
Commonly used for deeper architectures.
''',
};