23/08/2021
12. বিটকয়েন কি ? What is Bitcoin ? || Blockchain || How to start blockchain Bangla || FUll COURSE
https://youtu.be/_22Qc6pCaWE
#ব্লকচেইন
12. বিটকয়েন কি ? What is Bitcoin ? || Blockchain || How to start blockchain Bangla || FUll COURSE
#বিটকয়েন কি ? What is ? || || # to || FUll COURSEBitcoin is a cryptocurrency invented in 2008 by an unkno...
13/08/2021
11. ব্লকচেইন কত প্রকার ? || Types of Blockchain || Blockchain || How to start blockchain Bangla || FUll COURSE
https://youtu.be/UBLKigkzGvo
#ব্লকচেইন
11. ব্লকচেইন কত প্রকার ? || Types of Blockchain
Blockchain seems complicated, and it definitely can be, but its core concept is really quite simple. A blockchain is a type of database. To be able to unders...
08/07/2021
হ্যাশ কি? || What is Hash in the Blockchain? || Hashing & Digital Signature in The Blockchain? || How to start blockchain Bangla | FUll COURSE
https://youtu.be/6uKJ52TVMFE
#ব্লকচেইন
#হ্যাশ_কি?
#হ্যাশকি?
02/07/2021
ব্লকচেইন পরিচিতি || Introduction to Blockchain | How to start blockchain Bangla | FUll COURSE
https://youtu.be/lefiM-rzR9M
# DAPP
#ব্লকচেইন
11/05/2021
ব্যাক প্রপাগেশন ইন নিউরাল || BACK-PROPAGATION IN NEURAL NETWORK || -16
https://youtu.be/hkDh17bE89Y?list=PL9qn9k4eqGKS5uXge5mX6fEhdVaKmq-eR
#ব্যাক_প্রপাগেশন_ইন_নিউরাল
#ব্যাকপ্রপাগেশনইননিউরাল
ব্যাক প্রপাগেশন ইন নিউরাল || BACK-PROPAGATION IN NEURAL NETWORK || #Lecture-16
What is back-propagation?Back-propagation is just a way of propagating the total loss back into the neural network to know how much of the loss every node is...
08/05/2021
ডাইকস্ট্রা অ্যালগরিদম || Dijakstra algorithm || -12
https://youtu.be/a5fbbfrwGcE?list=PL9qn9k4eqGKS5uXge5mX6fEhdVaKmq-eR
#ডাইকস্ট্রাঅ্যালগরিদম
#ডাইকস্ট্রা #অ্যালগরিদম
ডাইকস্ট্রা অ্যালগরিদম || Dijakstra algorithm || #Lecture-12
What is Dijkstra’s algorithm?Dijkstra’s Algorithm allows you to calculate the shortest path between one node of your choosing and every other node in a graph...
07/05/2021
মিনি - ম্যাক্স অ্যালগরিদম || Mini-Max algorithm || -10
https://youtu.be/AqdGnMxzTfQ...
#মিনিম্যাক্স_অ্যালগরিদম
মিনি - ম্যাক্স অ্যালগরিদম || Mini-Max algorithm || #Lecture-10
What is Mini-Max algorithm?Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optim...
07/05/2021
আলফা বিটা প্রুনিং || alpha beta pruning || -11
https://youtu.be/ZSZiljVF2vQ?list=PL9qn9k4eqGKS5uXge5mX6fEhdVaKmq-eR
#আলফাবিটাপ্রুনিং
আলফা বিটা প্রুনিং || alpha beta pruning || #Lecture-11
When we execute the minimax algorithm, we face a problem which is – it explores all nodes and branches, which is time consuming. In a game, one player doesn’...
29/04/2021
এ* অ্যালগরিদম || A* algorithm || -9
https://youtu.be/xgUrq96XAcI...
্যালগরিদম
এ* অ্যালগরিদম || A* algorithm || #Lecture-9
What is A* algorithm?A* Search algorithm is one of the best and popular techniques used in path-finding and graph traversals.Informally speaking, A* Search a...
29/04/2021
ডেপ্ত -ফার্ট সার্চ || Depth – First Search || -8
https://youtu.be/I877v4m4dW8...
#ডেপ্ত_ফার্ট_সার্চ
27/04/2021
ব্রেথ ফার্ট সার্চ || Breadth – First Search || -7
https://youtu.be/ARFDI2GH9fI?list=PL9qn9k4eqGKS5uXge5mX6fEhdVaKmq-eR
#ব্রেথফার্টসার্চ
ব্রেথ ফার্ট সার্চ || Breadth – First Search || #Lecture-7
What is BFS?[ let’s assume , you want to go for a tour with your friends but don’t know the exact route to follow towards the destination. There, you can use...
27/04/2021
হিউরিস্টিক ইন এ আই || Heuristic in AI || -6
https://youtu.be/FjMSZGI9exg?list=PL9qn9k4eqGKS5uXge5mX6fEhdVaKmq-eR
#হিউরিস্টিকইনএআই
হিউরিস্টিক ইন এ আই || Heuristic in AI || #Lecture-6
What is a heuristic function ?When we do math, we assume a value like, let's cost=100, for profit loss math. It helps us to solve the problem easily.One form...