Classify Image as cat or Dog using ANN
Classify Images as Cat or Dog By: Roy Date: 06-Dec-2021 In this guide, I’ll walk you through the steps to create a machine learning model that can classify images as either a cat, a dog, or neither. We’ll also build an application that uses this model to make predictions. Prerequisites Before we begin, ensure you …. Read More
Ex-fat in Linux and OpenWrt
Ex-fat in Linux and OpenWrt Author : Roy Subhajeet INTRODUCTION exFAT (Extensible File Allocation Table) is a file system introduced by Microsoft in 2006 and optimized for flash memory such as USB flash drives and .. exFAT is proprietary, and Microsoft owns patents on several elements of its design. Companies can integrate exFAT into a specific group of consumer devices, including cameras, camcorders, and digital photo frames …. Read More
Understanding Caffe
Caffe is a framework for Developing deep neural networks based applications . The framework can be used for training a network or using the trained network for predicting or recognizing data .developed and maintained by Berkley AI Research (BAIR) Note : Caffe is open source and documentation is less compared to other frameworks like tensor …. Read More