ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,405 results

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

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

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

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

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

vlogize
Transforming a General Tree into a List with Prolog

Discover how to convert a general tree structure into a list in Prolog with this comprehensive guide. Simplified explanations, code ...

2:05
Transforming a General Tree into a List with Prolog

1 view

9 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

vlogize
Understanding the    Operator in Prolog Programming

Discover what the ` ` operator represents in Prolog programming, particularly in Turbo Prolog. Learn its different uses and ...

0:49
Understanding the Operator in Prolog Programming

13 views

11 months ago

blogize
Does p(X), p(x,X), and p(x,_) Unify in Prolog?

Exploring how the Prolog unification mechanism works with terms p(X), p(x,X), and p(x,_). --- Understanding Unification in Prolog ...

1:20
Does p(X), p(x,X), and p(x,_) Unify in Prolog?

5 views

10 months ago

Next LVL Programming
What Is Logic In Computer Science? - Next LVL Programming

What Is Logic In Computer Science? In this informative video, we will break down the essential role of logic in computer science.

2:48
What Is Logic In Computer Science? - Next LVL Programming

59 views

10 months ago

Next LVL Programming
How Does Prolog Syntax Compare To Other Languages? - Next LVL Programming

How Does Prolog Syntax Compare To Other Languages? In this informative video, we'll dive into the unique aspects of Prolog ...

3:02
How Does Prolog Syntax Compare To Other Languages? - Next LVL Programming

8 views

4 months ago

vlogize
Understanding the OR Logic in GNU Prolog: A Simple Example Explained

Explore how to navigate simple GNU Prolog queries involving the `or` logic through clear examples and explanations, ensuring ...

1:54
Understanding the OR Logic in GNU Prolog: A Simple Example Explained

0 views

6 months ago

vlogommentary
Implementing Prolog's Logic Programming in Python for Machine Learning Projects

Explore how to integrate Prolog's logic programming principles into Python, tailored for machine learning applications.

3:42
Implementing Prolog's Logic Programming in Python for Machine Learning Projects

157 views

11 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

VLR Training
About Mercury programming Language

About Mercury programming Language #MercuryLanguage #LogicProgramming #FunctionalProgramming #DeclarativeProgramming ...

0:49
About Mercury programming Language

184 views

5 months ago

Next LVL Programming
What Are The Best Resources For Learning Logic Programming? - Next LVL Programming

What Are The Best Resources For Learning Logic Programming? Are you interested in the fascinating world of logic programming ...

3:16
What Are The Best Resources For Learning Logic Programming? - Next LVL Programming

3 views

5 months 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

GitHub Daily Trend AI Podcast
GitHub - bobschrag/clolog: Full-featured logic programming (AKA "Prolog") embedded in/callable fr...

https://github.com/bobschrag/clolog Full-featured logic programming (AKA "Prolog") embedded in/callable from and supporting ...

3:36
GitHub - bobschrag/clolog: Full-featured logic programming (AKA "Prolog") embedded in/callable fr...

52 views

8 months ago

vlogize
Generating Multiples of a Number in Prolog

Learn how to create a Prolog function for generating multiples of a number using a simple algorithm. We cover common pitfalls ...

1:36
Generating Multiples of a Number in Prolog

1 view

6 months ago

TutoGenix
Prolog Tutorial 02 -Creating a Knowledgebase in Prolog

Welcome to TutoGenix! In this tutorial, you'll learn how to create a knowledge base in Prolog step by step. This is an essential ...

2:18
Prolog Tutorial 02 -Creating a Knowledgebase in Prolog

121 views

9 months ago

VLR Training
About Prolog programming Language

About Prolog programming Language Prolog (PROgramming in LOGic) is a high-level, general-purpose logic programming language ...

0:51
About Prolog programming Language

318 views

4 months ago

vlogize
Creating a Prolog Program to Identify First Order Logic Terms

Learn how to develop a Prolog program that effectively identifies constants, variables, and functions in first order logic through ...

2:16
Creating a Prolog Program to Identify First Order Logic Terms

9 views

8 months ago

vlogize
How Many Times Does Prolog Backtrack for the Goal p(a, g(Y))?

Discover the intricacies of how Prolog handles backtracking to find solutions for the goal p(a, g(Y)). Learn how logic programming ...

1:18
How Many Times Does Prolog Backtrack for the Goal p(a, g(Y))?

3 views

11 months ago

vlogize
Understanding the + Symbol in Prolog Programming

Explore the significance of the `+` symbol in Prolog programming, including its role and meaning of \+ in Prolog language ...

1:30
Understanding the + Symbol in Prolog Programming

3 views

11 months ago