Includes input energy parameter in the model and adds non-linearities
Compare changes
- Danilo Ferreira de Lima authored
+ 13
− 6
@@ -2,6 +2,7 @@ from sklearn.base import BaseEstimator, RegressorMixin
@@ -20,9 +21,9 @@ class BNN(nn.Module):
@@ -34,7 +35,7 @@ class BNN(nn.Module):
@@ -49,11 +50,17 @@ class BNN(nn.Module):
@@ -126,7 +133,7 @@ class BNNModel(RegressorMixin, BaseEstimator):