Jens Ahrensfeld jens
  • Joined on 2024-03-03
jens pushed to master at jens/pyRBM 2026-01-10 16:46:35 +01:00
be64b0f8ce refactored
1722a68b2a [entity]
Compare 2 commits »
jens pushed to master at jens/pyRBM 2026-01-10 14:13:28 +01:00
00fe5fd178 updated notebooks
f7e3693f45 - added image module with sub image and normalize
b6a511e33c improved tests
f1aae9b0f1 [train]
381ec8d0e3 improved tests
Compare 6 commits »
jens pushed to master at jens/pyRBM 2026-01-06 21:51:36 +01:00
074ded1581 improved tests
9025f54434 simplified EntityParams.from_dict
e7b287e632 - simplified TrainingParams.from_dict
Compare 3 commits »
jens pushed to master at jens/pyRBM 2026-01-06 21:06:22 +01:00
226453c7ae fixed status indention
c879ff583b updated notebooks
186fd423b9 updated notebooks
Compare 3 commits »
jens pushed to master at jens/pyRBM 2026-01-06 18:17:57 +01:00
7d3ab02e26 fixed dividing l2-norm by length of vector
jens pushed to master at jens/pyRBM 2026-01-06 18:00:33 +01:00
542b8ae9b0 added L2-Regulation
jens pushed to master at jens/pyRBM 2026-01-06 12:11:26 +01:00
ff6254a15d - Status has entity paarmeter
jens pushed to master at jens/pyRBM 2026-01-06 09:44:51 +01:00
42520e5761 improved tests
ec5d259ff7 Entity: added property enable training
Compare 2 commits »
jens pushed to master at jens/pyRBM 2026-01-05 21:46:48 +01:00
b1fe7229fa updated cifar_test
jens pushed to master at jens/pyRBM 2026-01-05 21:39:35 +01:00
b6a3779bf9 updated cifar_test and mnist_test
74138b5514 train: swapped epochs and mini-batch loop
Compare 2 commits »
jens pushed to master at jens/pyRBM 2026-01-05 19:42:14 +01:00
562e9e9bda added mnist_test
ae6ab9b9b5 updated cifar_test
d238d2954e grad_compute(): pre-multiply weight decay with learning rate
Compare 3 commits »
jens pushed to master at jens/pyRBM 2026-01-05 18:08:29 +01:00
10999ec731 updated notebook
jens pushed to master at jens/pyRBM 2026-01-05 14:49:10 +01:00
2fd55ee69c updated notebook
fdf4186d6b significantly improved GB-RBM training
Compare 2 commits »
jens pushed to master at jens/pyRBM 2026-01-04 18:31:14 +01:00
9f72c1f253 - added cifar_test as jupiter lab
73d4486fb7 test_norbs: added mode hidden gaussian - hidden binary
Compare 2 commits »
jens pushed to master at jens/pyRBM 2026-01-03 19:31:39 +01:00
6546c37657 train: fixed gaussian sampling
jens pushed to master at jens/pyRBM 2026-01-03 13:07:32 +01:00
e6c959d890 - fixed test_xor
e56f99535a improved tests
529252166a train: sample gaussian visible units
Compare 3 commits »
jens pushed to master at jens/pyRBM 2026-01-03 12:11:18 +01:00
63bfd3ed80 updated
f828c26f36 refactored
94595ddd8a train: added cd_binary_gaussian
Compare 3 commits »
jens pushed to master at jens/pyRBM 2026-01-02 22:50:11 +01:00
fa9f595be6 use gray color map
082bb3c566 Label: added OneHote encoding
2e714685d1 model: forward() is not abstract method
c87b8f8ed0 fixed
48f3642e44 fixed TrainingParams
Compare 5 commits »
jens pushed to master at jens/pyRBM 2026-01-02 14:55:30 +01:00
c7f820ec63 - adapted test to TrainingParameter as parat of Entity
10691894d1 - training params are (again) attrubute of Entity
8b97350564 cd_binary_binary: added gibbs sampling
e67207504b fixed cd_binary_binary
Compare 4 commits »
jens pushed to master at jens/pyRBM 2026-01-01 12:30:31 +01:00
dc998d30a2 - initroduced types: BB-RBM GB-RBM, GG-RBM as property of entity