Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Eiji Sekiya
?
This document describes research on semi-supervised learning on graph-structured data using graph convolutional networks. It proposes a layer-wise propagation model for graph convolutions that is more efficient than previous methods. The model is tested on several datasets, achieving state-of-the-art results for semi-supervised node classification while training faster than alternative methods. Future work to address limitations regarding memory requirements, directed graphs, and locality assumptions is also discussed.
The document describes reinforcement learning algorithms. It defines equations for the policy, reward, and value functions in a reinforcement learning problem. It then derives the policy gradient theorem, which gives an expression for the gradient of expected returns with respect to the policy parameters that can be used to optimize the policy via gradient ascent. Subsequent equations adjust the policy gradient derivation for use in actor-critic methods.
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT