-
Notifications
You must be signed in to change notification settings - Fork 4
/
ml.html
83 lines (70 loc) · 4.27 KB
/
ml.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Tesseract 5.0 , the technical extravaganza of IEEE SB SJCET, Palai is jam packed with fun, creativity along with innovations.The flagship event marks another enduring milestone in relishing the path of being the Outstanding Student Branch and keeps the same word with you all.The event marks a new threshold for everything you ever aspire for in an event.Expand your horizons of knowledge to widen your perspective and think outside the Tesseract with tech-talks, inspiring sessions and innovative workshops by eminent personalities.The name itself shows the complexity of how vibrant the event would turn out to be which could never be comprehended by a 3D perspective.Knowledge awaits you here..!!!" />
<meta name="keywords" content="Tesseract 5.0, Tesseract, SJCET Palai,IEEE Student Branch SJCET, IEEE SB SJCET, SJCET,Kottyam, IEEE Link,IEEE Kochi Hub, tesseract, tesseract 5.0, IEEE Kerala SEction" />
<meta name="author" content="Rithin Jose Justin Johny Rajat Mathew" />
<!-- Title -->
<title>Machine Learning</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<link rel="stylesheet" href="./css/style.css">
<style>
body{
background-color: #07132c;
}
</style>
</head>
<body>
<header class="header-area" >
<div class="classy-nav-container breakpoint-off" >
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="conferNav">
<!-- Logo -->
<a class="nav-brand" href="./index.html"><img src="./img/core-img/logo.png" style="height: 70px;" alt=""></a>
</nav>
</div>
</div>
</header>
<section class="about-us-countdown-area section-padding-100-0" >
<div class="container">
<div class="row align-items-center">
<!-- About Content -->
<div class="col-12 col-md-6">
<div class="about-content-text mb-80">
<h6 class="wow fadeInUp" data-wow-delay="300ms">Workshop</h6>
<h3 class="wow fadeInUp" data-wow-delay="300ms">Machine Learning</h3>
<p class="wow fadeInUp" data-wow-delay="300ms">Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to perform a specific task without using explicit instructions, relying on patterns and inference instead. It is seen as a subset of artificial intelligence. Machine learning algorithms build a mathematical model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to perform the task. Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or infeasible to develop a conventional algorithm for effectively performing the task.</p>
</div>
</div>
<!-- About Thumb -->
<div class="col-12 col-md-6">
<div class="about-thumb mb-80 wow fadeInUp" data-wow-delay="300ms">
<img src="img/bg-img/ml.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<script src="particles.js"></script>
<script src="js/jquery.min.js"></script>
<!-- Popper -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins -->
<script src="js/confer.bundle.js"></script>
<!-- Active -->
<script src="js/default-assets/active.js"></script>
<script src="./js/particles.js"></script>
<script src="./js/default-assets/app.js"></script>
</body>
</html>