MoodMiner, is a questionnaire, analyzes the words that subjects used and shows the recent mood of the subjects. We analyzed moods of all subjects and tried to find if there is a relation between subjects’ moods and the words they used.
Software testing is an important but time-consuming step in the software development cycle. One of the most popular testing technique is manually writing unit tests. However, this technique lacks coverage and is not time-ecient. Thus, the gain from automating software testing is great. One of such tools is KLEE and it promises a high coverage. In this project we aimed to increase the performance of KLEE by decreasing its runtime. The costliest operation of KLEE is the calls made to the constraint solver which is proportional to the number of constraints contained in the query.
We need creative ways to visualize, animate, and simulate concepts of programming in this platform. Just to give you an idea what we are looking for
imagine how to explain to students what compiler does
how program runs in a computer.
Visualize/simulate data structure concepts
Requirements. You should be not only a good programmer but also creative guy with some ability to teach difficult concepts. If you say to yourself I can explain this better in your cmpe courses, then you are the one we are looking for .
As you know we are working on automation of our programming courses starting with cmpe150. Then we have the problem of switching from powerpoint presentations to HTML5 based presentations enriched by javascript.
The project is to develop such an open source tool that can be also bee used in our department.
Social dynamics are very complex and also interesting to model. One of the agent based models, proposed by Axelrod in 1997 [1], investigates polarization of population.
Agents has culture represented with an F dimensional vector where each dimension has q different possible choices. Think that as the dimension represents the musical preference and there are q genres to select from.
The aim of this project is to integrate existing speech processing and synthesis tools to communication with the Baxter robot. English and Turkish languages will be used in communications, in setting tasks or in getting information from the robot. The robot's voice based communication skills will be reinforced with various interfaces including emotions displayed on the tablet and gestures of the robot.
Testability of robotic applications is difficult due to several reasons including the battery limitations of mobile robots, hardware wear and tear, inadequate number of the robots, etc.
A multi-word expression (MWE) is a lexeme (term) made up of a sequence of two or more lexemes that has properties that are not predictable from the properties of the individual lexemes or their normal mode of combination. In short, a MWE is like an idiom. In several languages, there are built-in dictionaries of MWEs. In this project, we aim at forming a dictionary (lexicon) of MWEs for Turkish.
Text summarization is the task of forming a summary of a given document. There are two types of summaries: extracts (just selecting some of the important sentences in the document as the summary) and abstracts (generating new sentences from scratch to form the summary). In this project, we deal only with extract type of summarization. The classical metric used to evaluate the success of a summarization system is the Rouge metric.
Given a text document and a predetermined set of classes, text classification (categorization) is the task of finding the correct class of the document. Centroid-based classification is a simple type of classification in which the given document is assigned to a class based on the similarity between the document and the centroids of the classes. In this project, we begin with reading the paper “A New Centroid Based Classification Model for Text Categorization”, Liu, C., Wang, W., Tu, G., Xiang, Y. and Konan, M., 2016.