-
Notifications
You must be signed in to change notification settings - Fork 0
/
analisis-de-datos-y-minería-de-datos.php
80 lines (72 loc) · 3.24 KB
/
analisis-de-datos-y-minería-de-datos.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="es">
<?php
include("head.php");
?>
<?php
include("body.php");
?>
<div class="body">
<?php
include('header.php');
?>
<div class="section-angled-layer-bottom bg-light" style="padding: 0rem 0;"></div>
<div role="main" class="main video-container" >
<section
class="section section-concept section-no-border section-dark section-angled section-angled-reverse pt-5 m-0"
id="section-concept">
<div class="container pt-5 mt-5">
<div class="row custom-header-min-height-1 align-items-center pt-3" style="padding: 10px;backdrop-filter: blur(5px);border-radius: 15px;">
<div class="col-lg-5 mb-5"
style="background: -webkit-linear-gradient(rgb(65 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent;">
<h5 class="text-primary font-weight-bold mb-1 custom-letter-spacing-1">ANALISIS DE DATOS Y
</h5>
<h1 class="font-weight-bold text-12 line-height-2 mb-3"
style="background: -webkit-linear-gradient(rgb(6 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent;">
MINERIA DE DATOS
</h1>
<p class="custom-font-size-1 pt-2" style="text-align: justify;">
¿Por qué debería adquirir este servicio? El análisis y la minería de datos permiten descubrir patrones y tendencias ocultas en grandes volúmenes de datos,
proporcionando insights valiosos para la toma de decisiones y la mejora operativa.
<br>
Ofrecemos servicios de análisis de datos y minería de datos que incluyen la extracción, transformación y análisis de datos utilizando técnicas avanzadas.
Nuestro equipo de expertos trabaja con herramientas líderes para proporcionar análisis precisos y accionables.
</div>
<div class="col-lg-6 offset-lg-1 mb-5">
<div class="position-relative border-width-10 border-color-light clearfix border border-radius"
data-remove-min-height style="min-height: 394px;">
<?
include('--embed-video-inteligenciaartificial-ideasystems.php');
?>
</div>
</div>
<div class="col-md-8 col-lg-6 col-xl-5 custom-header-bar position-relative py-4 pe-5 z-index-2">
<div>
<div class="star-rating-wrap d-flex align-items-center justify-content-center position-relative text-5 py-2 mb-2"
style="background: -webkit-linear-gradient(rgb(65 0 255), rgba(0, 204, 115, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">
<i class="fas fa-star"></i><i class="fas fa-star ms-1"></i><i
class="fas fa-star ms-1"></i><i class="fas fa-star ms-1"></i><i
class="fas fa-star ms-1"></i>
</div>
<h4 class="position-relative text-center font-weight-bold text-7 line-height-2 mb-0">
EL FUTURO ES AHORA</h4>
<p class="position-relative text-center font-weight-normal mb-1">TU
SOCIO TECNOLÓGICO
</p>
</div>
</div>
</div>
</div>
</section>
<hr>
</div>
<?php
include('footer.php')
?>
</div>
<?php
include("endBody.php")
?>
</html>