Convolutional Neural Network
Convolutional Neural Network
Let’s draw a picture of a house we as humans can easily identify it. However this is not the case of a
computer. That’s where we use CNN (recognizes pattern recognition)
A neural network consists of input hidden and output layer where the nodes are connected to each
other . CNN is a part of the neural network. Within these layers ae the filters(3*3 block) which
perform pattern recognition.
Object Detection for Weapon Detection: CNNs can detect dangerous objects like knives or guns
from images or live camera feeds. This can trigger an alert when a potential threat is identified.