Making A Gender Classifier with more than 95% Accuracy

  To know about inception architecture -  https://datasciencebasicsblog.wordpress.com/computer-vision-with-deep-learning-architectures/ Hey,I am going to tell you how to make an accurate gender classifier and good thing about this is once you learn how to make this you can use this for classification of any thing not only genders but we will talk for genders now: 1.As all … Continue reading Making A Gender Classifier with more than 95% Accuracy

Computer Vision with deep learning architectures

Intro to Convolutional Neural Networks Convolutional neural networks (CNNs) are the current state-of-the-art model architecture for image classification tasks. CNNs apply a series of filters to the raw pixel data of an image to extract and learn higher-level features, which the model can then use for classification. CNNs contains three components: Convolutional layers, which apply … Continue reading Computer Vision with deep learning architectures