Saturday, July 31, 2010

Investigation of the Sequential Accelerator on the Perceptron for Pattern Recognition

In machine learning methods, when the input data becomes extremely large, the current direct methods
require too large learning times and memory. This project investigates one sequential method to overcome this
problem. It is quite a simple method to implement and is tested using the Perceptron as the base classifier. The
perceptron converges very slowly. So it will be interesting to find out if the proposed accelerator can improve
significantly the computational times of this simple classifier. The student will try various investigations on
different very large data sets and to measure their computational complexities. It has been shown that this
sequential method is very fast and only need a small subset of the large data set to complete the learning.

Friday, July 30, 2010

Investigation of the Sequential Accelerator on LDA for Pattern Recognition

In machine learning methods, when the input data becomes extremely large, the current direct methods
require too large learning times and memory. This project investigates one sequential method to overcome this
problem. It is quite a simple method to implement and is tested using the well-known LDA classifier. The student
will try various investigations on different very large data sets and to measure their computational complexities. It
has been shown that this sequential method is very fast and only need a small subset of the large data set to
complete the learning.

Thursday, July 29, 2010

Equalization of Fading Channels using RBF Networks

Equalization of Fading Channels using RBF Networks
Summary: Equalization is the process of recovering the true input data from the received data which is corrupted
by noise and passes through a nonlinear communication channel. Earlier work by the supervisor and his group has
successfully used RBF neural networks for complicated nonlinear channels that are stationary. In this project, the
performance of the RBF equalizers will be investigated for time varying ( fading ) channels ( mainly for Raleigh
Fading Channels) and an implementation scheme for the equalizer will be evolved. Performance comparison with
other conventional equalizers will also be made.