Driver Drowsiness Detection
Hi guys,How are you? I hope you guys are fine and missing my blogs so much.. Hah!!
This time I coming with a new topic mostly based on Image processing and ComputerVision technologies. Its sounds little bit different than previous blog, isn’t it? In this blog, we address a drowsy driver alert system that has been …
What is GAN’s? Generative Adversarial Networks GAN’s are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator learns to create images that look real, while a discriminator learns to tell real images apart from fakes. Case: …
Lets continue the part-1 ^_^ ;).., We already know that what GAN’s are and why they are used. Well, not really. GANs belong to implicit learning methods. In explicit learning models, the model learns its weights directly from the data. whereas in implicit learning, the model learns without the data directly …