5 Key Technologies of Machine Vision and Their Common Applications

5 Key Technologies of Machine Vision and Their Common Applications

Click the blue text Follow us Shanghai Civil Engineering Society “ Computer vision refers to the process of enabling machines to simulate human vision through visual information such as digital images or videos, achieving understanding, recognition, classification, tracking, and reconstruction of objects. It is a branch of artificial intelligence that involves multiple fields including image … Read more

VanillaNet: A Simplistic Neural Network Achieving 83% Accuracy

VanillaNet: A Simplistic Neural Network Achieving 83% Accuracy

Machine Heart Column Machine Heart Editorial Team Is a more complex deep learning model architecture always better? Over the past few decades, artificial neural networks have made significant progress, thanks to the idea that increasing the complexity of the network can enhance performance. Since AlexNet sparked the deep learning craze in computer vision, researchers have … Read more

KNN Learning for Image Classification and Principles

KNN Learning for Image Classification and Principles

Click the above“Beginner’s Visual Learning” to selectStar or “Top” Heavyweight content delivered promptly Introduction The KNN algorithm, or K-Nearest Neighbors algorithm, is a type of supervised learning algorithm that essentially finds the K instances closest to a given test sample A among the provided training samples, and then counts the most frequent class among these … Read more

Why Deep Learning Has Not Replaced Traditional Computer Vision Techniques

Why Deep Learning Has Not Replaced Traditional Computer Vision Techniques

Click the above “Beginner’s Guide to Vision” to choose to add “Star” or “Pin“ Important information delivered promptly The author believes that deep learning is just a tool for computer vision, not a panacea. Do not use it just because it is popular. Traditional computer vision techniques can still shine, and understanding them can save … Read more

Four Fundamental Tasks of Computer Vision

Four Fundamental Tasks of Computer Vision

Click on the above “Beginner’s Guide to Vision“, choose to add “Star” or “Top“ Important content delivered at the first time Reprinted from: Author | Zhang Hao Source | Zhihu(https://zhuanlan.zhihu.com/p/31727402) Introduction:Deep learning has become one of the fastest-growing and most exciting fields of machine learning. Many significant papers have been published, and there are many … Read more

Image Classification Network SE_ResNeXt Using PaddleFluid and TensorFlow

Image Classification Network SE_ResNeXt Using PaddleFluid and TensorFlow

Originally from PaperWeekly Column Introduction:Paddle Fluid allows users to execute programs similarly to PyTorch and Tensorflow Eager Execution. In these systems, the concept of a model no longer exists, and applications no longer contain a symbolic description for the Operator graph or a series of layers, but instead describe the training or prediction process like … Read more

Image Classification with Few-Shot Learning Using PyTorch

Image Classification with Few-Shot Learning Using PyTorch

Click on the above “Beginner Learning Vision” to select “Star” or “Top” Important content delivered first Author: Aryan Jadon Source: DeepHub IMBA Editor: Extreme City Platform Guide to Extreme City This article briefly summarizes four methods of few-shot learning image classification algorithms and implements a simple classification model using PyTorch, along with operational code. In … Read more

Understanding Applications of Deep Learning in Computer Vision

Understanding Applications of Deep Learning in Computer Vision

Source: New Machine Vision Originally from: Chengmai Technology Abstract: This article mainly introduces the five major technologies in computer vision, which are image classification, object detection, object tracking, semantic segmentation, and instance segmentation. Each technology is given a basic concept and corresponding typical methods, making it simple and easy to read. Computer vision is one … Read more

Cactus Image Classification Based on Convolutional Neural Networks (CNN)

Cactus Image Classification Based on Convolutional Neural Networks (CNN)

Click the top“Beginner Learning Vision” to select “Star” or “Top” Heavyweight content delivered at the first time Today our goal is to build a classifier that classifies images as “cactus” or “non-cactus”. 01. Dataset This classification problem is one of the Kaggle challenges. The goal is to build a classifier that classifies images as “cactus” … Read more

Understanding Convolutional Networks with PyTorch

Understanding Convolutional Networks with PyTorch

In today's era, machines have successfully achieved 99% accuracy in understanding and recognizing features and objects in images. We see this every day – smartphones can recognize faces in the camera; the ability to search for specific photos using Google Image Search; scanning text from barcodes or books. All of this is made possible by … Read more