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

Add Transfer Learning #30

Open braun-steven opened 6 years ago

braun-steven commented 6 years ago

Description

Implement a way to retrain serialized models on different data (see also: Deeplearning4j Transfer Learning). On of that, a weka-filter could make use of a serialized model as feature transformation to preprocess a given dataset.

See also #27.