Implement multi-layer perceptron (MLP) with different optimization techniques, such as gradient based method, real-value encoded genetic algorithm (GA) and particle swarm optimization (PSO). Though the number of variables are large in optimizing MLP, GA and PSO still get competitive results in some cases (with proper parameters).
Github: https://github.com/w2051200021/SCMA-2...