Comment on Show HN: Richard – A CNN written in C++ and Vulkan (no ML or math libs)Comments−RecycledEle2yWhat is a CNN?−HelloNurse2yA Convolutional Neural Network, which is particularly processing-intensive (convolutions over large numbers of inputs, large matrix multiplications) but quite effective compared to other machine learning approaches.
Comments
What is a CNN?
A Convolutional Neural Network, which is particularly processing-intensive (convolutions over large numbers of inputs, large matrix multiplications) but quite effective compared to other machine learning approaches.