-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (46 loc) · 2.69 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
48
<!DOCTYPE html>
<html lang="el">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>Machine Learning</title>
<link rel="canonical" href="https://ai.scify.org/courses/decision-trees/"/>
<meta name="title" content="Θαλής - Εισαγωγή στα δένδρα απόφασης">
<meta name="description"
content="Ας μάθουμε στο Θαλή να ξεχωρίζει μήλα από πόρτοκάλια! Εισαγωγή στα δένδρα απόφασης.">
<meta property="og:title" content="Θαλής - Εισαγωγή στα δένδρα απόφασης"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://ai.scify.org/courses/decision-trees/"/>
<link rel="shortcut icon" href="robot-hi.png" type="image/png">
<meta property="og:image" content="https://ai.scify.org/courses/decision-trees/robot-hi.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:description"
content="Ας μάθουμε στο Θαλή να ξεχωρίζει μήλα από πόρτοκάλια! Εισαγωγή στα δένδρα απόφασης."/>
<meta property="og:locale" content="el-GR"/>
<meta property="og:site_name" content="decision-trees"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@SciFY_org"/>
<meta property="twitter:description"
content="Ας μάθουμε στο Θαλή να ξεχωρίζει μήλα από πόρτοκάλια! Εισαγωγή στα δένδρα απόφασης."/>
<meta name="twitter:image" content="https://ai.scify.org/courses/decision-trees/robot_square.jpg">
<meta property="twitter:image:alt"
content="Ας μάθουμε στο Θαλή να ξεχωρίζει μήλα από πόρτοκάλια! Εισαγωγή στα δένδρα απόφασης."/>
<meta property="twitter:site" content="@SciFY_org"/>
<meta property="twitter:title"
content="Θαλής - Εισαγωγή στα δένδρα απόφασης"/>
<meta name="keywords"
content="ai, machine-learning, decision-trees, ml, artificial-intelligence">
<meta name="language" content="el-GR">
<script type="module" src="/src/main.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but Machine-Learning-JS doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>