I find it difficult in understanding the concept of convolutional neural networks enough so that I can code it in MATLAB. Can someone help me present the idea algorithmically?
maybe you will find the course "CS231n: Convolutional Neural Networks for Visual Recognition" by Stanford would be useful in understanding CNN fundamentals.
maybe you will find the course "CS231n: Convolutional Neural Networks for Visual Recognition" by Stanford would be useful in understanding CNN fundamentals.
Dear Nhu Van Nguyen,I am researching in computer vision. Dear Lu Chen, your post has been helpful; I will follow the lectures. Dear Abdul Kayom Md, I would like implementing it myself so as to have insight into it but I would be fine if you still link me to any MATLAB codes that implements convnet
You can exploit MatConvnet in Matlab. There are many tools for convolutional neural network(CNN). I suggest exploiting this tools instead re-implementing.