Ninad IngaleforTechnophile Holmes Articlestechnophileholmes.hashnode.net·Sep 22, 2022Lobe:- Microsoft's Simplified Image Classification Application“Machine intelligence is the last invention that humanity will ever need to make.” -- Nick Bostrom https://youtu.be/Mdcw3Sb98DA The world that we exist in has indeed undergone technological change. From the devices in our wallets and homes to the c...Discuss·20 likes·93 readstechnology
Afolabi Mahmood OlalekanforAfb's Blogafb.hashnode.net·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·115 readsimage classification
Alain Victor Ramirez MartinezforAlain's Blogalainramirez.hashnode.net·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·99 readsTensorFlow
Daniel ErranteforDaniel Errante's Blogdanoph.hashnode.net·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.3K readsai
Afolabi Mahmood OlalekanforAfb's Blogafb.hashnode.net·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·115 readsimage classification
Sudhanshu WaniforSudhanshu Wanitechblog01.hashnode.net·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...DiscussDeep Learning
Ankita Shahforthreads.hashnode.net·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·39 readsimage classification
Harpreet SahotaforThe Deep Learning Channelharpreetsahota.hashnode.net·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...DiscussDeep Learning
Mathias Winther Madsenfortoday I learnedtodayilearned.hashnode.net·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·26 readsComputer Vision
Subhrokomol Dasforsubhro's_storysubhrokomol.hashnode.net·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·48 readsimage classification
Alain Victor Ramirez MartinezforAlain's Blogalainramirez.hashnode.net·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·99 readsTensorFlow
Lawal Abdul-Azeez AdemolaforVueSeerabdul-azeez.hashnode.net·Oct 24, 2022Transfer learning with fine tuning:Classification of remote sensing images with ResNet18Introduction Over the years, remote sensing (RS) images have played an important role in a large diversity of applications, and thus, have attracted remarkable research attentions. As a result of this, several datasets have been developed to advance ...Discuss·59 readsRemote Sensing
Lawal Abdul-Azeez AdemolaforVueSeerabdul-azeez.hashnode.net·Oct 21, 2022Comparison of the accuracy of VGG16 and ResNet50 for image classificationIntroduction There are several convolutional neural network (CNN) architectures developed for image classification tasks. The first CNN architecture, LENET was developed in 1999, and was trained on MNIST dataset for handwritten digit recognition. Ove...Discuss·33 readsData Science