Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | change softmax to in-place operation and fix memory leak | Determinant | 2015-05-28 |
| | |||
* | sigmoid layer is now working; clean up Makefile | Determinant | 2015-05-28 |
| | |||
* | add implementation for sigmoid layer (not tested) | Determinant | 2015-05-27 |
| | |||
* | fix a severe bug in memory management of userdata | Determinant | 2015-05-26 |
| | |||
* | add fill for cumatrix | Determinant | 2015-05-26 |
| | |||
* | add add_row for cumatrix | Determinant | 2015-05-26 |
| | |||
* | add "copy from/to cumatrix" functionality | Determinant | 2015-05-25 |
| | |||
* | rename colsum to rowsum; add colsum implementation | Determinant | 2015-05-22 |
| | |||
* | ... | Determinant | 2015-05-22 |
| | |||
* | add base class CuMatrix for CuMatrixFloat and CuMatrixDouble | Determinant | 2015-05-22 |
| | |||
* | add subtraction for cumatrix | Determinant | 2015-05-19 |
| | |||
* | add double precision matrix implementation | Determinant | 2015-05-19 |