|
|
<!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">
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
</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="/index.html">РУ</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fullpage">
|
|
|
<div class="section">
|
|
|
<div class="hero">
|
|
|
Geoinformation ML/AUTOML systems development
|
|
|
</div>
|
|
|
<div class="arrow-down"></div>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<div class="section-title">Our features</div>
|
|
|
<div class="features">
|
|
|
<div class="block-container">
|
|
|
<div class="block-title">True data driven</div>
|
|
|
<div class="block-text">Our systems are based on predictive analytics
|
|
|
of real retrospective data via machine learning algorithms, that allows the content of our
|
|
|
systems reflect the reality
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="block-container">
|
|
|
<div class="block-title">AutoML</div>
|
|
|
<div class="block-text">All data science processes are automated, predictive models are updated
|
|
|
alongside with accumulation of new data that keeps systems up to date</div>
|
|
|
</div>
|
|
|
<div class="block-container">
|
|
|
<div class="block-title">REACTIVIT<wbr>Y</div>
|
|
|
<div class="block-text">Our systems are equipped with simulation tools, that permits a user to get a
|
|
|
model of target situation and estimate the realization effect before taking the real decision
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="block-container">
|
|
|
<div class="block-title">TRANSPARENCY</div>
|
|
|
<div class="block-text">We use machine learning models that allows us to interpret each forecast and
|
|
|
figure out what factors and to what extant influenced the final value
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="arrow-down"></div>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<div class="section-title">
|
|
|
We are trusted
|
|
|
</div>
|
|
|
<div class="partners">
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/дит.png" />
|
|
|
</div>
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/мп.png" />
|
|
|
</div>
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/арвэ.png" />
|
|
|
</div>
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/мм.png" />
|
|
|
</div>
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/мгу.png" />
|
|
|
</div>
|
|
|
<div class="trusted-block">
|
|
|
<img src="../partners_logo/глм.png" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
new fullpage('.fullpage', {});
|
|
|
document.querySelectorAll('.arrow-down').forEach(
|
|
|
el => el.addEventListener('click', () => {
|
|
|
fullpage_api.moveSectionDown();
|
|
|
})
|
|
|
)
|
|
|
</script>
|
|
|
</body>
|
|
|
|
|
|
</html> |