# Swish激活函数 **Repository Path**: luokai-dandan/swish-activation-function ## Basic Information - **Project Name**: Swish激活函数 - **Description**: Swish激活函数,测试在不同的β参数下图像差异 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-20 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: matplotlib, numpy, Python ## README # Swish激活函数 #### 介绍 Swish激活函数图像示例 #### 软件架构 基于pytorch代码的激活函数 #### 使用说明 1. torch 2. python 3. matplotlib #### 说明 1. 通过matplotlib绘制的Swish函数图像,其中Swish类可以直接调用到网络结构中使用,这三种激活函数经过测试可以在目标检测中性能得到提升,自测在yolov3中mAP有小幅提升。 2. 测试在不同的β参数下图像的变化和在目标检测中带来mAP的不等幅提升。 3. 不同的β参数所带来的增益效果还需要用户自测。