Skip to content

MatinTavakoli/Computational-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Computational Intelligence Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages