0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(cuv) argmax_to_(row|column) functions to determine the index of the maximum element of each column/row More... over 14 years ago
cuv: probabilistic max-pooling (thanks to alex) More... over 14 years ago
cuv: wrap gridToMatrix and matrixToGrid from alex' stuff More... over 14 years ago
cuv: scalar functors min and max, who knows what they might be good for some day More... over 14 years ago
(cuv) Removed extra padding from conv3 routine (use copyInto to preprocess input data) More... over 14 years ago
(cuv) Copy into operation to copy one image into another (for several images at once) More... over 14 years ago
(cuv) Alex' conv3 routine (convolve N images with N filters) More... over 14 years ago
(cuv) Operation superToMax() (host only) More... over 14 years ago
(cuv) Test for matrix divide by col More... over 14 years ago
(cuv) Fixed bug in "matrix plus col" test More... over 14 years ago
more random noise More... over 14 years ago
(cuv) Fast reordering on device More... over 14 years ago
(cuv) *cough* More... over 14 years ago
(cuv) assert that supersample() is used with valid matrix sizes More... over 14 years ago
cuv: typo More... over 14 years ago
cuv: export cudaThreadSynchronize to python More... over 14 years ago
(cuv) tests for reordering More... over 14 years ago
cuv: export rprop to python More... over 14 years ago
cuv: new constructors for dia-matrices More... over 14 years ago
cuv: properties for dia matrices More... over 14 years ago
cuv: export w(), h(), n(), memsize() and vec() as properties More... over 14 years ago
cuv: export transpose() to python More... over 14 years ago
Export max-pooling and supersampling More... over 14 years ago
(cuv) divide matrix elements by corresponding elements of a column vector More... over 14 years ago
(cuv) transpose() for all dense matrices More... over 14 years ago
cuv: vector[index] now always returns a copy More... over 14 years ago
(cuv) previous convert() for ints and chars More... over 14 years ago
(cuv) Ternary scalar functors More... over 14 years ago
(cuv) convert() for host -> host More... over 14 years ago
cuv: export dense-matrix.set() to python More... over 14 years ago