Friday, July 31, 2015

Generalized Additive Models

Sunday, July 26, 2015

Introduction to Monte-Carlo

The idea of Monte Carlo methods is this—generate some random samples for some random variable of interest, then use these samples to compute values you’re interested in.

Friday, July 17, 2015

On Mobile Wireless Tags

Namiot D., Sneps-Sneppe M. On mobile wireless tags // Automatic Control and Computer Sciences. — 2015. — Vol. 49, no. 3. — P. 159–166.

The subject of the article refers to services of mobile networks related to a context. We are examining the questions of the development of mobile services employing wireless tags. In addition to this, a new model of usage (application) of Core Bluetooth devices is offered. In our model Bluetooth devices act as tags and are used for reference (binding) and the subsequent context-dependent determination of data available to mobile users. Mobile phones, as well as already existing devices with Bluetooth support, can be used as such dynamic tags. In this case a single mobile application is sufficient for coverage of all stages of the life cycle of contextual services. The application provides a presentation of a tag (tags) and the binding of informational content to these tags, as well as the viewing of data bound to other tags. The possible application fields are applications for retail and service organizations and context-dependent services for Smart Cities. DOI

Monday, July 06, 2015

INJOIT - call for paper

The International Journal of Open Information Technologies (INJOIT) is an all-electronic journal with the aim to bring the most recent and unpublished research and development results in the area of information technologies to the scientific and technical societies. Free, peer reviewed papers. English or Russian languages. It is free to publish your paper.

The journal is published by the OIT Lab (Open Information Technologies Lab, Faculty of Computational Mathematics and Cybernetics, Lomonosov Moscow State University).

Indexing: Google Scholar, DOAJ, Ulrich's Periodicals Directory, ResearchBib, Elibrary.ru (RINC)

See also our archive

Friday, July 03, 2015

Memory leaks in JavaScript

Our new paper: Evgeniy Ilyushin, Dmitry Namiot "On JavaScript Memory Leaks". International Journal of Open Information Technologies 3.7 (2015): 27-31.

As soon as more and more the modern applications are deployed on the web, JavaScript has become a mainstream programming environment. JavaScript applications nowadays are big programming systems. We can mention here web portals, online games, graphics, media management, and even data science. Of course, the memory management is a very important problem, especially, for the dynamic programming languages. In this paper, we provide a survey of memory leaks patterns in JavaScript.