Deep Learning works inside DSS?
tiagoandresvaz
Registered, Dataiku Frontrunner Awards 2021 Finalist, Dataiku Frontrunner Awards 2021 Participant Posts: 4 ✭✭✭✭
We have been working with Tensorflow and other deep learning libraries and I would like to know if it is supported in the latest version of DSS (any specific version?) and how to use it inside DSS.
The Dataiku documentation suggests the installation of Tensorflow but supplies limited information.
https://www.dataiku.com/learn/guide/code/python/dataiku-with-tensorflow-theano.html
We didn't find any other support materials on the use of this.
Am I trying something that is not in the current path of DSS? Any help?
Tagged:
Answers
-
Deep learning algorithms are already present in Dataiku DSS in some of our machine learning engines (scikit-learn, MLlib...).
Tensorflow in particular currently isn't integrated in our visual interface, however you are free to install it and use it within a recipe or a notebook. The tutorial you found should be sufficient (?).
We have carried several projects using the Tensorflow library within DSS, with no known issue. -
jbirdsell Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Snowflake Advanced, Registered Posts: 1 Partner
Some colleagues of mine recently put together a blog tutorial on deep learning in DSS. Might be helpful here
https://www.phdata.io/dataiku-deep-learning-tutorial-emotion-classification-in-videos/
-
CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
Thanks for the addition @jbirdsell
!