当前位置: 首页 > news >正文

【论文阅读】KAN: Kolmogorov–Arnold Networks(2024)

摘要

Inspired by the Kolmogorov-Arnold representation theorem(表示定理), we propose Kolmogorov-Arnold Networks (KANs) as promising alternatives(替代品) to Multi-Layer Perceptrons(多层感知机) (MLPs). While MLPs have fixed activation functions(固有的激活函数) on nodes(节点) (“neurons”), KANs have learnable activation functions(可学习的激活的函数) on edges(边缘) (“weights”). KANs have no linear weights at all(没有线性权重) – every weight parameter(权重参数) is replaced(取代) by a univariate function parametrized as a spline(参数化为样条的单变量函数). We show that this seemingly simple change makes KANs outperform(优于) MLPs in terms of accuracy(准确性) and interpretability(可解释性), on small-scale AI + Science tasks. For accuracy(在精度方面), smaller KANs can achieve comparable or better accuracy(达到相当或者更好的准确度ÿ


http://www.mrgr.cn/news/12424.html

相关文章:

  • 从工程师视角看 “Multi-Agent as a Service (MAaaS)”
  • window 安装 anaconda教程(含安装包)
  • 创建一个用于修改本地DNS解析记录的Windows客户端
  • 【UE5.1】NPC人工智能——07 NPC在巡逻过程中休息
  • 软件测试——自动化测试selenium
  • 华为S3700交换机配置VLAN的方法​
  • SpringBoot集成kafka-自定义拦截器(可以在拦截器中做记录日志、安全检查等操作)
  • 基于云原生的一体化监控系统Day1
  • python从列表元素中查找最小的元组坐标
  • 基差、升水与贴水,股指期货市场的重要概念解析
  • 使用物联网卡访问萤石云的常见问题
  • 观察者模式解析:实现对象间的舞蹈同步!
  • STM32—USART串口协议
  • 华为eNSP:静态路由配置、浮动路由配置
  • 在使用Netty的时候TCP粘包拆包问题如何解决?
  • 2024上海初中生古诗文大会备考:单选题真题和每道题独家解析
  • Transformer-BiLSTM神经网络多输入单输出回归预测的MATLAB实现
  • 【RabbitMQ】应用
  • Spring常用的注解有哪些?作用是什么?怎么用?
  • vue新建按钮弹出选框