-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<style>
.jumbotron {
background-image: url("https://github.com/Anhmike/anhmike.github.io/blob/master/bsi.png");
}
</style>
<body>
<div class="jumbotron jumbotron-fluid">
<div class="container" >
<img src="https://github.com/Anhmike/anhmike.github.io/blob/master/bsi.png" class="rounded" alt="BrainStation">
<h1>Mike Pham Portfolio Page</h1>
<p>I am Data Scientist.
I am working on product analytic and product data science related to product recommendation.
</p>
</div>
</div>
<div class="container">
<p>Machine Learning Techniques for Recommmendation</p>
<p></p>
<h1>Supervised Models</h1>
<p> Logistic Regression Model
SVD Collaborative Filter Model
</p>
<h1>Unsupervised Models</h1>
<p>
Apriori Model
</p>
</div>
</body>
</html>