Skip to content

Commit

Permalink
Update example for standard flnn model
Browse files Browse the repository at this point in the history
  • Loading branch information
thieupu committed Nov 26, 2023
1 parent 0723d6f commit 9496d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exam_standard_flnn_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
data.y_test = scaler_y.transform(data.y_test)

## Create model
model = FlnnRegressor(expand_name="chebyshev", n_funcs=4, act_name="elu",
model = FlnnRegressor(expand_name="chebyshev", n_funcs=4, act_name="none",
obj_name="MSE", max_epochs=100, batch_size=32, optimizer="SGD", verbose=True)

## Train the model
Expand Down

0 comments on commit 9496d6b

Please sign in to comment.