Please enable JavaScript.
Coggle requires JavaScript to display documents.
AI Methods - Coggle Diagram
AI Methods
heuristics
helps making decisions
quickly
provides careful thinking about a problem
doesn't solve the problem completely
only simplifies it.
applied to simplify a difficult decision
make human-like decisions.
Can catch viruses
by doing a check for typical feature
expert system
algorithm
represents the knowledge of an expert
copy the decision that an expert would make
proces data using if structure
you can use it when a person isn't available
it could be wrong
Decisions Tree
it can become a programm
branch of the tree became an if-else structure
useful
find answer to a question.
draw
shows possibles decisions
following branches of the tree
machine learning
advantages
Don't need to tell the computer how to solve the problem
will work out its own solution
uses
Diagnosing illnesses
Weather forecasting
don’t need an algorithm,
has to learn how to solve it from itself