Coder Social home page Coder Social logo

changshuoradiorecognition's Issues

How can I draw result figure?

Hello!
I want to draw:

  1. The relationship curve of SNR-Accuracy;
  2. The confusion matrix of AMC recognition under a certain SNR

What commands should I use separately? Or do I need to implement it myself? thank you!

关于comvert_deepsig.py的问题

您好,当我用tools/convert_datasets/comvert_deepsig.py对RML2016.10A进行处理的时候,我发现程序会报错。
错误发生在deepsig.py的第88行:
item = data[(mod, snr)][sub_item_index,:,:]
其中mod变量在上面的77行被 mod = mod.decode('UTF-8')解码过,因此在88行中,data无法被str变量‘mod’访问。
将88行修改为:data[(mod.encode(), snr)][sub_item_index,:,:]可以解决这个问题

Snipaste_2023-07-05_16-47-51

About mldnn and cache

Hello! I attempted to use mldnn on the Deepsig2018 dataset, but I removed parts with SNR greater than 20dB from the JSON file and then ran cache_ amc.py generated a series of .pkl files. Afterwards, I tried to train mldnn, but the loss was displayed as a straight line and there was no change in acc at all; As a comparison, I trained ResCNN in the same way, but it converged correctly. I noticed the use of cache in mldnn, is this the reason for this phenomenon? Did I do something wrong? thank you!
image

关于HCGDNN

我在summary.md中没有看到关于其的result,请问能否公开具体的snr-acc数值,从而方便比较呢?谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.