-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.html
100 lines (88 loc) · 3.53 KB
/
skill.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Portfolio of Ryo Matsui</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/photo.png" alt="" /></a>
<h1><strong>松井 諒生</strong></h1>
<h1><strong>Ryo Matsui</strong></h1>
Graduate Student at Tokyo Tech<br />
Industrial Engineering and Economics<br />
Nakata Lab. M1<br />
matsui.r.ae at m.titech.ac.jp<br />
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h3 id="-スキル">◆ スキル</h3>
<h4 id="プログラミング言語">プログラミング言語</h4>
<ul>
<li>Python: 3年半</li>
<li>R:1年</li>
<li>javascript:1年</li>
</ul>
<h4 id="機械学習ビッグデータ">機械学習・ビッグデータ</h4>
<ul>
<li>scikit-learn</li>
<li>LigntGBM</li>
<li>Keras</li>
<li>Tensorflow</li>
<li>PySpark</li>
<li>Pandas</li>
</ul>
<h4 id="web">Web</h4>
<ul>
<li>Nginx</li>
<li>MySQL</li>
<li>Apatch</li>
</ul>
<h4 id="その他">その他</h4>
<ul>
<li>Linux</li>
<li>AWS</li>
<li>Docker / Docker-compose</li>
<li>VSCode</li>
</ul>
<div style="text-align: right">
<a href="./index.html" class="button"><span style="color: #999999;">ホームへ</span></a>
</div>
</section>
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/YCGDuRQ3Eva6v2I" class="icon brands fa-twitter"><span
class="label">Twitter</span></a></li>
<li><a href="https://github.com/hand10ryo" class="icon brands fa-github"><span
class="label">Github</span></a></li>
<li><a href="https://www.slideshare.net/MatsuiRyo/presentations"
class="icon brands fa-slideshare"><span class="label">slideshare</span></a></li>
<li><a href="https://qiita.com/hand10ryo" class="icon brands icon-qiita"><span
class="label">Qiita</span></a></li>
</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>