1 Star 0 Fork 1

rian / WirelessChannelAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Wireless Channel AI

Travis CircleCI License PRs Welcome English

依赖

准备

  • 下载本仓库

    git clone https://github.com/Lmy0217/WirelessChannelAI.git
    cd WirelessChannelAI
  • 安装依赖

    pip3 install -r requirements.txt

数据集

  • 下载数据集,并将其解压到 data 文件夹(现在,这个文件夹应该包含 ‘train_set’ 和 ‘test_set’ 文件夹)

  • data 文件夹下运行合并、预处理代码

    cd data
    python3 comp.py
    matlab -nodesktop -nosplash -r "poccess;exit;"

模型

  • 训练和测试模型

    python3 model.py
  • 训练后模型保存在 model 文件夹下,会覆盖预训练模型

预训练模型

  • 保存在 model 文件夹

性能

  • 数据集四分之三作为训练集,其余四分之一作为测试集
模型 线下 RMSE 线上 RMSE
FC-5 ≈ 9.74 9.7588
FC-6 ≈ 9.53 9.4514
ResNet-8 ≈ 9.43 -

线上验证

  • 上传 model 文件夹作为模型目录

  • 上传 data 文件夹下的 test_set 文件夹作为测试集目录

  • ModelArts 创建模型,部署批量服务

  • 提交模型到比赛

许可证

代码在 MIT 许可证下开源。

MIT License Copyright (c) 2019 Mingyuan Luo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

2019 年第十六届中国研究生数学建模竞赛 A 题(华为赛题) 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/HYH_rian/WirelessChannelAI.git
git@gitee.com:HYH_rian/WirelessChannelAI.git
HYH_rian
WirelessChannelAI
WirelessChannelAI
master

搜索帮助