MYCIN
MYCIN
MYCIN
INTRODUCTION
MYCIN was an early expert system developed over five or six years in the early
1970s at Stanford University. It was written in Lisp as the doctoral dissertation of
Edward Shortliffe under the direction of Bruce Buchanan, Stanley N. Cohen and
others. This expert system was designed to diagnose and recommend treatment for
certain blood infections. It was also used to identify bacteria causing severe
infections, such as bacteremia and meningitis, and to recommend antibiotics, with
the dosage adjusted for patient's body weight — the name derived from the
antibiotics themselves, as many antibiotics have the suffix "-mycin".
PRACTICAL USE
MYCIN was never actually used in practice. This wasn't because of any weakness in
its performance. As mentioned, in tests it outperformed members of the Stanford
medical school faculty. Some observers raised ethical and legal issues related to the
use of computers in medicine — if a program gives the wrong diagnosis or
recommends the wrong therapy, who should be held responsible? However, the
greatest problem, and the reason that MYCIN was not used in routine practice, was
the state of technologies for system integration, especially at the time it was
developed. MYCIN was a stand-alone system that required a user to enter all
relevant information about a patient by typing in response to questions that MYCIN
would pose. The program ran on a large time-shared system, available over the
early Internet, before personal computers were developed. In the modern era, such
a system would be integrated with medical record systems, would extract answers
to questions from patient databases, and would be much less dependent on
physician entry of information. In the 1970s, a session with MYCIN could easily
consume 30 minutes or more—an unrealistic time commitment for a busy clinician.
Mycin represented its knowledge as a set of IF-THEN rules with certainty factors.
The following is an English version of one of Mycin's rules:
The 0.7 is roughly the certainty that the conclusion will be true given the evidence.
If the evidence is uncertain the certainties of the bits of evidence will be combined
with the certainty of the rule to give the certainty of the conclusion.
Mycin was written in Lisp, and its rules are formally represented as Lisp
expressions. The action part of the rule could just be a conclusion about the
problem being solved, or it could be an arbitrary lisp expression. This allowed great
flexibility, but removed some of the modularity and clarity of rule-based systems, so
using the facility had to be used with care.
CASE STUDY:
Sex: FEMALE
Age: 27