You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
I created this function for my projects to find best hyper-parameters of Neural Networks.
It takes 5 different hyper-parameters such as;
- hidden node size of layer 1
- hidden node size of layer 2
- optimizer type
- maximum epoch
- transfer function
There is an example code block top of the function. You just add which hyper-parameters you want to try. Function will try 10-fold cross validation of each combination that is created using your hyper-parameters. Finally, find best hyper-parameter combination and return these as cell. You can use the cell directly as parameters of your Neural Network.
You need to give train with label, function automatically create %90 train %10 validation dataset.
New version is coming with more features.
Cite As
caghangir (2026). Grid Search Function for Neural Networks (https://www.mathworks.com/matlabcentral/fileexchange/63132-grid-search-function-for-neural-networks), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.4 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | minor fixed |
