]> gitweb.factorcode.org Git - factor.git/history - extra/machine-learning
scryfall: better moxfield words
[factor.git] / extra / machine-learning /
11 days ago Doug Colemanhttp.download: fix downloading into a directory if...
2024-03-25 Doug Colemanhttp.download: fix for new changes
2024-02-03 John Benediktssonextra: use try-process instead of "run-process drop"
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2022-10-07 Alexander Ilinmachine-learning.data-sets: fix a typo in the Linnerud...
2022-09-21 Ikko Ashiminefix typo in data-sets/linnerud.rst
2022-01-20 Doug Colemanfactor: trim more using lists.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2019-03-02 Doug Colemanmachine-learning.data-sets: Load mnist data.
2018-02-27 Björn Lindqvistmachine-learning.data-sets: renaming slots in the data...
2018-02-24 Björn Lindqvistmachine-learning.decision-trees: more thorough tests
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-08 Björn Lindqvistmachine-learning.decision-trees: vocab for creating...
2018-02-08 Björn Lindqvistthis file wasn't intended
2018-02-08 Björn Lindqvistmachine-learning.data-sets: adding the monks problems
2017-07-30 Doug Colemanmachine-learning.functions: Add selu
2017-07-22 Doug Colemanmachine-learning.functions: Add softmax, softmin, relu...
2016-12-28 John Benediktssonassocs: moving collect-by from math.statistics.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-11-29 John Benediktssonextra: using "swap index".
2013-11-17 John Benediktssonmachine-learning: use bisect-left (new name for search...
2012-12-04 Doug Colemanmachine-learning: Add transform protocol. Add label...
2012-12-04 John Benediktssonmachine-learning.data-sets: cleanup a little.
2012-12-04 John Benediktssonmachine-learning.data-sets: adding the linnerud dataset.
2012-12-04 John Benediktssonmachine-learning.data-sets: load commonly used test...
2012-11-28 Doug Colemanmachine-learning: Add stratified-samples for getting...
2012-11-17 Doug Colemanmachine-learning.rebalancing: Don't use a distribution...
2012-11-17 Doug Colemanmachine-learning.rebalancing: Add a way to rebalance...
2012-10-26 Doug Colemanmachine-learning.one-hot: Use the example from my blog...
2012-10-25 Doug Colemanmachine-learning.one-hot: Start a machine learning...