🔥 ZEN is a computational knowledge engine, which not only answers all the questions you throw at it but can also analyse images, extract text and provide detailed information. It can also solve mathematical problems and equations directly by uploading problem image.
Knowledge Base System - Ready for Drupal 8 - a wiki system, and a documentation management system designed to host massive amount of content in a structured and easy-to-find format. Vardoc helps you build a connected organization, product, or knowledge area to allow everyone involved to find the answers they seek, and contribute their expertise in the knowledge base. Built Using Varbase
Repository containing all code and data required to reproduce the experiments of 'A decision support system to follow up and diagnose chronic primary headache patients using semantically enriched data'
Implementation of knowledge base (KB) abilities for agents developed in SPADE (Smart Python Agent Development Environment). The finalised product should enable agents to cope with personal and global knowledge bases explicated using logical statements in various languages, or RDF/OWL files.
This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed on the prolog knowledge base. Then the query result is shown with some prefix and suffix as the answer.
This repo contains my first hands-on experience in developing a Recommendation engine using IBM Watson Studio dataset. The goal is to recommend the articles to the user using varius types of Recommendation engines that I studied while pursuing my Data Science Nanodegree from Udacity.