It is a software project that can find & show the instantaneous value, value performance in the past, value in the future by forecasting methods, performance of selling, regional habit of use and similar market trends of second hand vehicles.
Machine Learning methods have long been applied to financial data. We explore the correlation (or the lack thereof) of financial data, such as the BIST 100 index or individual stock prices, to features extracted from financial news and past data. We intend to use the advancements in text classification and Natural Language Processing capabilities in general, and machine learning models to extract the features of Turkish news documents and stock price series using statistical methods and to analyze the correlation of the extracted features with the financial data.
An information retrieval system which provides structural and comprehensive classification of species in documents and articles is crucial in bioinformatics studies. Having this information spread through scientific articles and web pages leads to a need for automatically detecting bacteria entities in text, semantically tagging them using taxonomy, and finally extracting the classification among them. These are the challenges set forth by the Bacteria Biotopes Task of the BioNLP Shared Task 2016. This paper describes a system for bacteria entity normalization through the NCBI taxonomy.
Beta lactamase antibiotics are one of the widely used antibiotics in the world. They constitute most of the worldwide antibiotic usage and used for bacterial infections. Antibiotic resistance of bacterial organisms is an important health issue if we think about today’s world. Our aim is to check all the information about beta lactamase on the internet and journals, and retrieve all data to create our database system which you can easily search proteins, inhibitors and ligands that are related to beta lactamase enzymes.
Visible light constitutes a small fraction of electromagnetic spectrum. While visible light photography can capture a moment as the human eyes see it, hidden details can be revealed by using other imaging techniques such as thermography. In this project, we developed an estimator framework which includes a thermal camera driver and a system to run estimators on captured thermal video.
Player rating systems are essential nearly to any game situated in different contexts (video games, sports etc). This need arises from the fact that an unbalanced match is not enjoyable to any of it’s competitors. In this project we assume a generative model responsible for creation of past match results and we attempt to infer approximate posterior skills distributions by using three different algorithms: Metropolis-Hastings, Gibbs Sampler and Expectation Propagation.
In this project our aim is to develop a software application which targets to generate a web application from a User Interface (UI) file generated by the Qt Creator’s Designer. In that way creating a web application using only user friendly environment of Qt Designer will be possible. We worked on such software and at the end we were able to create a functional proof of concept application. UI file created by Qt does not provide information for methods defined in UI file; functions are defined in cpp code. Therefore for such implementation, whole project of Qt should be taken into account.
In this project, we present several algorithms that infers a Bayesian network that explains the observed data naturally (maximizing p(Model | Data)) by using Stochastic Gradient Langevin Dynamics MCMC, thermodynamic integration and generalized importance sampling. Here, we assumed that Bayesian network has a fixed graph topology and unobserved random variables (interestingly this assumption makes the model more general).
Introduction
Breath is very important data for many areas such as healthcare, babycare, security and more but it is hard to detect. Especially in babyphones, parents want to monitor their babies breathing. However, there is no product to allow this. By implementing algorithms of breath detection, any sound in [10,100]Hz range actually but used especially for breath, we can produce a usable technology which can be combined any kind of devices with two microphones. Project setup consists of a computer with a two microphone. The software equipment is only MATLAB on Linux.
The motivation behind this project is to be able to make a sentiment analysis on Turkish financial documents. Classify-ing financial news as negative or positive helps predicting the change in stock price for a particular company. In our work, we process more than 20,000 documents obtained from financial institutions in Turkey. We translate Loughran & McDonald's word list into Turkish and label the news based on the number of negative words they contain. We then construct a Logistic Regression model with Ll penalization using bag-of-words ap-proach to predict the labels of news.