Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webbapplikationer i Prolog

Webbapplikationer i Prolog

Madeleine Malmsten

December 07, 2018
Tweet

More Decks by Madeleine Malmsten

Other Decks in Programming

Transcript

  1. Semantisk slutledningsmotor (inference engine) Logiska regler -> Kunskapsbas -> Ny

    information "Classic Artificial Intelligence” Vad är Prolog?
  2. 1 2 3 4 5 6 7 8 Returneras! 2

    1 coffee(1, 1, 1, afternoon) Ratio kaffe/ vatten Extra kaffe Veckodag Tid på dygnet coffee(1, 2, 1, morning) time_of_day(morning) time_of_day(0) day_of_week(1) day_of_week(0) coffee(0.5, 1, 0, evening) Backtracking