General Ideas

The following ideas are general descriptions for classes of applications that can be addressed using different technologies, and with varying scope.

A) Cloud Computing for Web-services & Parallel Processing

Consider any web services project of choice and running it on any available cloud such as the AWS EC2, and compare performance and cost with other stand alone or networked clusters of servers. This can be a web application hosted on normal web servers, and/or any parallel program comparing the performance on multi-core hardware, clusters of networked computers, and the EC2.

  1. Measuring Webhosting, file-sharing, database availability, performance and cost on the different architectures.
  2. Parallel processing performance and cost comparison on the different architectures.
  3. Writing comparison report about positives and negatives of the different architectures, and suitability for the different applications.

B) GPU vs CPU performance evaluation

Develop an image or video processing application like feature extraction, pattern recognition, or any graphics text book problem and implement it using CUDA toolkit on a GPU, and report the normal CPU performance compared to the GPU.

  1. Learn CUDA GPU development toolkit.
  2. Compare GPU vs CPU performance
  3. Compare GPU vs other parallel architectures, like multi-core, clusters of computers, or any accessible High Performance Computers.

C) High Dimensional Data Analysis

Experimenting with any high dimensional dataset such as those from UCI (University of California, Irvine) datasets from the machine learning repository by the Centre for Machine Learning and Intelligent Systems, and apply various Multivariate Statistical methods from R or matlab, compare and report results.

D) Understanding Crowed Serviced Web Contents

Use web crawlers to download data available in the internet public domain, and apply natural language processing and learning techniques to extract information of interest to specific or general queries.

E)  Automatic Traffic & Crowed Management

Build a traffic and crowds management system, using information collected from cell phone access points, street cameras, radar cameras, satellite images, online location tagged posts on twitter, facebook, or blogs, or any accessible information source, to estimate the number of people in a given location at a given time, and the exits and entries routes to that location. Features like safe entries and exits need to be estimated, emergency situation detection and intervention methods, controlling crowds and leading them out of hazards scenarios.

F) Building Ontologies, specifically Legal ontologies

G) Estimating Colleges Admission GPA requirements (Tansik) based on  the marks in each subject in high school for each specialisation and the society needs, using Numerical Methods.

H) Connecting Sensors to cell phones for continuous geo-tagged updates to public databases. For example weather updates using temperature and humidity sensors.

I) Building GIS Systems for various objectives, including but not limited to: house hunting, administrative data visualization, utilities management, market research,  environmental monitoring

Leave a Reply

Your email address will not be published. Required fields are marked *