Knowledge base Backward chaining inference engine

By PATTA

AI

in an era where everything is AI. I myself am one of the users, but deep inside I want to create my own AI to use myself. Therefore had the opportunity to try creating a simple AI by using existing data to make inferences.

This is the AI Expert System regarding medicine. that uses the Backward chaining inference engine to make decisions based on available information And there are also connections to external LLM Model services. To be used for asking and answering questions about general matters that do not have information on the Expert System.

Then we have connected this system to a chatbot like Line. When we receive an event from Webhooks, we will inference the information and return the answer to our users.

However, this system still requires a lot of expert input. So that the system has enough information to be able to answer questions comprehensively.

Tags :