1. 09 Feb, 2018 1 commit
  2. 30 Jan, 2018 4 commits
  3. 28 Jan, 2018 1 commit
    • Sanyam Kapoor's avatar
      Omniglot Dataset (#323) · dac9efae
      Sanyam Kapoor authored
      * Add basic Omniglot dataset loader
      
      * Remove unused import
      
      * Add Omniglot random pair to sample pair of characters
      
      * Precompute random set of pairs, deterministic after object instantiation
      
      * Export OmniglotRandomPair via the datasets module interfact
      
      * Fix naming convention, use sum instead of reduce
      
      * Fix downloading to not download everything, fix Python2 syntax
      
      * Fix end line lint
      
      * Add random_seed, syntax fixes
      
      * Remove randomized pair, take up as a separate generic wrapper
      
      * Fix master conflict
      dac9efae
  4. 04 Jan, 2018 1 commit
  5. 02 Jan, 2018 1 commit
  6. 01 Jan, 2018 1 commit
  7. 20 Dec, 2017 1 commit
  8. 14 Dec, 2017 1 commit
  9. 07 Dec, 2017 1 commit
  10. 06 Dec, 2017 4 commits
  11. 03 Dec, 2017 1 commit
  12. 25 Nov, 2017 1 commit
  13. 24 Nov, 2017 1 commit
  14. 23 Nov, 2017 2 commits
  15. 21 Nov, 2017 1 commit
  16. 17 Nov, 2017 1 commit
  17. 13 Nov, 2017 1 commit
  18. 12 Nov, 2017 1 commit
  19. 09 Nov, 2017 1 commit
  20. 07 Nov, 2017 3 commits
  21. 06 Nov, 2017 1 commit
  22. 03 Nov, 2017 1 commit
  23. 02 Nov, 2017 1 commit
  24. 31 Oct, 2017 1 commit
  25. 30 Oct, 2017 1 commit
  26. 22 Oct, 2017 1 commit
  27. 17 Oct, 2017 2 commits
  28. 12 Oct, 2017 2 commits
  29. 07 Oct, 2017 1 commit
    • Iacopo Poli's avatar
      Added Whiten transform and its section in README (#263) · cee28367
      Iacopo Poli authored
      * added Whiten transform and relative section in README
      
      * added Whiten transform and its section in README
      
      * fixed lint
      
      * fixed lint again
      
      * added linear transformation and whitening test unitary covariance
      
      * fixed lint and test
      
      * commit before rebasing
      
      * before rebase
      
      * added assertion to check matrix size
      
      * fix readme
      
      * added space around operator
      
      * replace assert with raise ValueError, fix spaces and readme
      cee28367