You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very naive implementation for LDPC decoder using loopy belief propagation algorithm.
This is a part of one of assignments of UCL course, Graphical Models.
Thd decoder assumes recives messages from a binary symmetric channel.
The related data files and slides was also included in this repo.
Finished with Jupyter Notebook with an Julia v0.6.4. kernal
Warning: For current UCL students who take the module for credits, please follow the UCL academic regulations. You could use this as a reference but you should NEVER copy and paste directly!
About
A very naive implementation for LDPC decoder on binary symmetric channel using Julia. This is for one of UCL course Graphical Model