-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
49 lines (47 loc) · 1.79 KB
/
portfolio.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
---
layout: port
permalink: /portfolio/
tags: portfolio
---
<ul id="rig">
<li>
<a class="rig-cell" href="#">
<img class="rig-img" src="../images/1.jpg">
<span class="rig-overlay"></span>
<span class="rig-text">
<h3>Data science</h3>
<p>Discover knowledge and mining insights from data to resolve context-specific business problems such as predictive maintenance, churn prediction, demand forecasting, etc.</p>
</span>
</a>
</li>
<li>
<a class="rig-cell" href="#">
<img class="rig-img" src="../images/2.jpg">
<span class="rig-overlay"></span>
<span class="rig-text">
<h3>Python/R</h3>
<p>Wrangle, clean, and manipulate structured and unstructured data, create and deploy machine learning model, distributed and parallel computation with Microsoft and open source technologies.</p>
</span>
</a>
</li>
<li>
<a class="rig-cell" href="#">
<img class="rig-img" src="../images/3.jpg">
<span class="rig-overlay"></span>
<span class="rig-text">
<h3>Machine learning</h3>
<p>Create standalone machine learning model, ensemble of models, deep learning model, etc., for applications of predictive analysis, natural language processing, image classification, etc.</p>
</span>
</a>
</li>
<li>
<a class="rig-cell" href="#">
<img class="rig-img" src="../images/4.jpg">
<span class="rig-overlay"></span>
<span class="rig-text">
<h3>Cloud computing</h3>
<p>Process data science and machine learning analytics elastically and economically on cloud computing resources with Microsoft Azure cloud platform. </p>
</span>
</a>
</li>
</ul>