Prediction google trace data using Functional Link Neural Network and Optimization Algorithms such as GA, PSO, ABC,...
-
Updated
Jun 25, 2021 - Python
Prediction google trace data using Functional Link Neural Network and Optimization Algorithms such as GA, PSO, ABC,...
An implementation of various metaheuristics adapted to train neural networks
We implemented our own sequential version of GA, PSO, SA and ACA using C++ (some using Eigen3 as matrix operation backend) and the parallelized version with CUDA support. All of them are much faster than the popular lib scikit-opt.
Add a description, image, and links to the particle-swam-optimization topic page so that developers can more easily learn about it.
To associate your repository with the particle-swam-optimization topic, visit your repo's landing page and select "manage topics."