We are working on optimization of the output of a neural network. Random search was applied, but results obtained are unexpected. We are looking forward to apply others optimization methods for compare results.
Currently, I'm working on optimizing neural network (such as MLP, FLNN, RBF...) using meta-heuristics (include: GA, PSO, ...).You can check my Github repository: https://github.com/chasebk/code_FLNN
Unfortunately, we are using python as the main programming language. But all the codes have a comment, so It's easy to understand. If you have any question, don't hesitate to ask me.