Re: Expert systems in forth

Liste des GroupesRevenir à cl forth 
Sujet : Re: Expert systems in forth
De : melahi_ahmed (at) *nospam* yahoo.fr (ahmed)
Groupes : comp.lang.forth
Date : 05. Jan 2025, 19:47:16
Autres entêtes
Organisation : novaBBS
Message-ID : <1c76eaab75419f96604d381080aeb9f3@www.novabbs.com>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Rocksolid Light
On Sun, 5 Jan 2025 17:31:10 +0000, Anton Ertl wrote:

Or, more generally, negative rules.  Then there would be:
>
  bird :- feathers .;
  not bird :- not feathers .;
I'll see how  to do that if possible (I mean 'not' in the goal fact).

I am referring to your rule
>
  bird        :- wings , lay-eggs .;
>
So if you have established that the animal has wings AND lays eggs
(and is not extinct), it's a bird.  With the negative rules one could
also specify
>
  not bird :- not wings .;
  not bird :- not lay-eggs .;
>
Your are right (Logically true), but for the moment I haven't 'not' in
the goal facts.

Until now, I assume: no equivalent to unknown.
Three level logic: yes/no/unknown (true/false/unknown)can be
implemented.
Perhaps, Carnaugh tables can be helpful.
>
Strangely, even though there are a lot of people working on logic in
my school, I have never heard of any work in that direction.  But I
would be very surprised if that was uncharted land.
>
I meant multi-valued logic (three-valued logic).
and when I said Carnaugh tables, I was referring to the possibility to
consider unknown as yes or no given the situation (in the inference
process) but this is a two-valued logic. Perhaps, I was just confused.

- anton
Ahmed
--

Date Sujet#  Auteur
4 Jan 25 * Expert systems in forth20ahmed
4 Jan 25 `* Re: Expert systems in forth19ahmed
4 Jan 25  `* Re: Expert systems in forth18ahmed
4 Jan 25   `* Re: Expert systems in forth17minforth
4 Jan 25    +* Re: Expert systems in forth6ahmed
5 Jan 25    i`* Re: Expert systems in forth5mhx
5 Jan 25    i `* Re: Expert systems in forth4ahmed
6 Jan 25    i  `* Re: Expert systems in forth3mhx
7 Jan 25    i   `* Re: Expert systems in forth2dxf
7 Jan 25    i    `- Re: Expert systems in forth1ahmed
5 Jan 25    `* Re: Expert systems in forth10Anton Ertl
5 Jan 25     `* Re: Expert systems in forth9ahmed
5 Jan 25      `* Re: Expert systems in forth8Anton Ertl
5 Jan 25       +* Re: Expert systems in forth3ahmed
5 Jan 25       i`* Re: Expert systems in forth2Anton Ertl
5 Jan 25       i `- Re: Expert systems in forth1ahmed
5 Jan 25       `* Re: Expert systems in forth4albert
5 Jan 25        +* Re: Expert systems in forth2ahmed
6 Jan 25        i`- Re: Expert systems in forth1ahmed
6 Jan 25        `- Re: Expert systems in forth1dxf

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal