A Z Computing
A Z Computing
  • 306
  • 2 394 258
Semantic Networks in Artificial Intelligence | Knowledge Representation
In this lecture the basics of semantic network in artificial intelligence has been covered. Semantic network for knowledge representation is an important technique that used in artificial intelligence. A semantic network, or frame network is a knowledge base that represents semantic relations between concepts in a network.
*****Playlist Links*****
🎉 Programming Fundamentals: czcams.com/play/PLIwjtbLyaFQ6Dh-nBWW4VXcQyPCeE0HyM.html
🎉 Design and Analysis of Algorithm: czcams.com/play/PLIwjtbLyaFQ6BUokRcw67NF1U3NdIDXoy.html
🎉 Artificial Intelligence: czcams.com/play/PLIwjtbLyaFQ6FlM2QKUt6O2tViHhWB0pH.html
🎉 Discrete Structures: czcams.com/play/PLIwjtbLyaFQ6EJ1p9SfCOIS5J5eLZB6yd.html
🎉 Operating Systems: czcams.com/play/PLIwjtbLyaFQ6x1e0wDxHISvpCuSZHt_Dj.html
🎉 Computer Networks: czcams.com/play/PLIwjtbLyaFQ47IY61KNel6BENjJw_kZZw.html
🎉 Computer Graphics: czcams.com/play/PLIwjtbLyaFQ7vXeZwpyrVWmJIvlfSVIYY.html
🎉 Cisco Packet Tracer: czcams.com/play/PLIwjtbLyaFQ4luTAbWgs2sLOtCR-J8cBf.html
🎉 Information Security: czcams.com/play/PLIwjtbLyaFQ6q4NtpZ3UTLYURR2BSn7IL.html
🎉 DBMS: czcams.com/play/PLIwjtbLyaFQ41pzH7IAGqwH72OBfekr7D.html
🎉 Theory of Automata: czcams.com/play/PLIwjtbLyaFQ6ps7mghUeG7ve11PSfArYm.html
🎉 Computing Tips & Tricks: czcams.com/play/PLIwjtbLyaFQ7ePQ62vIrrfdGbtS3NACcp.html
................................
#azcomputing #semantics #ai
zhlédnutí: 34

Video

Internal and External Fragmentation with Example | Contiguous memory Allocation
zhlédnutí 27Před dnem
In this tutorial the concept of internal and external fragmentation in operating system has been explained with help of simple example. It is very important to handle the issue of internal and external fragmentation in contiguous memory allocation. The difference between internal and external fragmentation can easily be understand with help of example that is explained in this lecture. This lec...
Predicate Logic | First Order Logic | Artificial Intelligence
zhlédnutí 34Před 21 dnem
In this lecture the concept of first order logic in knowledge representation and reasoning has been explained. ........................................... Propositional logic Lecture Link: czcams.com/video/r3zDm8zgMH8/video.html ............................................ Predicate logic is also known as first order logic. The concept of predicate logic in artificial intelligence plays an impo...
Variable Partitioning | First Fit, Best Fit, Worst Fit Memory Allocation | Memory Management
zhlédnutí 23Před měsícem
Contiguous memory allocation can be performed in two ways, one is fixed size partitioning and other is dynamic or variable size partitioning. ………………………………………………. Contiguous memory allocation lecture link: czcams.com/video/SiI3uvG_qjQ/video.html …………………………………………………. The algorithm used for variable size partitioning in contiguous memory allocation are known as first fit, best fit and worst fit. T...
Knowledge Representation in Artificial Intelligence | Propositional Logic | Solved Example
zhlédnutí 121Před měsícem
In this video tutorial we will learn about knowledge representation in artificial intelligence. The knowledge representation in artificial intelligence is an important concept in the field of artificial intelligence. It is also known as knowledge representation and reasoning. In this video the concept of knowledge representation in artificial intelligence in hindi and concept of knowledge repre...
Fixed Partitioning | First Fit, Best Fit, Worst Fit Memory Allocation | Memory Management
zhlédnutí 31Před měsícem
Contiguous memory allocation can be performed in two ways, one is fixed size partitioning and other is dynamic or variable size partitioning. ………………………………………………. Contiguous memory allocation lecture link: czcams.com/video/SiI3uvG_qjQ/video.html …………………………………………………. The algorithm used for fixed size partitioning in contiguous memory allocation are known as first fit, best fit and worst fit. The ...
Contiguous Memory Allocation | Fixed Size Partitioning | Variable Size Partitioning
zhlédnutí 51Před měsícem
Contiguous memory allocation is an important task in operating system. In contiguous memory allocation two main approaches are used for the allocation of memory. One is known as fixed size partitioning and other is known as variable size partitioning. In contiguous memory allocation, a sole contiguous segment of memory is assigned to execute the process. This video will guide you to learn about...
Deadlock Avoidance Banker's Algorithm | Deadlock Avoidance in Operating System
zhlédnutí 43Před měsícem
In this lecture bankers algorithm for deadlock avoidance has been explained. Banker’s algorithm in operating systems is an important deadlock avoidance algorithm. In this tutorial banker’s algorithm has been explained with help of example. The banker’s algorithm in os plays an important role in deadlock avoidance. The banker’s algorithm problem has been explained with help of simple example in ...
A* Search Algorithm in Artificial Intelligence | Informed Search in AI | with Simple Example
zhlédnutí 134Před 2 měsíci
A* or A star algorithm is an important searching algorithm in artificial intelligence. In this lecture the role of a* algorithm in ai has been explained with help of a very simple example. The concept of a star algorithm is very easy and simple. The role of a star algorithm in ai is important because of its heuristic nature. This video will also make you able to answer the questions like; What ...
Deadlock in Operating System | Necessary Condition for Deadlock
zhlédnutí 60Před 2 měsíci
Deadlock is a situation in which two or more system waiting for resource or resources that some other system have. ……………………………………….. What is deadlock: czcams.com/video/elO_tfbAYD8/video.html ………………………………………… Timestamp: 0:00 introduction 0:30 what is deadlock 1:23 deadlock conditions 2:15 example 3:28 mutual exclusion 4:58 hold and wait 5:58 non preemption 6:34 circular wait …………………………………………… On...
Minimax Algorithm in Artificial Intelligence: Game Playing with Example
zhlédnutí 147Před 2 měsíci
In this video lecture the basic concept of minimax algorithm in artificial intelligence has been explained. The minimax algorithm in artificial intelligence examples that has been discussed in this tutorial will surely make you able to understand the concept of minimax algorithm. The Minimax Algorithm is the SECRET WEAPON used by AI to dominate in games like chess, checkers, and even Tic-Tac-To...
What is Deadlock in Operating System? | Introduction of Deadlock in Operating System
zhlédnutí 43Před 2 měsíci
Have you ever been working on your computer when everything suddenly freezes? No matter how much you click or mash the keyboard, it's stuck? That, could be a deadlock. In this video you will learn the concept of deadlock in operating system, deadlock handling in operating system is a crucial task that our operating system performs. Although there are many approaches for deadlock prevention and ...
What is Supernetting? | How to Create Supernet | Solved Example
zhlédnutí 288Před 3 měsíci
In this video, we will explore the concept of supernetting, a powerful technique for simplifying network administration and improving routing efficiency. You will learn how to use Classless Inter-Domain Routing (CIDR) notation to combine multiple IP addresses into a single, more manageable block. This video is a Comprehensive Guide to Supernetting. The Supernetting in Network Layer is an import...
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
zhlédnutí 131Před 3 měsíci
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
zhlédnutí 130Před 3 měsíci
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
zhlédnutí 220Před 3 měsíci
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
zhlédnutí 160Před 3 měsíci
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
zhlédnutí 279Před 3 měsíci
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
Postorder Tree Traversal || Solved Examples
zhlédnutí 144Před 3 měsíci
Postorder Tree Traversal || Solved Examples
Inorder Tree Traversal || Solved Examples
zhlédnutí 148Před 3 měsíci
Inorder Tree Traversal || Solved Examples
Preorder Tree Traversal || Solved Examples
zhlédnutí 272Před 4 měsíci
Preorder Tree Traversal || Solved Examples
Cyclic Redundancy Check (CRC) for Error Detection with Example
zhlédnutí 134Před 4 měsíci
Cyclic Redundancy Check (CRC) for Error Detection with Example
Liang Barsky Line Clipping Algorithm with Example
zhlédnutí 2,2KPřed 5 měsíci
Liang Barsky Line Clipping Algorithm with Example
Unlocking the Power of Computing: Why Data Structures Matter | Part-2
zhlédnutí 66Před 7 měsíci
Unlocking the Power of Computing: Why Data Structures Matter | Part-2
Unlocking the Power of Computing: Why Data Structures Matter | Part-1
zhlédnutí 102Před 7 měsíci
Unlocking the Power of Computing: Why Data Structures Matter | Part-1
VLAN Configuration in Packet Tracer || Part 2
zhlédnutí 248Před 8 měsíci
VLAN Configuration in Packet Tracer || Part 2
Mastering VLAN Configuration Step by Step in Cisco Packet Tracer | VLAN Explained in Urdu & Hindi
zhlédnutí 218Před 8 měsíci
Mastering VLAN Configuration Step by Step in Cisco Packet Tracer | VLAN Explained in Urdu & Hindi
Mastering Cisco Router Security: Password Management || Router Configuration || Part 2
zhlédnutí 137Před 8 měsíci
Mastering Cisco Router Security: Password Management || Router Configuration || Part 2
Master Cisco Packet Tracer: Router Configuration Step by Step Guide || Part 1
zhlédnutí 225Před 8 měsíci
Master Cisco Packet Tracer: Router Configuration Step by Step Guide || Part 1
DNS Server Configuration in Cisco Packet Tracer
zhlédnutí 188Před 8 měsíci
DNS Server Configuration in Cisco Packet Tracer

