Image Classification using Deep Learning & PyTorch: A Case Study with Flower Image Data
Author(s): Avishek Nag Originally published on Towards AI. Classifying Flower images using Convolutional Deep Neural Network with PyTorch library Photo by Krystina rogers on Unsplash Classifying image data is one of the very popular usages of Deep Learning techniques. In this article, …
Introduction to Computer Vision
Author(s): Vijay Vignesh Originally published on Towards AI. Source: Titima Ongkantong/Shutterstock Computer vision (CV) is a field of computer science that focuses on enabling computers to understand and interpret visual data from images or video. It basically tries to replicate human vision …
Step-3: Designing the CNN model architecture
Author(s): Abhinav Bandaru Originally published on Towards AI. Hand Cricket Simulation Using CNN and OpenCV I have been wanting to work on this for a long time. Growing up, Hand Cricket was one of my favorite games and I feel like this …
Image Classification with Neural Network
Author(s): Mugunthan Originally published on Towards AI. Deep Learning A feedforward neural network is an artificial neural network wherein connections between the nodes do not form a cycle. As such, it is different from its descendant: recurrent neural networks. The feedforward neural …
Using a CNN to Classify Age Groups
Author(s): Atiar Rahman Originally published on Towards AI. Diving Into my First Convolutional Neural Network U+007C Towards AI Having recently learned about convolutional neural networks, I wanted to build my own. Initially, I wanted to be able to get a personβs age …