]> git.vouivredigital.com Git - vouivre.git/shortlog
vouivre.git
2023-11-28 adminUpdate version master v0.2.0
2023-11-28 adminCleanup
2023-11-27 adminMake differentiable functions partially applicable
2023-11-27 adminCleanup and document
2023-11-27 adminRemove unused array types
2023-11-27 adminTrain a model on MNIST
2023-11-26 adminAutomake
2023-11-25 adminDownload and load the MNIST dataset
2023-11-23 adminAdd a copyright and license notice in each file
2023-11-23 adminImplement reverse mode automatic differentiation
2023-11-20 adminCatch offending generated input(s) on error
2023-11-20 adminOptimize garbage collection
2023-11-20 adminAllow reset of evaluated promises
2023-11-20 adminCopy srfi-45.scm from guile-3.0.9.120-79e83-dirty/modul...
2023-11-10 adminOptimize `contract-arrays' using absolute indexing
2023-11-09 adminCorrect cos'
2023-11-09 adminPrecompute values for jacobian generators
2023-11-09 adminAdd more differentiable functions
2023-11-06 adminTake instead of reverse drop
2023-11-06 adminChange generic for typed and unspecified arrays
2023-11-05 adminOptimize the gradient algorithm
2023-11-05 adminTest gradient of `amap2' on non-internal inputs but...
2023-11-05 adminImplement a functional flip
2023-11-01 adminImplement an automatic differentiation engine
2023-11-01 adminAdd utilities useful for working with arrays
2023-09-29 adminCleanup and add some docstrings v0.1.0
2023-09-29 adminDefine `flip' and `char=?'
2023-09-29 adminBootstrap the system
2023-09-23 adminFix issues with (vdc base) and add reversed composition
2023-09-23 adminCompare function types with TBD types
2023-09-23 adminModularize types
2023-09-22 adminDefine a language to use curried functions in the REPL
2023-09-22 adminCopy files from guile-3.0.9.22-1ae50-dirty/module/langu...
2023-09-22 adminCurry some procedures from (rnrs base) and (srfi srfi-1)
2023-09-22 adminDeclare the type at macro expansion time
2023-09-22 adminImplement typed curried definitions
2023-09-22 adminExpand partial applications when needed
2023-09-21 adminPlay nicer with regular Scheme
2023-09-21 adminChange argument counting to type construction
2023-09-06 adminTest flipped function composition
2023-09-06 adminFix currying of higher order functions
2023-09-05 adminExpand curried functions and check for errors
2023-08-30 adminAdd license