-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeep learning.html
27 lines (25 loc) Β· 1.39 KB
/
deep learning.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Deep 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>DEEP LEARNING</h1>
<h3><p>Deep learning is part of a broader family of machine learning methods based on artificial neural networks with representation learning. Learning can be supervised, semi-supervised or unsupervised. Click the below buttons to know more information about Deep 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/1rwdvw1HpzM0LAnDfigdUwCGdKY3r0e-u/view?usp=sharing"> DL 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/1iY_8pjJQtrQ8cTNUERNh2g9loYk4F_s1/view?usp=sharing">DL 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/12iJS2mMkoSNHX90vjFRn0da5MAyGbvcP/view?usp=sharing">DL SOURCE 03 PDF</a></div>
</section>
</body>
</html>