-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdata-mining.php
More file actions
64 lines (58 loc) · 4.41 KB
/
data-mining.php
File metadata and controls
64 lines (58 loc) · 4.41 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
<?php include("./includes/header2.php"); ?>
<main>
<!-- ./Page header -->
<header class="header section parallax image-background overlay gradient gradient-53 alpha-8 color-1" style="background-image: url('img/bg/grid.jpg')">
<div class="container overflow-hidden">
<div class="row">
<div class="col-md-8">
<h1 class="display-4 color-1 light">Data Mining & Data Science</h1>
<p class="lead bold">Data science is a multi-disciplinary field that uses scientific methods, processes, algorithms and systems to extract knowledge and insights from data in various forms</p>
<h1 class="color-1"><span class="typed bold display-4 display-md-3"></span></h1>
<!--nav class="nav mt-5"><a href="developerscup.php" class="nav-link btn btn btn-rounded btn-1 btn-lg px-5 bold">Register for Developers Cup</a></nav-->
</div>
</div>
</div>
</header><!-- ./ New Integration API -->
<section class="section bg-5">
<div class="container text-center pt-4 pb-7">
<p class="color-1">We're proud to announce the DevelopHowTo Student Internship Program. <a href="https://5studios.net/themes/dashcore/blog-post.html" class="bold d-inline-flex align-items-center color-1 ml-3">Learn more <i class="pe pe-7s-angle-right"></i></a></p>
</div>
</section><!-- ./Integration API -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2 class="bold">What is Data Mining?</h2>
<p class="color-2">Data mining is the process of sorting through large data sets to identify patterns and establish relationships to solve problems through data analysis. Data mining tools allow enterprises to predict future trends.<br><br>
Data mining techniques are used in many research areas, including mathematics, cybernetics, genetics and marketing. While data mining techniques are a means to drive efficiencies and predict customer behavior, if used correctly, a business can set itself apart from its competition through the use of predictive analysis.
</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img style="width:100%; height:30%;" src="img/data-mining/main.png" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="img/data-mining/stages.jpg" class="img-responsive w-100" alt="Android & IOS">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>Benefits of data mining</h2>
<p class="color-2">In general, the benefits of data mining come from the ability to uncover hidden patterns and relationships in data that can be used to make predictions that impact businesses.<br><br>
Specific data mining benefits vary depending on the goal and the industry. Sales and marketing departments can mine customer data to improve lead conversion rates or to create one-to-one marketing campaigns. Data mining information on historical sales patterns and customer behaviors can be used to build prediction models for future sales, new products and services.<br><br>
Companies in the financial industry use data mining tools to build risk models and detect fraud. The manufacturing industry uses data mining tools to improve product safety, identify quality issues, manage the supply chain and improve operations.
<br><br>
</div>
</div>
</div>
</main>
<?php include("./includes/footer1.php"); ?>