-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (119 loc) · 5.72 KB
/
index.html
File metadata and controls
130 lines (119 loc) · 5.72 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Syntropy - Advancing Machine Intelligence</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/26a1a0bdc4.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
</head>
<body>
<header class="hero gradient" id="hero">
<div class="hero-bg" id="c"></div>
<div class="page-width hero-inner">
<h1 class="logo">Syntropy</h1>
<p class="lede">advancing machine intelligence</p>
</div>
</header>
<main class="main offset-hero">
<div class="page-width">
<section class="content-section">
<div class="intro">
<p>We're building new machine learning algorithms that learn more like humans do. Our first product, <a href="http://juvo.syntropy.xyz">Juvo</a>, is a desktop assistant that watches how you use your computer, and automates your tedious and repetitive tasks.</p>
<a class="assistant-link" href="http://juvo.syntropy.xyz">Say hello to Juvo <i class="fa fa-chevron-right"></i></a>
</div>
</section>
<section class="content-section articles">
<div class="articles-inner">
<header>
<h2>Articles</h2>
</header>
<div>
<article class="article">
<header>
<h3 class="article-title"><a href="https://medium.com/syntropy-ai/syntropy-thesis-3443dd010d24" target="_blank">How can we make machines understand the world like humans do?</a></h3>
</header>
<div class="article-summary">
<p>We explain our mission, why deep learning won't get us there, and the principles that are guiding us as we work towards a solution. <a href="https://medium.com/syntropy-ai/syntropy-thesis-3443dd010d24" class="article-link" target="_blank">Read more</a></p>
</div>
</article>
<article class="article">
<header>
<h3 class="article-title"><a href="https://medium.com/syntropy-ai/unsupervised-learning-of-a-useful-hierarchy-of-visual-concepts-part-1-13ab0d4e21ec" target="_blank">Unsupervised learning of a useful hierarchy of visual concepts</a></h3>
</header>
<div class="article-summary">
<p>Humans learn about our visual world through experience, not labels. How can we get machines to do the same? <a href="https://medium.com/syntropy-ai/unsupervised-learning-of-a-useful-hierarchy-of-visual-concepts-part-1-13ab0d4e21ec" class="article-link" target="_blank">Read more</a></p>
</div>
</article>
<article class="article">
<header>
<h3 class="article-title"><a href="https://medium.com/syntropy-ai/how-do-humans-recognise-objects-from-different-angles-an-explanation-of-one-shot-learning-71887ab2e5b4" target="_blank">How do humans recognise objects from different angles? An explanation of one-shot learning.</a></h3>
</header>
<div class="article-summary">
<p>We explain how humans do one-shot learning, and how we can build a neural network that does the same. <a href="https://medium.com/syntropy-ai/how-do-humans-recognise-objects-from-different-angles-an-explanation-of-one-shot-learning-71887ab2e5b4" class="article-link" target="_blank">Read more</a></p>
</div>
</article>
</div>
</div>
</section>
<section class="content-section team">
<div class="team--members">
<div class="team-member">
<div class="team-member--img">
<img src="images/matt.jpg" alt="Matt Way">
</div>
<div class="team-member--body">
<h3 class="team-member--title">Matt Way</h3>
<p class="team-member--subtitle">
Founder
<span class="team-member--sep">//</span>
+61 421 089 383
<span class="team-member--sep">//</span>
<a target="_blank" href="mailto:matt@syntropy.xyz">Email</a>
</p>
<p class="team-member--social">
<a href="https://twitter.com/_MattWay" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/matt-way-aa79a9140/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/matt-way/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://stackoverflow.com/users/277697/matt-way?tab=profile" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div class="team-member">
<div class="team-member--img">
<img src="images/angus.jpg" alt="Angus Russell">
</div>
<div class="team-member--body">
<h3 class="team-member--title">Angus Russell</h3>
<p class="team-member--subtitle">
Founder
<span class="team-member--sep">//</span>
+61 448 326 877
<span class="team-member--sep">//</span>
<a target="_blank" href="mailto:angus@syntropy.xyz">Email</a>
</p>
<p class="team-member--social">
<a href="https://twitter.com/Angus_Russell" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/angusrussell89/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://angel.co/angus-russell" target="_blank"><i class="fa fa-angellist" aria-hidden="true"></i></a>
</p>
</div>
</div>
</div>
</section>
</div>
</main>
<footer>
<div class="page-width">
</div>
</footer>
<script src="js/libs/three.min.js"></script>
<script src="js/header.js"></script>
</body>
</html>