Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 817 Bytes

Computational Intelligence

This repo contains the project of the course "computational intelligence", instructed by Dr. Sepideh Hajipour. Here is a brief discription for each forlder:

The project purpose is to solve a BCI problem using pattern recognition on an EEG data and has two major phases:

This phase of the project includes Feature extraction, Feature selection and Classification using neural networks (MLP,RBF).

This phase of the project includes Feature extraction, Feature selection and Classification using

  1. genetic algorithm (GA)
  2. Particle Swarm Optimization (PSO)

Explanation

Each folder contain a main matlab code named "Phasex.mat" to run. The rest .mat files are the written and used funtions or saved nets.