You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: glossary.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,10 +122,14 @@ It is a type of cognitive bias which makes people focus on the first piece of in
122
122
123
123
## And-Elimination
124
124
125
+
In propositional logic, conjunction elimination (also called and elimination, ∧ elimination, or simplification0 is a valid immediate inference, argument form and rule of inference which makes the inference that, if the conjunction A and B is true, then A is true, and B is true. The rule makes it possible to shorten longer proofs by deriving one of the conjuncts of a conjunction on a line by itself.
126
+
125
127
## AND-parallelism
126
128
127
129
## angelic nondeterminism
128
130
131
+
A notional ability always to choose the most favorable option, in constant time. With angelic non-determinism, any problem in NP would be solvable in polynomial time.
132
+
129
133
## angelic semantics
130
134
131
135
## answer literal
@@ -157,8 +161,14 @@ In logic, mathematics, and computer science, the arity of a function or operatio
157
161
Artificial life (often abbreviated ALife or A-Life) is a field of study wherein researchers examine systems related to natural life, its processes, and its evolution, through the use of simulations with computer models, robotics, and biochemistry.
158
162
159
163
## ascending-bid
164
+
165
+
Bidders place bids of progressively higher amounts, aiming to outbid each other. The bidder who places the highest bid by the end of the auction wins.
166
+
160
167
## Asilomar Principles
168
+
The Asilomar Conference on Beneficial AI was a conference organized by the Future of Life Institute, held January 5-8, 2017, at the Asilomar Conference Grounds in California. More than 100 thought leaders and researches in economics, law, ethics, and philosophy met at the conference, to address and formulate principles of beneficial AI. Its outcome was the creation of a set of guidelines for AI research – the 23 Asilomar AI Principles.
169
+
161
170
## assignment
171
+
162
172
## associative memory
163
173
164
174
In terms of Psychology, it is the type of memory which allows us to remember things by finding links between, apparently, unrelated things. To explain with an example; remembering someones' name by the dress they wore the first time you met them. Clearly, these two things seem completely unrelated.
@@ -168,20 +178,35 @@ In terms of Psychology, it is the type of memory which allows us to remember thi
168
178
It is a Mathematical method of describing limiting behavior by using an input bound function, which means that the algorithm would run in constant time if no output was given, as the rest of the factors contributing to the computation are constant.
169
179
170
180
## asymptotic bounded optimality
181
+
171
182
## ATMS
183
+
184
+
Assumption-Based Truth Maintenance System (ATMS) allows to maintain and reason with a number of simultaneous, possibly incompatible, current sets of assumption.
185
+
172
186
## atom
187
+
188
+
An atom is the smallest constituent unit of ordinary matter that has the properties of a chemical element.
189
+
173
190
## atomic representation
191
+
174
192
## atomic sentence
193
+
175
194
## attribute-based extraction
195
+
176
196
## augmented grammar
197
+
198
+
Any grammar whose productions are augmented with conditions expressed using features.
199
+
177
200
## authority
201
+
178
202
## automatic assembly sequencing
179
203
180
204
## autonomy
181
205
182
206
It is the character of being independent and self-governing in vital as well as non-vital situaltions.
183
207
184
208
## average reward
209
+
185
210
## axiom
186
211
187
212
In Mathematics or logics, an axiom is a statement or a proposition which is assumed to be true to serve as a starting point for further arguments and reasoning. Example of an axiom: “Nothing can both be and not be at the same time and in the same respect”.
0 commit comments