Giter VIP home page Giter VIP logo

polar-code-denoising-and-hamming-code-decoding's Introduction

bert-based polar code noise denoising and hamming code decoding.

bert is widely used in NLP problems. But we can consider hamming code decoding as a process of translation. Considering this, I try to use transformer solving code decoding problem, which including polar code channel decoding and hamming code decoding.

Here's the whole process of my code.

First, we need to create original 8 bits codes like 00000000. After polar code channel encoding and noise added, the codes is like 0.2 0.4 0.3...0.1(16bits). Then we apply bert to restore it to the code after encodeing.

bert based hamming code decoding.ipynb is for hamming code decoding

using the same process, I decode the 12 bits hamming code to 8 bits original codes. But this time there's no noise

Result

The result is not very good. The accuracy of hamming_code is about 96% and accuracy of polar_code is about 99.996% when SNR=10.0. But I'll try to update my method to improve the result.

polar-code-denoising-and-hamming-code-decoding's People

Contributors

wuruochen9 avatar

Stargazers

 avatar

Watchers

 avatar

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.