1

Does anyone know any good (and recent) resources for designing expert systems?

DeveloperInToronto
  • 1,173
  • 2
  • 14
  • 32

2 Answers2

1

As far as I know, there is not much recent development in expert systems. This book is a classic (last edition is from 2004).

Rhangaun
  • 1,430
  • 2
  • 15
  • 34
  • Yes, I was looking for a resource and most of the resources were from 90's. and I really had no idea which one is better. This one seems recent enough. Thanks. – DeveloperInToronto Aug 24 '11 at 15:09
0

we are taking an Expert systems course in our college and we are using this book :

and using Clips Language for programming expert systems the book is pretty Good and discussing Modern topics ( see the latest version ) and it introduces well the parts related to fuzzy logic and neural networks which is related to ExpertSystems .

i recommend starting exploration from the internet and the book for some time then start knowing the science from the book and implement using the CLIPS language

Hady Elsahar
  • 2,121
  • 4
  • 29
  • 47
  • I'm not aware of any recent published texts dealing specifically with expert systems but papers are still being published so you probably want to occasionally do a literature search in arxiv or other sources. Basically since around 2010 (really a bit before) symbolic problem solving systems became deprecated in favor of connectionist systems. If you do a literature search be aware that some 1/4-1/3 or so of most papers cover basic material before presenting their innovations and architecture. – Kirt Undercoffer Jan 31 '21 at 08:13