forked from czanalytics/czanalytics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·109 lines (85 loc) · 2.48 KB
/
index.html
File metadata and controls
executable file
·109 lines (85 loc) · 2.48 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
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
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>CZAnalytics</title>
<link rel="icon" type="image/png" href="favicon.png" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<py-env>
- matplotlib
</py-env>
<style>
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: white;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: darkblue;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: blue;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body style="margin: 25px 75px 25px 75px;">
<div class="container-fluid">
<!-- https://www.computerhope.com/htmcolor.htm#color-codes -->
<h2 style="border:5px; border-radius: 3px; padding:3px;background-color:silver; color:white">
CZAnalytics
</h2>
<p>
I'm self-employed data scientist & AI consultant,
and a trusted advisior for startups and some of the biggest global companies.
</p>
<p>
I've passion for data driven business and 20 years of experience from IT services, manufacturing, transportation,
green energy, oil & gas, paper & pulp, finance & gaming.
</p>
<br>
<h4>Services
</h4>
<p>
<ul>
<li>Consulting</li>
<li>Hands-on data science, AI</li>
<li>Digital innovation, R&D</li>
<li>Leadership</li>
</ul>
</p>
<br>
<h4>Technology
</h4>
<p>
<ul>
<li>Programming: Python</li>
<li>ML: scikit-learn</li>
<li>AutoML: TPOT</li>
<li>AI: PyTorch</li>
<li>API docerized: Flask, Eve, Celery</li>
<li>Cloud: Azure, Terraform</li>
<li>Databases: NoSQL, MongoDB</li>
<li>Scripting: PyScript, TypeScript, PureScript</li>
</ul>
</p>
<p style="border:5px; border-radius: 3px; padding:3px;background-color:silver; color:white">
<a href="https://www.linkedin.com/in/aatos">Aatos Heikkinen / LinkedIn</a>
</p>
</body>
</html>