tsrobinson / SyGNet

Synthetic data using Generative Adversarial Networks
GNU General Public License v3.0
11 stars 2 forks source link

Sigmoid activation in mixed activation for linear outputs #45

Open tsrobinson opened 1 year ago

tsrobinson commented 1 year ago

As discovered by @antndlcrx, we can get better performance by using sigmoid rather than identity activation functions for continuous inputs, since we scale these to 0-1 in the data preprocessing.

@tsrobinson to update codebase to make this default behavior.