Komentáře

  • @rayat5449
    @rayat5449 Před dnem

    Magnificent explanation 👍

  • @shahmeerhanif1118
    @shahmeerhanif1118 Před 6 dny

    Nice yr

  • @HL_SAIRA
    @HL_SAIRA Před 7 dny

    Best explanantion ever

  • @SaqibZaman-co5zx
    @SaqibZaman-co5zx Před 8 dny

    Love you sir ❤

  • @mohammedsahil2449
    @mohammedsahil2449 Před 8 dny

    Watching this video just ❤5 mins before exam 😅

  • @AimMalik-px4sk
    @AimMalik-px4sk Před 13 dny

    Binomial theorem ki vid bna dy

  • @bhoomikarawat12345
    @bhoomikarawat12345 Před 14 dny

    SIR .....MONOALPHABETIC CIPHER PR VIDEO NHI BNAYI KYA AAPNE??

  • @Premchand_Mahto07
    @Premchand_Mahto07 Před 15 dny

    If centre coordinate are given then what to do

  • @purnimatiwari6657
    @purnimatiwari6657 Před 15 dny

    Mind blowing sir thank you 😊

  • @AloneMind-w4n
    @AloneMind-w4n Před 16 dny

    Sir plz 🙏provide tha theory of automata lecture wise slide because programmolgy wla provide kr rha hn apki video un sa axhi hn lakin hma apki videos ka notes bnna prha gha unki bs hma video dykhni hn agr provide krda to helpful hogha 😢

    • @azcomputing
      @azcomputing Před 15 dny

      slides are available at given link azeecomputing.com/automata/

    • @AloneMind-w4n
      @AloneMind-w4n Před 15 dny

      @@azcomputing thanks a lot sir Allah pak give you more ❤️

    • @AloneMind-w4n
      @AloneMind-w4n Před 14 dny

      @@azcomputing Sir the pdf is not underline or highlights due to security reasons what did I do

  • @SarthakDeshmukh07
    @SarthakDeshmukh07 Před 19 dny

    Gta 😢

  • @SarthakDeshmukh07
    @SarthakDeshmukh07 Před 19 dny

    G😢

  • @mohammadmahtab1149
    @mohammadmahtab1149 Před 19 dny

    It's very helpful while the exam

  • @ArwaKhan-s3m
    @ArwaKhan-s3m Před 19 dny

    Very helpful 🙂🙂🙂🙂

  • @Babuubhaiii
    @Babuubhaiii Před 23 dny

    Worst explanation

  • @accountforentertainment9266

    This makes me love mathematics 😊🐥🩵🩵

  • @aboojani1887
    @aboojani1887 Před 23 dny

    سر اس میں آپ کہہ رہے ہیں کہ اگر ہم ڈیسکنکشن میں فائنل سٹیٹ تک پہنچتے ہیں تو وہ FA کوئی بھی سٹریمنگ accept کریگا ۔۔۔۔ is this correct statement? Any string?

  • @momnavideos6269
    @momnavideos6269 Před 24 dny

    Great🎉❤😊

  • @HassanSharif-o9b
    @HassanSharif-o9b Před 25 dny

    Thanks

  • @pakeezaarzoo5334
    @pakeezaarzoo5334 Před 26 dny

    Best

  • @talhaliaqat9344
    @talhaliaqat9344 Před 26 dny

    nice explanation

  • @user-su5zr1ww8v
    @user-su5zr1ww8v Před 27 dny

    Thank you

  • @SamratDeuba
    @SamratDeuba Před 28 dny

    It's the best video on this most of the CZcamsr have skipped so it's difficult to understand Keep making this tye of vdo

  • @arpitanamdeo3458
    @arpitanamdeo3458 Před měsícem

    Aaj daa ka exam h 2 ghante bad

    • @rana0101
      @rana0101 Před měsícem

      To chle fir ab exam dene? 😂

  • @crazyrv5258
    @crazyrv5258 Před měsícem

    Watching in 2 hours before exam😮

  • @mabtc4235
    @mabtc4235 Před měsícem

    Thankyou sir ji mainu to smjh aa gya

  • @NehaKumari-rw8dp
    @NehaKumari-rw8dp Před měsícem

    finally samajh aa gaya thankyou sir.

  • @ExpertFact49
    @ExpertFact49 Před měsícem

    Note:- Np hard-optimization problem use. Np complete -decision making use.

  • @virusrizwanyt52
    @virusrizwanyt52 Před měsícem

    d statement ma sir smallest net profit puch ha sir to wo false ni hu ga ???

  • @virusrizwanyt52
    @virusrizwanyt52 Před měsícem

    sir if we add R statement then how can we solve p,q,r ????

  • @Kashifa.sk51214
    @Kashifa.sk51214 Před měsícem

    JZAK ALLAH SIR

  • @mamirkhattak8495
    @mamirkhattak8495 Před měsícem

    Asymmetric algorithm use two keys public and private but the public key is also use the same person it means his public key no world public key same person public key

  • @areebagulbahar228
    @areebagulbahar228 Před měsícem

    Sir captio main caption main ceiling ke spelling glt likhe hain apko ceiling ky spelling hi nhi aty to smhjaye gy kese 🥴

  • @k.s_gaming999
    @k.s_gaming999 Před měsícem

    Thank

  • @Akworld4554
    @Akworld4554 Před měsícem

    Very easy

  • @IqraMalik-nf3oz
    @IqraMalik-nf3oz Před měsícem

    Indirect proof and proof by contradiction ma kia difference hy?

  • @QamarMqamar-op5pv
    @QamarMqamar-op5pv Před měsícem

    Good

  • @zees5309
    @zees5309 Před měsícem

    Well explained Azee Mamo Jis jis ko mery mamo ki video achi lagi wo like kry ~Fatima Ali❤

  • @muqaddushussain2135
    @muqaddushussain2135 Před měsícem

    well done

  • @syedshah3040
    @syedshah3040 Před měsícem

    kamal sir bht acha samjaya apna

  • @afrazhussain3778
    @afrazhussain3778 Před měsícem

    sir can you please make toa videos related to cgf, pda, turning machines examples

    • @azcomputing
      @azcomputing Před měsícem

      the videos of cfg,pda, turing machines are available in given play list: czcams.com/play/PLIwjtbLyaFQ6ps7mghUeG7ve11PSfArYm.html

  • @UjjwalSharma.861
    @UjjwalSharma.861 Před měsícem

    Thanks

  • @UjjwalSharma.861
    @UjjwalSharma.861 Před měsícem

    Thank you so much ❤

  • @brenotanquista9543
    @brenotanquista9543 Před měsícem

    STOP SPEAKING HINDI I SPEAK ENGLISH

  • @kashifmahmood-jc8kp
    @kashifmahmood-jc8kp Před měsícem

    Love the ways of teaching❤

  • @wrriorza77
    @wrriorza77 Před měsícem

    Kamal ho ap sir❣️

  • @afrazhussain3778
    @afrazhussain3778 Před měsícem

    sir please make some turning machines as examples

  • @daneshali4282
    @daneshali4282 Před měsícem

    Very good explanation on youtube. keep it up

  • @aryanbataviya9953
    @aryanbataviya9953 Před měsícem

    intersection I/J mai Kya likhne ka..??🤔🤔I or J