Machine learning for kid: I’d like to introduce machine learning for kids a free tool to help school children learn about artificial intelligence and machine learning by letting them make things with it. I’m going to share some projects that I’ve...
WNet WNet segmentation This is a tensorflow implementation of WNet segmentation for unsupervised image segmentation. The architecture in WNet segmentation for unsupervised image classification based on shape that can be rebuilt Original input images and predictions of the segmentation Maps without labeling information. W-Net architecture...
Graph Neural Network (GNN), has been gaining popularity in a variety of domains such as social network, knowledge graphs, recommender systems, and even life sciences. GNN’s ability to model dependencies between nodes within a graph has enabled breakthroughs in graph analysis research. This...
Multiclass classification is a technique in machine learning classification tasks that consists of more than two classes. In multiclass classification processes, the assigning of outcome or output is based on the class with the highest probability. This article is for image...
1. Introduction: Computer vision is an interdisciplinary scientific field that involves how to enable computers to obtain high-level understanding from digital images or videos. From an engineering perspective, it seeks to automate tasks that the human visual system can perform. Deep...
Convolutional Neural Network: CNN We will first build a CNN basic Model from Scratch with three convolutional layers, and max pooling to automatically extract features from our images and reduce the resolution of the output convolutional feature map. We assume that...
What is a Support Vector Machine? Machine learning is a subclass of artificial intelligence and data science, in which by the help of data and algorithm , we learned to improve accuracy like a human. Human brain is a like a...
Explainable Artificial Intelligence (XAI): Machine learning has seen dramatic success, which has led to an explosion of Artificial Intelligence applications. The promise of autonomous systems that perceive, learn, act, and decide for themselves is a constant promise. These systems are limited in their...