Computational Intelligence Projects
q1: Finding the MST (Minimum Spanning Tree) of a Steiner Tree, with the help of evolution
q2: Finding the global maximum of the Eggholder function, with the help of evolution
FCM: Fuzzy c-means algorithm, runned on a couple of datasets
FkNN: Fuzzy k-nearest neighbor algorithm, runned on the same datasets (indicating the borders of the clusters)
ANN-1: simple plot
ANN-2: single-layer neural network architecture with back-propagation, used for regression on 2d dataset points (linear regression)
ANN-3: multi-layer neural network (1 hidden layer) architecture with back-propagation, used for regression on 2d dataset points (non-linear regression)