Question about parameter tuning #637
Replies: 3 comments 16 replies
-
In addition to grid search and Bayesian optimization, I suggest considering genetic algorithms and particle swarm optimization for parameter tuning, as we used these methods in our papers. Regarding the parameters, I believe the norm used was the average number of black/white pixels in the images, although I cannot guarantee it. When selecting parameter ranges for tuning algorithms, it's common to rely on intuition, domain knowledge, and educated guesses. Feel free to experiment and adjust the parameter ranges based on your understanding of the problem domain and the model's behavior. |
Beta Was this translation helpful? Give feedback.
-
We are working on a GA version that work well with Slurm HPC, @cearlUmass Do you think the code is ready for a test run? |
Beta Was this translation helpful? Give feedback.
-
Hi @Hananel-Hazan, I was just wondering if you have a working version of the GA for parameter tuning optimization yet? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a question about the parameter tuning in bindsnet.
In the Diehl and Cook model, are there any methods that were used to find the optimal values for 'Norm,' 'Learning rate,' etc? I have read the Diehl & Cook paper and the BindsNet paper but cannot find anything about optimizing the parameter values (unless I missed it).
What methods were used, even if the values were achieved through trial and error? How were the starting values and the range decided?
Any information on this would be extremely helpful. At the moment, I am looking into 'grid search' and 'Bayesian optimization' as methods to assist in optimizing the parameters.
@Hananel-Hazan @djsaunde
Beta Was this translation helpful? Give feedback.
All reactions