paper-with-me

Papers

Mobile Networks for Computer Go

2020-08-23 · Tristan Cazenave

The architecture of the neural networks used in Deep Reinforcement Learning programs such as Alpha Zero or Polygames has been shown to have a great impact on the performances of the resulting playing engines. For example the use of residual networks gave a 600 ELO increase in the strength of Alpha Go. This paper proposes to evaluate the interest of Mobile Network for the game of Go using supervised learning as well as the use of a policy head and a value head different from the Alpha Zero heads. The accuracy of the policy, the mean squared error of the value, the efficiency of the networks with the number of parameters, the playing speed and strength of the trained networks are evaluated.

📄 PDF Abstract BibTeX arXiv:2008.10080

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningGame of GoReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Computer Vision Accelerators for Mobile Systems based on OpenCL GPGPU Co-Processing

2014-03-17 · Guohui Wang, Yingen Xiong, Jay Yun, Joseph R. Cavallaro

In this paper, we present an OpenCL-based heterogeneous implementation of a computer vision algorithm -- image inpainting-based object removal algorithm -- on mobile devices. To take advantage of the computation power of…

CPUGPUImage Inpainting

Low-Power Computer Vision: Status, Challenges, Opportunities

2019-04-15 · Sergei Alyamkin, Matthew Ardi, Alexander C. Berg, Achille Brighton 외

Computer vision has achieved impressive progress in recent years. Meanwhile, mobile phones have become the primary computing platforms for millions of people. In addition to mobile phones, many autonomous systems rely on…

Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents

2026-07-30 · Hanzhang Zhou, Panrong Tong, Xu Zhang, Quyu Kong 외 arxiv

GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across …

mart mobile application to recognize tomato leaf diseases using Convolutional Neural Networks

2019-07-22 · Azeddine Elhassouny, Florentin Smarandach

The automatic identification and diagnosis of tomato leaves diseases are highly desired in field of agriculture information. Recently Deep Convolutional Neural networks (CNN) has made tremendous advances in many fields, …

Image Classificationobject-detectionObject Detection

Deep learning pipeline for image classification on mobile phones

2022-05-31 · Muhammad Muneeb, Samuel F. Feng, Andreas Henschel

This article proposes and documents a machine-learning framework and tutorial for classifying images using mobile phones. Compared to computers, the performance of deep learning model performance degrades when deployed o…

ClassificationDeep Learningimage-classificationImage Classification+1