source: src/ai

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3ff9654   6 years Paul Brossier [conv1d] add set_{kernel,bias} feature/crepe_org
(edit) @cc74a29   6 years Paul Brossier [tensor] add copy feature/crepe_org
(edit) @3ac1426   6 years Paul Brossier [batchnorm] improve docs for return values feature/crepe_org
(edit) @ddd124a   6 years Paul Brossier [tensor] improve documentation, add todos feature/crepe_org
(edit) @4b2d174   6 years Paul Brossier [tensor] rewrite and rename have_same_shape feature/crepe_org
(edit) @1df9cd1   6 years Paul Brossier [tensor] use cblas alias in matmul, allow n-dimensional tensors feature/crepe_org
(edit) @21631e9   6 years Paul Brossier [tensor] improve shape string for 1d feature/crepe_org
(edit) @75662eb   6 years Paul Brossier [batchnorm] add basic documentation, shuffle declarations to match … feature/crepe_org
(edit) @51c0b61   6 years Paul Brossier [batchnorm] remove comments, add a note about no input parameter feature/crepe_org
(edit) @c249f57   6 years Paul Brossier [ai] add some documentation to activation.h feature/crepe_org
(edit) @689ba93   6 years Paul Brossier [batchnorm] accepts any input size, allocate weights in get_output_shape feature/crepe_org
(edit) @3977b4f   6 years Paul Brossier [batchnorm] wrap long lines feature/crepe_org
(edit) @fa90792   6 years Paul Brossier [batchnorm] generalise to any number of dimensions feature/crepe_org
(edit) @ccc888f   6 years Paul Brossier [batchnorm] remove train for now feature/crepe_org
(edit) @a524de1   6 years Paul Brossier [maxpool2d] remove train methods feature/crepe_org
(edit) @59162ae   6 years Paul Brossier [conv2d] simplify padding modes enum, use _t suffix for type feature/crepe_org
(edit) @c32d8b2   6 years Paul Brossier [conv1d] fix plain version feature/crepe_org
(edit) @1aa6eb8   6 years Paul Brossier [conv1d] improve comments, wrap long line feature/crepe_org
(edit) @4d6a228   6 years Paul Brossier [conv2d] add simple blas version (im2row + gemm) feature/crepe_org
(edit) @ec3f4d63   6 years Paul Brossier [conv2d] fix debug string feature/crepe_org
(edit) @8389694   6 years Paul Brossier [conv2d] remove relu feature/crepe_org
(edit) @378852b   6 years Paul Brossier [conv2d] fix debug string, clean up feature/crepe_org
(edit) @b0b167a   6 years Paul Brossier [activation] add header template feature/crepe_org
(edit) @1bba23e   6 years Paul Brossier [activation] add sigmoid and relu, in-place feature/crepe_org
(edit) @5154024   6 years Paul Brossier [dense] remove activation function feature/crepe_org
(edit) @f392b88   6 years Paul Brossier [conv1d] remove activation function feature/crepe_org
(edit) @977a5c3   6 years Paul Brossier [conv1d] improve comment and indentation feature/crepe_org
(edit) @dfae6e0   6 years Paul Brossier [maxpool2d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @4647d38   6 years Paul Brossier [dense] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @52b0e42   6 years Paul Brossier [conv1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @eba2bc7a   6 years Paul Brossier [conv1d] avoid unused variable, update comment feature/cnn_orgfeature/crepe_org
(edit) @f217068   6 years Paul Brossier [conv1d] add second blas optimisation using gemv feature/cnn_orgfeature/crepe_org
(edit) @3ffea61d   6 years Paul Brossier [conv1d] add first blas optimisation using sdot feature/cnn_orgfeature/crepe_org
(edit) @45a1e1d   6 years Paul Brossier [conv2d] set_stride accepts int[] feature/cnn_orgfeature/crepe_org
(edit) @6ee6107   6 years Paul Brossier [batchnorm] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @8691154   6 years Paul Brossier [maxpool1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @7420c40   6 years Paul Brossier [maxpool2d] use first element to initialize output value, add stride feature/cnn_orgfeature/crepe_org
(edit) @f9f03ff   6 years Paul Brossier [maxpool1d] use first element to initialize output value, add a stride feature/cnn_orgfeature/crepe_org
(edit) @791b436   6 years Paul Brossier [maxpool2d] add first draft implementation feature/cnn_orgfeature/crepe_org
(edit) @6006760   6 years Paul Brossier [tensor] add matmul feature/cnn_orgfeature/crepe_org
(edit) @f3848c0   6 years Paul Brossier [conv2d] add first plain draft feature/cnn_orgfeature/crepe_org
(edit) @71655fee   6 years Paul Brossier [tensor] always use buffer in tensor_as_fvec feature/cnn_orgfeature/crepe_org
(edit) @aa5cc08   6 years Paul Brossier [tensor] add header feature/cnn_orgfeature/crepe_org
(edit) @fb3a9f5   6 years Paul Brossier [dense] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @2fec649   6 years Paul Brossier [batchnorm] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @f7838fc   6 years Paul Brossier [tensor] add some documentation feature/cnn_orgfeature/crepe_org
(edit) @1343aca   6 years Paul Brossier [tensor] remove old macro, add more public prototypes feature/cnn_orgfeature/crepe_org
(edit) @c4b6b59   6 years Paul Brossier [tensor] add print helpers feature/cnn_orgfeature/crepe_org
(edit) @dc257cc   6 years Paul Brossier [tensor] add have_same_size feature/cnn_orgfeature/crepe_org
(edit) @7e0b641   6 years Paul Brossier [tensor] add get_subtensor feature/cnn_orgfeature/crepe_org
(edit) @9bffada   6 years Paul Brossier [tensor] complet get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @a85c7f3   6 years Paul Brossier [tensor] set initial max value to first element feature/cnn_orgfeature/crepe_org
(edit) @427a48c   6 years Paul Brossier [tensor] view any tensor as fvec/fmat feature/cnn_orgfeature/crepe_org
(edit) @f5ea4fb   6 years Paul Brossier [tensor] set buffer, remove old comments feature/cnn_orgfeature/crepe_org
(edit) @40520ea   6 years Paul Brossier [tensor] add buffer field, improve documentation feature/cnn_orgfeature/crepe_org
(edit) @50d7afe   6 years Paul Brossier [tensor] add get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @849210c   6 years Paul Brossier [tensor] also set size when viewing fmat/fvec feature/cnn_orgfeature/crepe_org
(edit) @9ca7923   6 years Paul Brossier [tensor] rename n_items to size, remove items_per_row feature/cnn_orgfeature/crepe_org
(edit) @9d35014   6 years Paul Brossier [tensor] use new member names feature/cnn_orgfeature/crepe_org
(edit) @60c9db0   6 years Paul Brossier [maxpool1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @6e4ef27   6 years Paul Brossier [conv1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @5010e61   6 years Paul Brossier [tensor] rename attributes to ndim and shape[] to match numpy feature/cnn_orgfeature/crepe_org
(edit) @ba0c332   6 years Paul Brossier [ai] add first maxpool1d draft feature/cnn_orgfeature/crepe_org
(edit) @322e079   6 years Paul Brossier [ai] add first conv1d draft feature/cnn_orgfeature/crepe_org
(add) @4c33f81   6 years Paul Brossier [ai] add first tensor draft feature/cnn_orgfeature/crepe_org
Note: See TracRevisionLog for help on using the revision log.