zoukankan      html  css  js  c++  java
  • PP: Shallow RNNs: a method for accurate time-series classification on tiny devices

    Problem: time series classification

    shallow RNNs: the first layer splits the input sequence and runs several independent RNNs.  The second layer consumes the output of the first layer to capture long dependencies. 

    We improve inference time over standard RNNs without compromising accuracy. 

    Time series -------- temporal dependencies. Sequential models such as RNN are particularly well-suited in this context. 

    Directly leveraging RNNs for prediction in constrained scenarios is challenging, and requires large training and inference costs. 

     ?? how long the recurrence of RNN should be?

    Each time series is divided into independent parts, and a shared RNN operates on each brick independently, thus ensuring a small model size and short recurrence. 

    Only has a short recurrence. 

    Supplementary knowledge:

    1. theoretical justification

    2. weak/ strong assumptions; Model flow:

    • assumption/ environment ~ weak or strong
    • model 
    • results
    • evaluation ~ baseline or indicator.

    3. Sequential models: RNN; 

  • 相关阅读:
    搭建Nginx反向代理做内网域名转发
    网站监测脚本
    Nginx启动脚本
    L2TP用户添加和删除、搜索脚本
    CentOS Linux 安装IPSec+L2TP
    Nginx认证
    Nginx配置HTTPS
    Nginx 如何处理一个请求
    HTTP协议原理
    DNS解析流程
  • 原文地址:https://www.cnblogs.com/dulun/p/12267468.html
Copyright © 2011-2022 走看看