Please enable JavaScript.
Coggle requires JavaScript to display documents.
Artificial intelligence, AI (Projects (games (examples (deepmind …
Artificial intelligence, AI
What ?
definition
Lynne Parker
Artificial intelligence refers to "a broad set of methods, algorithms and technologies that make software 'smart' in a way that may seem human-like to an outside observer," said Lynne Parker
-
-
-
-
-
machine learning
-
-
-
learning model
lerning methods
supervised
Data is labeled and comes in pairs (input, output)=(x, y). We need to find a mapping f(x) = y
-
-
-
-
how lear model?
learning steps
train
-
problem
overfitting :red_cross:
- 2 more items...
test
We train the model on the train set, use this model to obtain predictions on the test set, and then compute the accuracy
the accuracy
- 1 more item...
-
-
prediction
during prediction, the model is presented only data instance x as input ⇒ generates y as output
-
-
-
artificial neural networks, ANN
#
types
-
-
-
diff learning method
Supervised
-
Percepton
-
temelji na matematičkom modelu McCulloch-Pittsa, poboljšao ga je Frank Rosenblatt
Multilayer percepton, MLP (Višeslojni percepton )
-
-
-
-
About
What ?
Umjetna neuronska mreža (engl. artificial neural networks, ANN) čini cjelinu međusobno povezanih čvorova čije veze možemo prilagođavati prema skupu podataka za učenje.Paradigma temeljena na biološkoj neuronskoj mreži ili mozgu znatno je pojednostavljena jer se nemogu programirati fenomeni koji posjeduje živčani sustav. Moć obrade podataka nalazi se u vezama između pojedinih procesnih jedinica.
zadaci koje rješava
-
-
-
raspoznavanje uzoraka, obrada slika, govora, simulacija
-
glavna sastavnica
Node, Process unit (Umjetni neuron, procesna jedinica ili čvor)
-
-
faze izrade NN :
- faza učenja ili treniranja
-
-
-
podjela prikupljenih podataka u podskupove #
(according to ACM)
banches of AI
-
-
-
-
-
-
-
Expert systems
chatbots
About
an AI software that can simulate a conversation (or chat) with a user in natural language through messaging applications, websites, mobile apps or through the telephone
-
-
-
-
-
Reverse tuning test
Completely Automated Public Turing Test to Tell Computers and Humans Apart, CAPTCHA
-
-
tool
fuzzy logic
about
-
Fuzzy interence system, FIS (Fuzzy sustav za zaključivanje)
model
-
-
fuzzy baza podataka
povezana sa :
dio za zaključivanje # ( Agregacija)
više modela :
- 2 more items...
-
Agregacija
- 2 more items...
defazifikacija
suprotan fazifikaciji,
- 1 more item...
dobiva se koeficijent
- 1 more item...
fazifikacija
prvi korak, tansformiranje crisp ulaznih parametara u fuzzy ulazne parametre
- 1 more item...
je sustav za računanje koji raspolaže s više koncepata znanja, a to su :
-
-
-
deep learning
linear algebra
matrices
WHAT ?
2D array of numbers, , so each element is identified by two indices instead of just one
-
vectors
About
what?
is an array of numbers, numbers are arranged in order
-
-
-
-
-
Accociation of computing Machinery, ACM #
-
-
-