Community Profile

photo

Jingwei Too


Last seen: 8 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Professional Interests: Feature Selection, Metaheuristics, Machine Learning, Data Mining, and Signal Processing

Statistiques

All
  • Personal Best Downloads Level 5
  • GitHub Submissions Level 3
  • 5-Star Galaxy Level 5
  • Explorer
  • Revival Level 1
  • First Review
  • First Submission
  • Introduction to MATLAB Master
  • Community Group Solver
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


Whale Optimization Algorithm for Feature Selection
Application of Whale Optimization Algorithm (WOA) in the feature selection tasks.

plus de 2 ans il y a | 31 téléchargements |

Thumbnail

A soumis


Binary Grey Wolf Optimization for Feature Selection
Demonstration on how binary grey wolf optimization (BGWO) applied in the feature selection task.

environ 3 ans il y a | 17 téléchargements |

Thumbnail

A soumis


Wrapper Feature Selection Toolbox
This toolbox offers more than 40 wrapper feature selection methods include PSO, GA, DE, ACO, GSA, and etc.

environ 3 ans il y a | 16 téléchargements |

Thumbnail

A soumis


Salp Swarm Algorithm for Feature Selection
Application of Salp Swarm Algorithm (SSA) in the feature selection tasks.

plus de 3 ans il y a | 12 téléchargements |

Thumbnail

A soumis


Equilibrium Optimizer for Feature Selection
Application of Equilibrium Optimizer (EO) in the feature selection tasks.

plus de 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Binary Dragonfly Algorithm for Feature Selection
Application of Binary Dragonfly Algorithm (BDA) in the feature selection tasks.

plus de 3 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Ant Colony Optimization for Feature Selection
Implantation of ant colony optimization (ACO) without predetermined number of selected features in feature selection tasks.

plus de 3 ans il y a | 8 téléchargements |

Thumbnail

A soumis


Sine Cosine Algorithm for Feature Selection
Application of Sine Cosine Algorithm (SCA) in the feature selection tasks.

plus de 3 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Henry Gas Solubility Optimization for Feature Selection
Application of Henry Gas Solubility Optimization (HGSO) in the feature selection tasks.

plus de 3 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Particle Swarm Optimization for Feature Selection
Application of Particle Swarm Optimization (PSO) in the feature selection tasks.

plus de 3 ans il y a | 8 téléchargements |

Thumbnail

A soumis


Dimensionality Reduction Demonstration
Application of principal component analysis (PCA) for feature reduction.

plus de 3 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Filter Feature Selection Toolbox
Simple, fast and ease of implementation. The filter feature selection methods include Relief-F, PCC, TV, and NCA.

plus de 3 ans il y a | 12 téléchargements |

Thumbnail

A soumis


Deep Learning Toolbox
This toolbox offers convolution neural networks (CNN) using k-fold cross-validation, which are simple and easy to implement.

plus de 3 ans il y a | 17 téléchargements |

Thumbnail

A soumis


Neural Network Toolbox
This toolbox contains 6 types of neural networks, which is simple and easy to implement.

plus de 3 ans il y a | 10 téléchargements |

Thumbnail

A soumis


Ant Colony System for Feature Selection
Application of ant colony system (ACS) for feature selection problems.

plus de 3 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Binary Differential Evolution for Feature Selection
The binary version of Differential Evolution (DE), named as Binary Differential Evolution (BDE) is applied for feature selection...

plus de 3 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Binary Tree Growth Algorithm for Feature Selection
A feature selection algorithm, named as Binary Tree Growth Algorithm (BTGA) is applied for feature selection tasks.

plus de 3 ans il y a | 7 téléchargements |

Thumbnail

A soumis


Atom Search Optimization for Feature Selection
Application of Atom Search Optimization (ASO) in the feature selection tasks.

plus de 3 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Binary Particle Swarm Optimization for Feature Selection
Simple algorithm shows how binary particle swarm optimization (BPSO) used in feature selection problem.

plus de 3 ans il y a | 6 téléchargements |

Thumbnail

A soumis


Binary Harris Hawk Optimization for Feature Selection
The binary version of Harris Hawk Optimization (HHO), called Binary Harris Hawk Optimization (BHHO) is applied for feature selec...

plus de 3 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Genetic Algorithm for Feature Selection
Simple algorithm shows how the genetic algorithm (GA) used in the feature selection problem.

plus de 3 ans il y a | 18 téléchargements |

Thumbnail

A soumis


Binary Atom Search Optimization for Feature Selection
A new feature selection algorithm, named as Binary Atom Search Optimization (BASO) is applied for feature selection tasks.

plus de 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Machine Learning Toolbox
This toolbox offers 8 machine learning methods including KNN, SVM, DA, DT, NB, and etc., which are simpler and easy to implement...

plus de 3 ans il y a | 75 téléchargements |

Thumbnail

A soumis


EMG Feature Extraction Toolbox
This toolbox offers 40 feature extraction methods (EMAV, EWL, MAV, WL, SSC, ZC, and etc.) for Electromyography (EMG) signals app...

plus de 3 ans il y a | 60 téléchargements |

Thumbnail

A soumis


EEG Feature Extraction Toolbox
This toolbox offers 30 types of EEG feature extraction methods (HA, HM, HC, and etc.) for Electroencephalogram (EEG) application...

plus de 3 ans il y a | 62 téléchargements |

Thumbnail

A répondu
Can anyone tell me how to solve this error?
Why don't you try on this toolbox https://www.mathworks.com/matlabcentral/fileexchange/71461-simple-machine-learning-algorithms-...

plus de 3 ans il y a | 0

A répondu
Eyes closed and Open EEG data predict?
Let say you have 10 participants, and 38 channels. You extract one feature (alpha power) from each participant. Then your featur...

plus de 3 ans il y a | 1

A répondu
what can I do to implement the features like Mean Absolute Value and variance using their given definition per channel or formula for a given signal in order to generate a feature vector?
you may have a look on this toolbox https://www.mathworks.com/matlabcentral/fileexchange/71514-emg-feature-extraction-toolbox?s_...

plus de 3 ans il y a | 0

A répondu
Eyes closed and Open EEG data predict?
You may follow these step (1) Extract the features from the EEG signals (for both eye closed and open) (2) You may perform the...

plus de 3 ans il y a | 0

| A accepté

A répondu
How to use ReliefF algorithm for a dataset?
you may have a look on this toolbox https://www.mathworks.com/matlabcentral/fileexchange/71611-simple-filter-feature-selection-a...

plus de 3 ans il y a | 0

Charger plus