Jens Ahrensfeld jens
  • Joined on 2024-03-03
jens pushed to master at jens/pyRBM 2025-12-18 21:32:11 +01:00
a60f802443 refactored
jens pushed to master at jens/pyRBM 2025-12-18 21:23:26 +01:00
b206ab5788 Entity: refactored taining algo into train module
jens pushed to master at jens/pyRBM 2025-12-18 19:47:33 +01:00
6664ebdb9b added shape to entity
jens pushed to master at jens/pyRBM 2025-12-18 18:15:11 +01:00
c1c6c610ad - wrap numpy and cupy in matrix as np
9000e70607 - fixed training_remain
Compare 2 commits »
jens pushed to master at jens/pyRBM 2025-12-18 16:36:54 +01:00
3936a5be27 fixed progress indication
jens pushed to master at jens/pyRBM 2025-12-18 16:06:34 +01:00
1b51861daf fixed contamination of function parameter
jens pushed to master at jens/pyRBM 2025-12-18 15:50:04 +01:00
3b68b9ad79 - fixed v_to_ph parameter consideration
jens pushed to master at jens/pyRBM 2025-12-18 12:50:03 +01:00
855c392970 - changed status interval
jens pushed to master at jens/pyRBM 2025-12-18 12:31:37 +01:00
f6bccd3737 fixed deep stack status update
jens pushed to master at jens/pyRBM 2025-12-18 12:24:24 +01:00
5cbef6b09f refactored
jens pushed to master at jens/pyRBM 2025-12-18 11:43:40 +01:00
470d2bfa9a rbm: use update interval of 1%
jens pushed to master at jens/pyRBM 2025-12-18 11:40:32 +01:00
905ae8da81 - layer: only calculate rms_error_accu() if status report is necessary
jens pushed to master at jens/we_collect 2025-12-18 11:23:53 +01:00
04bf06dfa9 - refactored luftwiderstand
jens pushed to master at jens/pyRBM 2025-12-18 10:06:44 +01:00
28fee91ec7 fixed layer construction
29839c082e added matplotlib
eb975da018 refactored
Compare 3 commits »
jens pushed to master at jens/pyRBM 2025-12-17 20:12:38 +01:00
c06fc7f485 use argparser for project selection
b7f9bf66b0 use dot product for weights
Compare 2 commits »
jens pushed to master at jens/pyRBM 2025-12-17 19:33:48 +01:00
6c02e3c229 - use training data if test data not found
jens pushed to master at jens/pyRBM 2025-12-17 19:30:07 +01:00
b4cd05d803 - fixed max index
jens pushed to master at jens/pyRBM 2025-12-17 19:17:42 +01:00
8dcf0872b9 [Rbm]
jens pushed to master at jens/pyRBM 2025-12-17 18:52:40 +01:00
866b61c77b - refactored Status
jens pushed to master at jens/pyRBM 2025-12-17 18:44:13 +01:00
4aba7585cc - refactored Rbm