Do we have any documentations on how to implement autoencoder for clustering within Dataiku?

Thiagarajan
Registered Posts: 18 ✭✭
Can you provide some examples to implement autoencoders for detecting patterns in data without any labels.
Operating system used: v12.6.3
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,283 Dataiker
Hi,
You would typically need to use custom code in Python recipes and notebooks to use autoencoders, as these are not available in VisualML in DSS.
Once you have your autoencoders you can save them to a managed folder see :
https://community.dataiku.com/discussion/2314/how-to-save-a-keras-model-from-a-python-recipe-in-a-folder
Thanks