-
Notifications
You must be signed in to change notification settings - Fork 1
/
angemark.html
188 lines (173 loc) · 6.23 KB
/
angemark.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="da" class="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="About The Liner Shipping Game " />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AngeMark</title>
<link
type="text/css"
rel="stylesheet"
href="styles/fonts.css"
media="screen"
/>
<link href="styles/material.cyan-deep_orange.min.css" rel="stylesheet" />
<link
rel="stylesheet"
href="styles/custom.css"
type="text/css"
media="screen"
/>
<link
rel="stylesheet"
href="styles/font-awesome.css"
type="text/css"
media="screen"
/>
<link rel="stylesheet" href="styles/w3.css" />
<style>
p.ex1 {
margin-left: 200px;
}
</style>
</head>
<body class="full-bg text-bg">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<script src="js/addheader.js"></script>
<script>
addHeader();
</script>
<main class="mdl-layout__content">
<div class="mdl-grid ">
<div
class="mdl-cell mdl-cell--12-col mdl-color-text--grey-800 article-section"
>
<div
class="article-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800"
>
<h1>AngeMark</h1>
<div class="w3-container">
<h2>How does it work?!</h2>
<img
src="images/audioangemark.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
AngeMark converts a mark into a sequence of sound units (or
phonemes) and compares it with the registered trademarks. It
also compares the relative distances of the different sounds.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It knows about classes!</h2>
<img
src="images/MKTU.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
AngeMark won’t bother you with results that are in different
classes except if they nearly identical to yours. ‘Expired’
and ‘Rejected’ trademarks are also available but you need to
ask for them.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It’s Free! and you can get it with your own TM data!</h2>
<p>
Yup, we are silly. Try it and if you need other sources than
US and EU trademarks, call us. We can add your sources of TM
and deploy at your location, on AWS, Google Cloud or Azure.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It looks good!</h2>
<img
src="images/AngeMarkWeb.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
Our front-end uses the same framework as Facebook. It will
work on your desktop and mobile device. When Facebook decide
to add a widget, our desktop will get it too without effort.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It has many rules</h2>
<img
src="images/rules.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
To calculate the similarity, AngeMark employs semantic-,
phonetic-, and syntactic-base rules. The rules are combined
into a Machine Learning model that detects and orders the
matches in decreasing order of similarity.
</p>
</div>
<hr />
<div class="w3-container">
<h2>Learns on the fly</h2>
<img
src="images/tensorflow1.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
Our model receives daily the rejected, contested, and accepted
trademarks. Using this information, it re-trains itself to
learn from its mistakes. It means that our model improves with
time.
</p>
</div>
<hr />
<div class="w3-container">
<h2>Fast and scalable</h2>
<p>
Thanks to Amazon elastic cloud, it scales without any need for
performance experts or IT specialists.
</p>
</div>
<hr />
<div class="w3-container">
<h2>Under the hood</h2>
<img
src="images/underthehood.jpg"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p class="ex1">
We use Tensorflow, Python, NLTK, Linear SVM, NoSql, React, and
Material-UI as engine. The fuel are the open source
dictionaries, the US- and EU-IPO, and all of the languages
models constructed by open source enthusiasts.
</p>
</div>
</div>
</div>
</div>
</main>
</div>
<script src="js/material.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/addfooter.js"></script>
<script>
addFooter();
addProductCards();
</script>
</body>
</html>