Rajil TL

Rajil TL is a SenseCentral contributor focused on tech, apps, tools, and product-building insights. He writes practical content for creators, founders, and learners—covering workflows, software strategies, and real-world implementation tips. His style is direct, structured, and action-oriented, often turning complex ideas into step-by-step guidance. He’s passionate about building useful digital products and sharing what works.

2861 Articles

Inferential Knowledge

Represent knowledge as formal logic: All dogs have tails  : dog(x)  hasatail(x) Advantages: A set of strict…

Rajil TL

Approaches to Knowledge Representation

Simple relational knowledge The simplest way of storing facts is to use…

Rajil TL

Knowledge Representation

What to Represent? Let us first consider what kinds of knowledge might…

Rajil TL

Means-Ends Analysis

Allows both backward and forward searching.This means we could solve major parts…

Rajil TL

And-Or Graphs

Useful for certain problems where The solution involves decomposing the problem into…

Rajil TL

Heuristic Search

A heuristic is a method that might not always find the best solutionbut is guaranteed…

Rajil TL

Problems and Search

Problem solving involves: problem definition -- detailed specifications of inputs and what…

Rajil TL

Frames

Frames can also be regarded as an extension to Semantic nets. Indeed…

Rajil TL

Why use this data structure?

It enables attribute values to be retrieved quicklyassertions are indexed by the…

Rajil TL

Extending Semantic Nets

Here we will consider some extensions to Semantic nets that overcome a…

Rajil TL