Commit graph

18 commits

Author SHA1 Message Date
Aodhnait Étaín 12d229e502 Add sub, neg and log methods to pygrad.tensor 2020-11-16 00:44:12 +00:00
Aodhnait Étaín de084e8ce3 Add TODO 2020-11-15 22:11:05 +00:00
Aodhnait Étaín f8101400c2 Add tanh method to tensor 2020-11-15 21:59:25 +00:00
Aodhnait Étaín f182af0cdd Add element-wise division of tensors 2020-11-15 21:52:34 +00:00
Aodhnait Étaín d39a843ef9 Add utility tensor function 2020-11-15 21:51:56 +00:00
Aodhnait Étaín 52d266ef91 Fix tensor.add to diff. matrices properly 2020-11-15 19:45:51 +00:00
Aodhnait Étaín c1c48bb693 Update nn.test 2020-11-15 19:45:05 +00:00
Aodhnait Étaín f85b9670b2 Remove debug print 2020-11-15 19:12:43 +00:00
Aodhnait Étaín 0ad8ac2fcd Add rule to ignore __pycache__ 2020-11-15 19:05:06 +00:00
Aodhnait Étaín 2755798390 Update README to reflect added support for arrays 2020-11-15 19:04:49 +00:00
Aodhnait Étaín a75365a1ab Refactor into more traditional project structure
Splits nn.py into pygrad/nn.py and pygrad/tensor.py.
2020-11-15 18:59:06 +00:00
Aodhnait Étaín 4ee1d39a20 Add logo to README 2020-11-14 23:07:42 +00:00
Aodhnait Étaín b417bd0572 Add more TODOs 2020-11-14 22:38:30 +00:00
Aodhnait Étaín a7004274f5 Update example in README 2020-11-14 20:58:11 +00:00
Aodhnait Étaín a3afa0c797 Add include/ to .gitignore 2020-11-14 20:45:38 +00:00
Aodhnait Étaín 46a7f327ce Add exp function
Adds exp function to the Tensor class.
2020-11-14 20:44:55 +00:00
Aodhnait Étaín 8788404350 Add .gitignore
Adds .gitignore files with rules to ignore python-venv folders and
files.
2020-11-14 19:56:23 +00:00
Aodhnait Étaín a1c91c7cda uwu it actually works 2020-11-14 19:27:42 +00:00