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
π
︎ Jan 12 2022
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
π
︎ Sep 24 2021
π︎ 6
π
︎ May 24 2021
[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
π
︎ Oct 22 2020
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
π
︎ Nov 13 2019
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
π
︎ Nov 15 2019
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
π
︎ May 14 2019
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
π
︎ Nov 14 2019
π︎ 29
π
︎ Jun 19 2020
π︎ 2
π
︎ Jun 19 2020
π︎ 2
π
︎ Jun 19 2020
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
π
︎ Nov 28 2019
π︎ 9
π
︎ Jun 19 2020
DeepSphere: Efficient spherical Convolutional Neural Network with HEALPix sampling for cosmological applications (with code and data)
arxiv.org/abs/1810.12186
π︎ 12
π
︎ Apr 02 2019
π︎ 151
π
︎ Sep 03 2018
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
π
︎ Nov 14 2019
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
π
︎ Nov 17 2019
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
π
︎ Apr 22 2019
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
π
︎ Nov 28 2019
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
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
π
︎ Nov 17 2019
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
π︎ 11
π
︎ Sep 19 2018
π︎ 127
π
︎ Jul 10 2017
[R] Deeper Depth Prediction with Fully Convolutional Residual Networks (paper + code + TensorFlow & MatConvNet models)
github.com/iro-cp/FCRN-Deβ¦
π︎ 27
π
︎ Jan 23 2017
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
π
︎ Feb 16 2019
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
π
︎ Jan 29 2018
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
π︎ 24
π
︎ Feb 02 2019
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
π
︎ Feb 16 2019
π︎ 12
π
︎ Sep 19 2018
[P] Source code available for "Fully Convolutional Instance-aware Semantic Segmentation" from MSRA
github.com/msracver/FCIS
π︎ 75
π
︎ May 11 2017
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
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
π
︎ Feb 16 2019
π︎ 31
π
︎ Nov 02 2015
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.