ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,885 results

HuwsTube
It’s the Language of AI – So Why Doesn’t AI Use Prolog?

prolog #ai #swi-prolog Artificial Intelligence is all over the place these days. Prolog was supposed to be the language that would ...

10:47
It’s the Language of AI – So Why Doesn’t AI Use Prolog?

7,047 views

8 months ago

chamomille
The Hidden Evolution of Prolog in Logic Programming

Explore the unique journey of Prolog and its impact on logic programming, AI, and natural language processing. #Prolog ...

0:48
The Hidden Evolution of Prolog in Logic Programming

521 views

6 months ago

Science Club
Prolog 101: Dive into Logic Programming!

Unlock the power of logic programming with our introductory video, "Prolog 101: Dive into Logic Programming!" Discover how ...

10:46
Prolog 101: Dive into Logic Programming!

322 views

10 months ago

دِماغ مبرمِج
Logic Programming | المراجعه النهائيـه

تعالي نرجع زمن الثانيويه الجميل السبوره اللي اتشرحت: ...

2:04:36
Logic Programming | المراجعه النهائيـه

5,411 views

7 months ago

dijital dream
🔍🤖 How AI Thinks Using Prolog – Logic in Action! 🧠

Discover “ How AI Thinks Using Prolog: Logic in Action! ” and explore how AI applies logic programming to solve complex ...

1:59
🔍🤖 How AI Thinks Using Prolog – Logic in Action! 🧠

575 views

5 months ago

Emerging Tech Insider
What Makes Prolog A Logic Programming Language? - Emerging Tech Insider

What Makes Prolog A Logic Programming Language? In this informative video, we will dive into the fascinating world of Prolog, ...

3:36
What Makes Prolog A Logic Programming Language? - Emerging Tech Insider

28 views

4 months ago

Tomas Petricek
TinyProlog 5.1 - How logic programming works

Prolog is based on the logic programming paradigm, which is very different from the functional and imperative paradigms that ...

24:47
TinyProlog 5.1 - How logic programming works

609 views

1 month ago

PIU - INNOVATION HUB
Prolog Programming Basics, Facts, Rules and Queries Syntax, Code, Examples and Implementation

New to Prolog? This beginner-friendly video breaks down the basics of logic programming in a simple and practical way.

5:08
Prolog Programming Basics, Facts, Rules and Queries Syntax, Code, Examples and Implementation

420 views

6 months ago

Engineering Academics
4 16 Prolog logic programming

4 16 Prolog logic programming.

16:00
4 16 Prolog logic programming

66 views

11 months ago

logiclayers lab
Learn Prolog in 5 Minutes – Run Your First File (Beginner Tutorial)

Learn how to run your first Prolog program in SWI-Prolog! In this beginner-friendly tutorial, we cover: How to create a simple ...

8:22
Learn Prolog in 5 Minutes – Run Your First File (Beginner Tutorial)

117 views

2 months ago

Mary Kelly
Introduction to Prolog

A brief introduction to the Prolog programming language and the logical programming paradigm.

17:44
Introduction to Prolog

27 views

1 month ago

ThoughtLab
Logic Programming and Rule-Based AI

The source provides an overview of logic programming as an alternative approach to artificial intelligence that is distinct from ...

6:07
Logic Programming and Rule-Based AI

48 views

3 months ago

a bit of intelligence
Clarity and Logic in Prolog: A 2-minute “assert” &  “retract” primer

What does it mean to think clearly in a language? A short primer on how Prolog can update its internal “memory” using the ...

2:45
Clarity and Logic in Prolog: A 2-minute “assert” & “retract” primer

166 views

6 months ago

G. Network
Prolog Tutorial: Solving the Australia Map Coloring Problem with CSP

Learn how to solve the Australia Map Coloring Problem in Prolog! 🗺️ In this video, we use Constraint Satisfaction Problem ...

46:31
Prolog Tutorial: Solving the Australia Map Coloring Problem with CSP

80 views

3 months ago

Mona Nasery
Prolog Tutorial 1: Basics and Fundamentals, York University

This video introduces the fundamentals of Prolog, a logic programming language widely used in artificial intelligence. The tutorial ...

1:05:35
Prolog Tutorial 1: Basics and Fundamentals, York University

2,135 views

10 months ago

Next LVL Programming
Is Prolog A Functional Programming Language? - Next LVL Programming

Is Prolog A Functional Programming Language? Have you ever wondered about the nature of Prolog and its role in programming ...

2:26
Is Prolog A Functional Programming Language? - Next LVL Programming

20 views

10 months ago

vlogize
Converting Criminal Incidents into Prolog Facts: A Guide to Programming Logic

Learn how to effectively convert real-world scenarios into Prolog facts. In this post, we break down the process of creating logical ...

1:30
Converting Criminal Incidents into Prolog Facts: A Guide to Programming Logic

30 views

8 months ago

Tech·WHYS
Logic Programming 101: Beginner’s Guide Explained

Logic Programming Intro Discover the basics of logic programming in this easy-to-follow beginner's guide! Learn how logic ...

2:25
Logic Programming 101: Beginner’s Guide Explained

17 views

6 months ago

Techie_Wick
Prolog ( 2025 ) - The AI Language That Thinks in Logic- Uses Facts & Rules, Not Code!

Tired of `if-then-else` and `for` loops? What if you could program by simply telling the computer... facts and rules? Welcome to the ...

6:55
Prolog ( 2025 ) - The AI Language That Thinks in Logic- Uses Facts & Rules, Not Code!

101 views

1 month ago

vlogize
Understanding the Cut in Prolog: Its Role in Performance and Logic

Explore the significance of the `cut` operator in Prolog programming, specifically at the base case of recursive functions.

1:41
Understanding the Cut in Prolog: Its Role in Performance and Logic

2 views

8 months ago

Tomas Petricek
TinyProlog 5.2 - Structure, unification, resolution

How do we implement the core logic of the TinyProlog program execution? To understand this, we need to look at a bit of theory.

20:33
TinyProlog 5.2 - Structure, unification, resolution

158 views

1 month ago

The Power of Prolog
Describing Domino Tilings with Prolog

CLP(B), Constraint Logic Programming over Boolean variables, lets us compactly describe exact cover problems such as finding ...

51:52
Describing Domino Tilings with Prolog

1,574 views

11 months ago

ACM SIGPLAN
[PADL'25] On Bridging Prolog and Python to Enhance an Inductive Logic Programming System

On Bridging Prolog and Python to Enhance an Inductive Logic Programming System (Video, 27th International Symposium on ...

28:04
[PADL'25] On Bridging Prolog and Python to Enhance an Inductive Logic Programming System

46 views

7 months ago

Well-Typed
The Haskell Unfolder Episode 42: logic programming with typedKanren

Functional programming is programming with mathematical functions, mapping inputs to outputs. By contrast, logic ...

41:56
The Haskell Unfolder Episode 42: logic programming with typedKanren

1,206 views

Streamed 8 months ago

vlogize
Understanding Why Your Prolog Program Doesn’t Terminate: A Deep Dive into Logic Programming

Discover the reasons behind your Prolog program's non-termination and learn how to effectively handle logical queries while ...

1:46
Understanding Why Your Prolog Program Doesn’t Terminate: A Deep Dive into Logic Programming

8 views

9 months ago