yrmo / cudagrad

Toy autograd engine
MIT License
0 stars 1 forks source link

Conv2d #66

Open yrmo opened 1 month ago

yrmo commented 1 month ago

https://stackoverflow.com/questions/16798888/2-d-convolution-as-a-matrix-matrix-multiplication https://pytorch.org/docs/stable/generated/torch.nn.Conv2d.html

yrmo commented 1 month ago

https://ai.stackexchange.com/questions/11172/how-can-the-convolution-operation-be-implemented-as-a-matrix-multiplication

yrmo commented 4 days ago

https://cs231n.github.io/convolutional-networks/#overview