aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
1.02k stars 128 forks source link

[ENH] Parametrize MLP Network, classifier and regressor #2337

Open hadifawaz1999 opened 2 weeks ago

hadifawaz1999 commented 2 weeks ago

Describe the feature or idea you want to propose

all networks in aeon are parameterized, on number of layers and parameters per layers, default values as the ones in their published associated paper. would be nice to have this option for mlp too, handling list inputs as for fcn and others

Describe your proposed solution

simply do for mlp network like for fcn network, and then add the arguments to the classifier and regresdor that uses the network

Describe alternatives you've considered, if relevant

No response

Additional context

No response