<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> Dori Peleg's Homepage

Research: Algorithms

Name Short description  
GMEB linear classifier which can perform feature selection
CE for classification

sparse kernel classifier

 

Important notes:

- The GMEB algorithm requires the installation of the MOSEK commercial package.

- The CE classifier requires both files.

- All the code is programmed in Matlab 7.

 

 

Teaching: GUIs

As part of my teaching, I have written two GUIs in Matlab for unconstrained and constrained optimization. The purpose of these GUIs is for a student to code only the basic optimization algorithm (such as Newton, Bisection,..) and the GUIs will display the optimization prodedure.

Unconstrained

To view an example of the unconstrained GUI click on the image below.

A PDF tutorial to using the GUI

A zip file containing all neccesary files

 

 

Constrained

To view an example of the constrained GUI click on the image below.

A PDF tutorial to using the GUI

A zip file containing all neccesary files