Network and Graphical Model
Hello Everybody, Today we'll learn about network and graphical model. so let's start. Graph is basically study of the relationships. modern graph networks are loosely inspired by human brain. [draw diagram] in the human brain also we have Neurons and one neuron is connected to other neuron through dendrite. similarly in graphs also we have similar network but here we call it as node and multiple nodes connected to each other through edge. [show in existing diagram] if we are creating the graph for social networks then each node represents person and edge represents friendship or connection. similarly if we are creating for maps then node represents city or place and edge represents connecting road. But why do we study the Graph and networks? whole facebook recommendation system depends on graph. If I want to advertise some product or If I want to find an influencer who can advertise my product facebook can easily find node who is the most influential by using some graph tec...