-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmachine learning.html
More file actions
27 lines (25 loc) Β· 1.51 KB
/
machine learning.html
File metadata and controls
27 lines (25 loc) Β· 1.51 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Machine Learning | Open source material</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css" >
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>MACHINE LEARNING</h1>
<h3><p>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. Click the below buttons to know more information about Machine Learning in source pdf.</p></h3>
</header>
<section class="one">
<div class="wrap"><a class="btn btn-danger btn-lg" href="https://drive.google.com/file/d/1SwuC8lY49LaCBts09jK14QPwoJ4U4qEa/view?usp=sharing"> ML SOURCE 01 PDF </a></div>
</section>
<section class="two">
<div class="wrap"><a class="btn btn-danger btn-lg btn-border" href="https://drive.google.com/file/d/1BhBHZAI0WG31p09ZGrZkhZVm5v53fqDH/view?usp=sharing">ML SOURCE 02 PDF </a></div>
</section>
<section class="three">
<div class="wrap"><a class="btn btn-danger btn-lg btn-round" href="https://drive.google.com/file/d/1ZoDp11H0aV97jfGz5LSYMIuKYsyjj_fO/view?usp=sharing">ML SOURCE 03 PDF</a></div>
</section>
</body>
</html>