danielstaps
c73f8e7a28
Added PCA initializer and component for OmegaMatrix or LinearMappings ( #6 )
...
* Added PCA initializer and component for OmegaMatrix or LinearMappings
* [QA] Add default configuration for pre commit hooks
* [QA] Add more pre commit checks
* [QA] Add more pre commit checks
* test(githooks): Add gitlint to check commit messages on commit
* docs(githooks): Add usage guide for pre-commit to readme
* fix(githooks): mypy only checks source now
reverts changes on docs conf.py
* docs(githooks): Fix typo
Co-authored-by: staps@hs-mittweida.de <staps@hs-mittweida.de>
Co-authored-by: Alexander Engelsberger <alexanderengelsberger@gmail.com>
2021-06-18 13:28:25 +02:00
Jensun Ravichandran
de61bf7bca
[BUGFIX] Fix reasonings initializer dimension bug
2021-06-17 18:10:05 +02:00
Jensun Ravichandran
ae11fedbf3
Add remarkrc
2021-06-17 14:25:52 +02:00
Jensun Ravichandran
11cd1b0032
[BUGFIX] Add missing file
2021-06-16 22:06:33 +02:00
Jensun Ravichandran
7a6da0c5fc
[FEATURE] Add transforms
2021-06-16 21:53:36 +02:00
Alexander Engelsberger
bf23d5f7f8
docs(githooks): Fix typo
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
bcde3f6ac8
fix(githooks): mypy only checks source now
...
reverts changes on docs conf.py
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
d5229b1750
docs(githooks): Add usage guide for pre-commit to readme
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
fc4b143fbb
test(githooks): Add gitlint to check commit messages on commit
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
11cfa79746
[QA] Add more pre commit checks
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
d0ae94f2af
[QA] Add more pre commit checks
2021-06-16 15:23:23 +02:00
Alexander Engelsberger
2c908a8361
[QA] Add default configuration for pre commit hooks
2021-06-16 15:23:23 +02:00
Jensun Ravichandran
c95f91cc29
Update examples/new_components.py
to use the new API
2021-06-16 13:39:28 +02:00
Jensun Ravichandran
7763a57058
[FEATURE] Add property reasoning_matrices
2021-06-16 13:39:09 +02:00
Jensun Ravichandran
454718cdf5
Update gitignore
2021-06-16 12:39:23 +02:00
Jensun Ravichandran
70b4fa07e6
Update gitignore
2021-06-16 12:34:33 +02:00
Jensun Ravichandran
3a0e4a081e
Improve error message
2021-06-16 12:34:15 +02:00
Jensun Ravichandran
42eb53d73a
[FEATURE] Add euclidean_similarity
and margin_loss
2021-06-15 15:57:59 +02:00
Jensun Ravichandran
6e8a52e371
[FEATURE] Add standalone reasonings and CBC competition
2021-06-15 15:41:28 +02:00
Jensun Ravichandran
0f450ed8a0
[BUGFIX] Remove dangerous mutable default arguments
...
See
https://stackoverflow.com/questions/1132941/least-astonishment-and-the-mutable-default-argument
for more information.
2021-06-15 00:14:34 +02:00
Jensun Ravichandran
1f458ac0cc
[FEATURE] Add distribution property to LabeledComponents
2021-06-14 21:08:48 +02:00
Jensun Ravichandran
d45e71256c
[TEST] Test literal initializers
2021-06-14 19:53:44 +02:00
Jensun Ravichandran
fc9edeaa97
[FEATURE] Add more initializers
2021-06-14 19:53:02 +02:00
Jensun Ravichandran
549e6a10c1
[TEST] Add tests for reasonings initializers
2021-06-14 17:20:57 +02:00
Jensun Ravichandran
9241475570
[REFACTOR] Refactor parse_distribution
2021-06-14 17:20:22 +02:00
Jensun Ravichandran
083cc929be
[REFACTOR] Add reasonings initializers
2021-06-14 17:19:45 +02:00
Jensun Ravichandran
668c9a1fb7
[TEST] Add more tests
2021-06-14 14:45:14 +02:00
Jensun Ravichandran
d2d6f31e7b
[REFACTOR] Simplify ReasoningComponents
2021-06-14 14:44:36 +02:00
Jensun Ravichandran
6ad665f8c2
[REFACTOR] Simplify initializer validation
2021-06-13 23:04:07 +00:00
Jensun Ravichandran
2af1da7f23
Add standalone labels module
2021-06-13 22:54:29 +00:00
Jensun Ravichandran
84e08955f7
Check if build passes with python3.9
2021-06-13 17:02:57 +00:00
Jensun Ravichandran
935d9fa7ad
Add similarities
2021-06-12 20:50:04 +02:00
Jensun Ravichandran
d26a626677
Temporarily remove tangent distance
2021-06-12 20:48:39 +02:00
Jensun Ravichandran
b4ad870b7c
Remove prototorch/functions and prototorch/modules
2021-06-12 20:48:09 +02:00
Jensun Ravichandran
38244f6691
Add setup.cfg
2021-06-12 20:41:00 +02:00
Jensun Ravichandran
1ba7f5c4f7
Add core test suite
2021-06-12 20:40:23 +02:00
Jensun Ravichandran
a30672b932
Temporarily remove GTLVQ
2021-06-12 20:39:47 +02:00
Jensun Ravichandran
093a79d533
[REFACTOR] Reorganize files and folders
2021-06-12 20:38:16 +02:00
Jensun Ravichandran
25dbde4e43
Remove tests/test_functions.py
2021-06-12 20:30:53 +02:00
Jensun Ravichandran
5dddb39ec4
[REFACTOR] Clean and move components and initializers into core
2021-06-12 20:29:24 +02:00
Jensun Ravichandran
b8969347b1
Add more utils
2021-06-12 04:58:11 +02:00
Jensun Ravichandran
dfefd128c4
Update gitignore
2021-06-12 04:57:26 +02:00
Jensun Ravichandran
5e72fd8187
Remove test_components.py
2021-06-12 04:54:54 +02:00
Jensun Ravichandran
4a99bcbf0d
Update datasets test suite
2021-06-11 23:43:18 +02:00
Jensun Ravichandran
44e4709387
Minor aesthetic changes
2021-06-11 23:42:19 +02:00
Jensun Ravichandran
0b2aaa42b8
Add utils test suite
2021-06-11 23:08:32 +02:00
Jensun Ravichandran
abae72d624
Update utils module
2021-06-11 23:08:12 +02:00
Jensun Ravichandran
92b8d1785c
Clean colors.py
2021-06-11 23:07:55 +02:00
Jensun Ravichandran
56d554ed83
Remove celluloid.py
2021-06-11 23:07:22 +02:00
Jensun Ravichandran
396d569351
Add utils.py
2021-06-11 23:07:07 +02:00