Skip to content

Instantly share code, notes, and snippets.

View praisethemoon's full-sized avatar
🌕

moon praisethemoon

🌕
View GitHub Profile
@praisethemoon
praisethemoon / keras-conv.ipynb
Created April 3, 2019 15:00
Convolution over volume, in keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv-v2-3d-vectorized.ipynb
Created April 3, 2019 14:59
Convolution over volume
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv-v2-vectorized-d-filters.ipynb
Created April 1, 2019 08:18
Convolution over N filters for 2D images
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv-comparison.ipynb
Created March 31, 2019 00:53
conv_loop_vs_vectorized
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv-v2-vectorized.ipynb
Last active April 1, 2019 07:37
Convolution with im2col
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / ndarray.ipynb
Created March 29, 2019 10:50
NDArray, for tensors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / 3d-images.ipynb
Created March 28, 2019 20:36
Split RGB Image channels
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / ndarry_1.ipynb
Created March 28, 2019 19:39
2D Index to 1D Index and backwards.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv-v2.ipynb
Created March 26, 2019 22:09
Intuition behind convolutions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@praisethemoon
praisethemoon / conv.ipynb
Last active August 17, 2020 13:42
Simple Matrix Convolution - Iterative Edition
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.