-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdatamining.html
More file actions
118 lines (92 loc) · 5.11 KB
/
Copy pathdatamining.html
File metadata and controls
118 lines (92 loc) · 5.11 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ApexVis Data Mining — Bring Your Data to Life!</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/strapped.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="./img/fav.ico" />
</head>
<body>
<nav id="navbar" class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand nav-link" href="./index.html#top"><img src="./img/apexvis_logo_flat_white2.png"></a> </div> <!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#aboutext" class="nav-link">About</a></li>
<li><a href="index.html#capsext" class="nav-link">Capabilities</a></li>
<li><a href="index.html#teamext" class="nav-link">Our Team</a></li>
<li><a href="index.html#contactext" class="nav-link">Contact Us</a></li>
</ul>
</div> <!-- /.navbar-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<div class="sect-border"></div>
<h3 class="text-center capability-title subhead"> Data Mining </h3>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-left">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="col-md-12">
<h2 class="featurette-heading">Capture & Analyze Information From Large, Quickly Changing Data Sets
<span class="text-muted"><br></span></h2>
<p class="lead">As the volume of information has exploded in the last decase, organizations increasingly require good decisions to be made based on large volumes of data that comes in a variety of unstructured or loosely structured forms.</p>
<p class="lead">In these cases, an expert's time is far better used interpreting information from the data and creating solutions, rather than struggling to collect, compile, and assess the data.</p>
<h3 class="subhead smallsubhead">ApexVis Can Help</h3>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-4">
<h2 class="featurette-heading">Customized Data Discovery and Collection<span class="text-muted"><br>Discover, Tag, Aggregate, Visualize</span></h2>
<p class="lead">Custom Web Scrapers and Classification Algorithms to Help Extract Information from Raw Data</p>
</div>
<div class="col-md-8">
<img class="featurette-image img-responsive" data-src="holder.js/600x600/auto" alt="600x600" src="./img/dmining2.png">
</div>
</div><br>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="500x500" src="./img/dmining1.png">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">Customizable Predictive Analytics<span class="text-muted"><br>Discover Links Between Disparate Data Elements Evaluate Against Preexisting Curated Data Sets</span></h2>
<p class="lead"></p>
</div>
</div>
<hr class="featurette-divider">
</div> <!-- /.col-md-10 -->
</div> <!-- /.row -->
<div class="sect-border"></div>
<h3 id="about" class="subhead">Contact</h3>
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<section class="highlights">
<p>Would you like to learn more?</p>
<p>Reach us at <a href="mailto:info@apexvis.com">info@apexvis.com</a> </p>
</section>
</div> <!-- /.col-md-10 -->
</div> <!-- /.row -->
<div class="sect-border"></div>
<footer>
<div class="container clearfix">
<p class="pull-left">
Copyright © ApexVis 2014
</p>
</div> <!-- /.container -->
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-43731051-1', 'apexvis.com');ga('send', 'pageview');</script>
</body>
</html>