Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
184 stars 197 forks source link

[Feature] Model Outputs Weights to Weka GUI #42

Open RoadToML opened 5 years ago

RoadToML commented 5 years ago

Would love support to output the weights of each attribute (similar to the MLP classifier) in the output window (or save to file). Thanks

braun-steven commented 5 years ago

1) Output in window: This is not feasible and not informative since the number of weights usually grow higher than tens of thousands or millions. 2) Save to file: I will look into it

kamilkahveci commented 5 years ago

I also need to learn weights and I generally have neural network models with a few hidden layers for regression.

RoadToML commented 5 years ago

@steven-lang any updates on this (saving weights to file) mate?