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

Object detection for self-driving cars – Part 2

Defining the Model Instead of building the model from scratch, we will…

Rajil TL

Object detection for self-driving cars – Part 1

Data Preprocessing Before, we get into building the various components of the…

Rajil TL

Natural Language Processing

·         Natural Language Processing (NLP) is the branch of  Artificial Intelligence and Computational Linguistics…

Rajil TL

Reasoning Under Uncertainty in AI

·         In a reasoning system, there are several types of uncertainty. ·         Reasoning under…

Rajil TL

First Order Logic

·         The prepositional logic only deals with the facts, that may be true…

Rajil TL

Logic Representation

Facts are the general statements that may be either True or False.…

Rajil TL

What is Knowledge Representation?

·         Artificial intelligence is a system that is concerned with the study of understanding,…

Rajil TL

Heuristics Search & Game Playing in AI

What is Heuristic? ·         The word heuristic is derived from the Greek word heuriskein, which means…

Rajil TL

What is TensorBoard

Tensorboard is the interface used to visualize the graph and other tools…

Rajil TL

Creating operator

Some Useful TensorFlow operators You know how to create a tensor with…

Rajil TL