-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapreproc.php
177 lines (164 loc) · 7.2 KB
/
datapreproc.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?php include('header.php') ?>
<!-- Container (Section) -->
<div id="about" class="container-fluid">
<div class="row">
<div class="col-sm-8">
<h2>Machine Learning</h2><br>
<h4>Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves</h4><br>
<!-- <p>It is the field of study that gives computers the capability to learn without being explicitly programmed. ML is one of the most exciting technologies that one would have ever come across. As it is evident from the name, it gives the computer that which makes it more similar to humans: The ability to learn. Machine learning is actively being used today, perhaps in many more places than one would expect.</p> -->
<!-- <br><button class="btn btn-default btn-lg">Get Started</button> -->
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-signal logo slideanim"></span>
</div>
</div>
</div>
<div class="container-fluid bg-grey">
<div class="row">
<div class="col-sm-4">
<span class="glyphicon glyphicon-duplicate logo slideanim"></span>
</div>
<div class="col-sm-8">
<h4><strong>IMPORTANCE:</strong> <p>It is the field of study that gives computers the capability to learn without being explicitly programmed. ML is one of the most exciting technologies that one would have ever come across. As it is evident from the name, it gives the computer that which makes it more similar to humans: The ability to learn. Machine learning is actively being used today, perhaps in many more places than one would expect.</p></h4><br>
</div>
</div>
</div>
<!-- Container (Section) -->
<div id="services" class="container-fluid text-center">
<h2>IN DEPTH</h2>
<h4>Machine Learning</h4>
<br>
<div class="row slideanim">
<div class="col-sm-4">
<span class="glyphicon glyphicon-off logo-small"></span>
<h4>DATA PREPROCESSING</h4>
<p>First and important step</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-ok logo-small"></span>
<h4>REGRESSION</h4>
<p>Numerical Predictive Analysis</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-th-large logo-small"></span>
<h4>CLASSIFICATION</h4>
<p>Categorical Predictive Analysis</p>
</div>
</div>
<br><br>
<div class="row slideanim">
<div class="col-sm-4">
<span class="glyphicon glyphicon-barcode logo-small"></span>
<h4>CLUSTERING</h4>
<p>Unsupervised Predictive Ananlysis</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-certificate logo-small"></span>
<h4>NEURAL NETWORKS</h4>
<p>Advanced computing systems similar to the brain</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-wrench logo-small"></span>
<h4 style="color:#303030;">DIMENSIONALITY REDUCTION</h4>
<p>Increasing efficiency everytime</p>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide text-center" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<h4>Data Preprocessing is a technique that is used to convert the raw data into a clean data set. In other words, whenever the data is gathered from different sources it is collected in raw format which is not feasible for the analysis.<br></h4>
</div>
<div class="item">
<h4>When our data is comprised of attributes with varying scales, many machine learning algorithms can benefit from rescaling the attributes to all have the same scale.<br></h4>
</div>
<div class="item">
<h4>Rescaling is useful for optimization algorithms in used in the core of machine learning algorithms.<br></h4>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Container (Section) -->
<div id="pricing" class="container-fluid">
<div class="text-center">
<h2>Let's Get Started</h2>
<h4>Choose a section that you want to start with</h4>
</div>
<div class="row slideanim">
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Tutorials</h1>
</div>
<div class="panel-footer">
<h3>Learn</h3>
<h4>Learn about differnet algorithms in ML</h4>
<button class="btn btn-lg"><a href="regression.php">Go to Regression!</a></button>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Quiz</h1>
</div>
<div class="panel-footer">
<h3>Evaluate</h3>
<h4>Understand how well you know your concepts</h4>
<?php if(isset($_SESSION['name'])){echo '<button class="btn btn-lg"><a href="Classification_Quiz.php">Take quiz!</a></button>';}
else{echo "<button class='btn btn-lg'>Please ".'<a href="/tutscorner/login.php">'.'login'.'</a>'." to take the quiz.</button>";} ?>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Scoreboard</h1>
</div>
<div class="panel-footer">
<h3>Measure</h3>
<h4>Look where you stand out against your peers</h4>
<button class="btn btn-lg"><a href="Scoreboard.php">Scoreboard</a></button>
</div>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
</script>
<?php include('footer.php') ?>