Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 812 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 812 Bytes

Computational-Intelligence

Computational Intelligence Projects

Evolutionary Algorithms

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

Fuzzy

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)

Neural Networks

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)