You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
7.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spatial systems</title>
<link rel="stylesheet" href="/fullpage/fullpage.min.css">
<script src="/fullpage/fullpage.js"></script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container nav-container">
<div id="wrap">
<div id="row">
<div id="logo">
<a id="logo-container" href="/en/">
Spatial systems
</a>
</div>
</div>
<div id="navigation">
<a id="navigation-link" href="/en/projects.html">Projects</a>
<a id="navigation-link" href="/en/contacts.html">Contacts</a>
<a id="navigation-link" href="/postnet.html">РУ</a>
</div>
</div>
</div>
<div class="fullpage">
<div class="section gradient-text">
<p>Postnet geoinformation AutoML system devoted to development and operation monitoring of Moscow
automatic post office chain
</p>
<p>Moscow automatic post office chain is now being developed by Moscow city administration. Automatic post
offices are placed not only in various infrastructure facilities, but also right inside the entrances of
residential buildings. Now, by using automatic post offices, you can receive orders from online stores
and marketplaces, and other services will be available soon. To monitor operations of the chain and its
development, our team has developed the Postnet system</p>
</div>
<div class="section">
<figure>
<img src="/images/postnet/cover.jpg" />
<figcaption>System interface</figcaption>
</figure>
</div>
<div class="section">
<p>The forecast for number of sales in all potential locations for object placement is based on the data
collected from already operating retail chain outlets, more than 50 factors influencing the city space
and algorithms of machine learning (more than 100 000 locations throughout the city).</p>
<p>Once a day our system gets updated data on total sales from all operating points of sales. Due to the
application of automated machine learning, the model undergoes additional training every day with
consideration of the updated data, becoming more accurate and remaining relevant over time.</p>
<p>Beside existing location points in the system, you can import your own into it - the system will
automatically collect the necessary data on the loaded location points, implement the model and give a
forecast for the number of orders.</p>
</div>
<div class="section">
<figure>
<img src="/images/postnet/location.jpg" />
<figcaption>The projected monthly number of sales in the selected location is 257</figcaption>
</figure>
</div>
<div class="section">
<p>In forecasting, we use complex models that allow, on the one hand, to identify non-linear patterns
between the value of the number of sales and many factors affecting it, and on the other, to interpret
this pattern in a way that is clear to the user.
</p>
<p>
So, the forecast at each location can be decomposed into contribution level of all factors involved in
the model and understand better which features of the surrounding space turn out to be the most
significant - which increase the number of orders, and which, on the contrary, decrease it.
</p>
</div>
<div class="section">
<figure>
<img src="/images/postnet/diagram.jpg" />
<figcaption>Interpretation of the prognosis visualization of the contribution of various factors to
the order quantity forecast
</figcaption>
</figure>
</div>
<div class="section">
<p>The system interface gives an opportunity for the user to select any location from the entire set to
simulate the placement of new point of sales in the chain. In the process of such an online simulation,
the model will automatically reassemble all data and recalculate forecasts taking into account that new
automatic post offices will appear in the selected ones.
</p>
<p>If the automatic post office is successfully installed, this location will begin to accumulate data on
the number of orders and after a certain time will be included in the training set.</p>
</div>
<div class="section">
<p>The system is equipped with many filters that simplify the task of finding locations for placing new
automatic post offices. With the help of filters, you can quickly select locations with a certain
forecast number of sales located in certain areas of the city and in objects of a certain category
(supermarket, residential building entrance, library, etc.).
</p>
</div>
<div class="section">
<figure>
<img src="/images/postnet/konkovo.jpg" />
<figcaption>Living residencies and retail district Konkovo with a monthly order quantity forecast of
more than 200
</figcaption>
</figure>
</div>
<div class="section">
<p>Using advanced filters, you can select locations depending on their position relative to infrastructure
objects, for example, locations of other automatic post offices/pick up points or having certain
statistics on the neighborhood, for example, on the number of apartments.</p>
</div>
<div class="section">
<figure>
<img src="/images/postnet/zones.jpg" />
<figcaption>Locations positioned in areas with low competition, but with a large number of people
</figcaption>
</figure>
</div>
<div class="section">
<p class="gradient-text">All this makes the developed system an innovative and convenient tool for managing
and developing the Moscow Automatic Post Office chain. In general, such an application can be used for
any other chains of any commercial or socio-economic facilities with a certain number of already
operating objects.
</p>
<a href="/en/contacts.html" class="contacts-link">Contact us if you are interested in a system like
this<span class="arrow-diagonal">
</span></a>
</div>
</div>
<script>
new fullpage('.fullpage', {
navigation: true,
});
</script>
</body>
</html>