mahmood razzimahmoodrazzimy.hashnode.dev·Aug 20, 2023Machine Learning - ClassificationThis example showcases how you can use a pre-trained model called MobileNet -- a machine learning model trained to recognize the content of certain images -- in ml5.js. The example aims to highlight a general pattern for how ml5.js projects are setup...Discussimage classification
Akankshaakankshaaa.hashnode.dev·May 29, 2023Understanding Convolutional Neural Networks: Unleashing the Power of Visual Data AnalysisIntroduction CNN also known as Convolutional Neural Network is a deep learning model that specializes in pattern recognition. The automated feature extraction makes CNNs highly suited for and accurate for computer vision tasks such as object/image cl...Discuss·10 likes·72 readsMachine Learning
Daniel Erranteblog.danoph.com·Mar 8, 2023Create an Image Tagger App with React.js and AI in Just a Few Simple Steps!In this tutorial, we'll create a simple application that enables users to upload an image using a React.js form and display image tags using AI. We'll be using Next.js with TailwindCSS since it's straightforward to set up for both the front-end HTML ...Discuss·1.4K readsAI
Afolabi Mahmood Olalekanafb.hashnode.dev·Mar 3, 2023How to Download Bulk Images Using Bing Image DownloaderIntroduction Bing image downloader is an open-source Python library created by Guru Prasad Singh. It makes it easy to download bulk Bing images without the stress of downloading them one by one. According to Pypi.org, the library uses async Url which...Discuss·14 likes·803 readsimage classification
Sudhanshu Wanitechblog01.hashnode.dev·Jan 24, 2023An Overview of Deep Learning for Image ClassificationImage classification is an area of computer vision focused on assigning labels to images based on their content. This is an important task for various applications such as B. Image search, object detection, and scene detection. Recent advances in d...Discuss·72 readsDeep Learning
Ankita Shahthreads.hashnode.dev·Jan 23, 2023"Creating a Simple Image Classification Model"Introduction: In this blog post, we will be covering the process of creating a simple image classification model. Image classification is a common problem in the field of computer vision and has a wide range of applications such as object recognition...Discuss·41 readsimage classification
Harpreet Sahotaharpreetsahota.hashnode.dev·Jan 14, 2023The ResNet Revolution: How One Paper Improved Deep LearningIn December 2015, a paper was published that rocked the deep learning world. This paper is one of the most influential in deep learning. It's been cited over 110,000 times. The name of this paper is Deep Residual Learning for Image Recognition (the R...Discuss·41 readsDeep Learning
Mathias Winther Madsentodayilearned.hashnode.dev·Jan 13, 2023A 96% Accurate OCR System from 1959Here's an interesting idea: instead of measuring the similarity of two black and white images by counting the number of identical pixels, group the pixels randomly into pairs and count the number of identical pairs. Once you have defined this altern...Discuss·38 readsComputer Vision
Subhrokomol Dassubhrokomol.hashnode.dev·Jan 3, 2023Reaching New Heights with Image Classification and Deep Learning!Image classification and deep learning are two powerful tools that can help you reach new heights in data science. By combining these two technologies, you can create powerful and accurate models that can solve complex problems. In this blog, we’ll d...Discuss·61 readsimage classification
Alain Victor Ramirez Martinezblog.alainramirez.com·Dec 12, 2022How to implement a custom classification application with Tensorflow JavascriptToday, I want to share with you my experience working a simple classification model with Tensorflow Javascript (TFJS). First, ¿What is TFJS? Tensorflow.org defines TensorFlow. js as a JavaScript library for training and deploying machine learning mod...Discuss·2 likes·145 readsTensorFlow