Skip to content

Commit c3f9fa6

Browse files
authored
Merge pull request #5 from maxmekiska/development
Architecture improvements, tensorboard support, new performance chart design, improved documentation
2 parents d24d0b8 + aa31c2a commit c3f9fa6

File tree

15 files changed

+3084
-781
lines changed

15 files changed

+3084
-781
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,11 @@ activation function type
6767
### 1.1.0
6868

6969
- removed batch_size parameter from fit_model method
70-
- hyperparameter optimization added via the Optuna library
70+
- hyperparameter optimization added via the Optuna library
71+
72+
73+
### 1.2.0
74+
75+
- added Tensorboard support
76+
- changed show_performance plot to show loss and metric values
77+
- added optional dropout and regularization layers to architectures

README.md

Lines changed: 770 additions & 347 deletions
Large diffs are not rendered by default.

imbrium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"
22

33
from imbrium import architectures, blueprints, predictors, utils

0 commit comments

Comments
 (0)