Use of convolutional code for ECC instead of CRC?

Hey,

I know that convolutional coding is used often in telecomunnications, but why isn't it used for error correction say, in memory storage? Seems to me that the encoding could be low latency and could scale well. Also if the impulse response is designed cleverly, the error detection/correction capabilities are pretty good. So what am I missing? maybe the decoding is too difficult? I know that Viterbi algorithm uses comparators and adders, so maybe it is too slow for large chunks of data?

Cheers

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Ibishek
πŸ“…︎ Jan 12 2022
🚨︎ report
subwAI - I used a convolutional neural network to train an AI that plays Subway Surfers (code and demo in comment) v.redd.it/80u7ltnl32p71
πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/nikp06
πŸ“…︎ Sep 24 2021
🚨︎ report
Convolutional Neural Network from Scratch | Mathematics & Python Code youtu.be/Lakz2MoHy6o
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/omaraflak
πŸ“…︎ May 24 2021
🚨︎ report
[D] How Graph Convolutional Networks work (with code)

I published a new blog post that implements and experiments with Graph Convolutional Networks. In it, I show how even untrained GCNs operating on featureless data can still find meaningful community structure. I then study how adding features and training model parameters change the structure of the embeddings.

πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/zjost85
πŸ“…︎ Oct 22 2020
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 462
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 13 2019
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 410
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 15 2019
🚨︎ report
Robert McEliece is dead. He was best known for his work on algebraic error-correcting codes, in particular convolutional codes, which were used in deep-space communication (Voyager, Galileo). Furthermore, he also developed the McEliece cryptosystem which is a candidate for post-quantum cryptography. caltech.edu/about/news/ro…
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/kPuTEr5S2Y
πŸ“…︎ May 14 2019
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 52
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 14 2019
🚨︎ report
Convolutional Neural Network (CNN): Graphical Visualization with Code Explanation analyticssteps.com/blogs/…
πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/redd-griffin-it
πŸ“…︎ Jun 19 2020
🚨︎ report
Convolutional Neural Network (CNN): Graphical Visualization with Code Explanation analyticssteps.com/blogs/…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/redd-griffin-it
πŸ“…︎ Jun 19 2020
🚨︎ report
Convolutional Neural Network (CNN): Graphical Visualization with Code Explanation analyticssteps.com/blogs/…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/redd-griffin-it
πŸ“…︎ Jun 19 2020
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 54
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 28 2019
🚨︎ report
Convolutional Neural Network (CNN): Graphical Visualization with Code Explanation analyticssteps.com/blogs/…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/redd-griffin-it
πŸ“…︎ Jun 19 2020
🚨︎ report
DeepSphere: Efficient spherical Convolutional Neural Network with HEALPix sampling for cosmological applications (with code and data) arxiv.org/abs/1810.12186
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/m_deff
πŸ“…︎ Apr 02 2019
🚨︎ report
An intuitive explanation of convolutional neural networks with code. medium.com/@eternalzer0da…
πŸ‘︎ 151
πŸ’¬︎
πŸ‘€︎ u/Al-Khazrajy
πŸ“…︎ Sep 03 2018
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 14 2019
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation (a handwritten digit calculator). The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 17 2019
🚨︎ report
Influence of Reed-Solomon on convolutional codes

Hello, I have been trying to simulate different Combinations of Reed-Solomon Convolutional codes using Matlab.
For some combinations, I have found that the BER converges towards 10^-2.

Is that normal ? or did I miss something while simulating?

Thanks!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/fadij
πŸ“…︎ Apr 22 2019
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 28 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
This video explains exactly how convolutional neural networks work, with a cool implementation. The code is written in Python and implemented with Keras. youtube.com/watch?v=eyKwP…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/antaloaalonso
πŸ“…︎ Nov 17 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
How Convolutional Codes Correct Errors quiet.github.io/quiet-blo…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/brian-armstrong
πŸ“…︎ Sep 19 2018
🚨︎ report
[P] Semantic Segmentation using Fully Convolutional Networks over the years + PyTorch Code meetshah1995.github.io/se…
πŸ‘︎ 127
πŸ’¬︎
πŸ“…︎ Jul 10 2017
🚨︎ report
[R] Deeper Depth Prediction with Fully Convolutional Residual Networks (paper + code + TensorFlow & MatConvNet models) github.com/iro-cp/FCRN-De…
πŸ‘︎ 27
πŸ’¬︎
πŸ‘€︎ u/chrirupp
πŸ“…︎ Jan 23 2017
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 33
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Can anyone suggest me a good tutorial/video to learn Convolutional neural networks from scratch?. I want to code Convolutional neural networks in python without using any framework. Suggestions are welcome.

Can anyone suggest me a good tutorial/video to learn Convolutional neural networks from scratch?. I want to code Convolutional neural networks in python without using any framework. Suggestions are welcome.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/kailashahirwar12
πŸ“…︎ Jan 29 2018
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
How to visualize convolutional features in 40 lines of code towardsdatascience.com/ho…
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/keghn
πŸ“…︎ Feb 02 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
How Convolutional Codes Correct Errors quiet.github.io/quiet-blo…
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/brian-armstrong
πŸ“…︎ Sep 19 2018
🚨︎ report
[P] Source code available for "Fully Convolutional Instance-aware Semantic Segmentation" from MSRA github.com/msracver/FCIS
πŸ‘︎ 75
πŸ’¬︎
πŸ‘€︎ u/flyforlight
πŸ“…︎ May 11 2017
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Here is my pytorch implementation of the model described in the paper DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs (https://arxiv.org/pdf/1606.00915.pdf) Source code: https://github.com/vietnguyen91/Deeplab-pytorch
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/1991viet
πŸ“…︎ Feb 16 2019
🚨︎ report
Texture Synthesis Using Convolutional Neural Networks (paper+code) gitxiv.com/posts/phaj4Fxy…
πŸ‘︎ 31
πŸ’¬︎
πŸ‘€︎ u/samim23
πŸ“…︎ Nov 02 2015
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.