Successful Deployment of Deep Learning Gait Recognition Algorithm on Allwinner V853 Platform

Successful Deployment of Deep Learning Gait Recognition Algorithm on Allwinner V853 Platform

Student Xin Zhe from the research group successfully ported the deep learning gait recognition algorithm GaitSet to the Allwinner V853 development board as part of his undergraduate thesis titled “Research on Gait Recognition Based on Embedded Systems”. This study was tested on the CASIA-B dataset, achieving a gait recognition accuracy of 94.9% under normal walking … Read more

Successful Deployment of Deep Learning Gait Recognition Algorithm on Allwinner V853 Platform

Successful Deployment of Deep Learning Gait Recognition Algorithm on Allwinner V853 Platform

Xinzhe Xin from the Communication Research Group at Beijing Institute of Technology successfully ported the deep learning gait recognition algorithm GaitSet to the Allwinner V853 development board as part of his undergraduate thesis titled “Research on Gait Recognition Based on Embedded Systems.” This study was tested on the CASIA-B dataset, achieving a gait recognition accuracy … Read more

The Role of C Language in Deep Learning: Methods and Examples

The Role of C Language in Deep Learning: Methods and Examples

The Role of C Language in Deep Learning: Methods and Examples In the field of deep learning, Python is often the preferred programming language due to its vast ecosystem and rich library support. However, in certain specific scenarios, the C language is particularly important due to its high performance and low-level control capabilities. In this … Read more

Embedded AI Biweekly Briefing Issue 1

Embedded AI Biweekly Briefing Issue 1

Embedded AI Biweekly Briefing (2017-07-24) Click the link at the end of the article to read the original text and jump to our biweekly briefing homepage, where you can read the version with item hyperlinks. Industry News OpenBLAS releases version 0.2.20 Clarifai launches SDK for training AI on your iPhone | VentureBeat We ported CAFFE … Read more

What is NPU? Why Must AI PCs Have NPU?

What is NPU? Why Must AI PCs Have NPU?

In the past, we talked about two important hardware components in computers, namely the CPU (Central Processing Unit) and GPU (Graphics Processing Unit). Now, we are increasingly discussing NPU. So, what is NPU? 01What is NPU? Many people are familiar with CPUs and GPUs, but not so much with the recently popular NPU. In fact, … Read more

Integration of PLC and Deep Learning Algorithms: Achieving a 45% Increase in Anomaly Detection Accuracy!

Integration of PLC and Deep Learning Algorithms: Achieving a 45% Increase in Anomaly Detection Accuracy!

Introduction Hello everyone! Today, I want to share with you a technological breakthrough that is exciting the field of industrial automation — the integration of PLC and deep learning algorithms. Don’t worry, I won’t bombard you with obscure terminology, but will use the most straightforward language to help you understand this game-changing technology combination.Trust me, … Read more

The Edge AI Race: Frenzied Acquisitions

The Edge AI Race: Frenzied Acquisitions

Recently, the news of STMicroelectronics’ (ST) acquisition of the Canadian AI startup Deeplite has attracted industry attention.Deeplite claims to be the DeepSeek of edge AI, with unique technologies in model optimization, quantization, and compression that enable AI large models to run faster, smaller, and more energy-efficiently on edge devices. Since DeepSeek popularized distilled models, more … Read more

5 Tips for Building Fun Deep Learning Applications with Python

5 Tips for Building Fun Deep Learning Applications with Python

Authorized transfer from THU Data Group (datapi) Translation: Fang Fang, He Xuan Proofreading: Ding Nanya “———— Deep learning is fundamentally changing everything around us. Many people believe that only experts can apply deep learning in applications, but this is not the case. In this article, we will learn how to use deep learning to build … Read more

Performance Evaluation of PyTorch and MindSpore Frameworks for Ascend NPU: Adapting Open Source Software Stack vs. Internal Software Stack

Performance Evaluation of PyTorch and MindSpore Frameworks for Ascend NPU: Adapting Open Source Software Stack vs. Internal Software Stack

This article evaluates the performance of MindSpore and PyTorch based on Huawei’s Ascend Neural Processing Unit (Ascend NPU). Huawei’s Ascend NPU isa chip designed specifically for accelerating neural network computations, which not onlysupports the self-developed framework MindSpore but alsohas been adapted for PyTorch. However, there is currentlya lack of comparative evaluation studies on MindSpore and … Read more

Ant Group’s Wang Yi: Go+ Effectively Complements Python’s Shortcomings

Ant Group's Wang Yi: Go+ Effectively Complements Python's Shortcomings

Introduction by Ali Sister: Python’s syntax is very flexible, incorporating many features from other languages that are considered convenient. However, the advantages of Python also imply its disadvantages. Ant Group researcher Wang Yi has gained a deeper understanding of Python’s limitations through his hands-on experience in industrial systems, and he believes that Go+ is the … Read more