The Dataiku platform unifies data work from analytics to Generative AI. It supports enterprise analytics with visual, cloud-based tooling for data preparation, visualization, and workflow automation.
N/A
Keras
Score 7.0 out of 10
N/A
Keras is a Python deep learning library
N/A
Pricing
Dataiku
Keras
Editions & Modules
Discover
Contact sales team
Business
Contact sales team
Enterprise
Contact sales team
No answers on this topic
Offerings
Pricing Offerings
Dataiku
Keras
Free Trial
Yes
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Dataiku
Keras
Considered Both Products
Dataiku
Verified User
Anonymous
Chose Dataiku
Dataiku was selected for me, but I am happy about that. I like Dataiku for the user experience, it feels less code-y and I like to demo things to non technical stakeholders because they can still follow along. When you open some other notebooks, you can see that peoples eyes …
Strictly for Data Science operations, Anaconda can be considered as a subset of Dataiku DSS. While Anaconda supports Python and R programming languages, Dataiku also provides this facility, but also provides GUI to creates models with just a click of a button. This provides the …
Open source availability is a critical factor given licensing cost of other platforms and budget reasons. Secondly, the available features in the community version covers most of the use cases, thus making it comparable or even outdo commercial versions of other software. …
Anaconda is mainly used by professional data scientists who have profound knowledge of Python coding, mainly used for building some new algorithm block or some optimization, then the module will be integrated into the Dataiku pipeline/workflow. While Dataiku can be used by …
As Keras is the high level API, so using Keras, we don't have to be bothered by the low level TensorFlow complexity, and we can reduce a lot coding and testing efforts.
For beginners, I always recommend starting with Keras, because it's really easy to use and learn at first. There is not much pre-requisite for this to start with.
Keras is a good point where you can learn lots of things and also have hands-on experience. There is not much comparison of Keras with Tensorlow, as Keras is a wrapper library which supports TensorFlow and Theano as backends for computation. But once you have enough knowledge …
Keras is good to develop deep learning models. As compared to TensorFlow, it's easy to write code in Keras. You have more power with TensorFlow but also have a high error rate because you have to configure everything by your own. And as compared to MATLAB, I will always prefer …
TensorFlow and Caffe are bit hard to learn but they give you power to implement everything by you own. But most of the time it is not required to implement our own algorithm, we can solve the problem with just using the already provided algorithms. As compared to TensorFlow and …
Dataiku DSS is very well suited to handle large datasets and projects which requires a huge team to deliver results. This allows users to collaborate with each other while working on individual tasks. The workflow is easily streamlined and every action is backed up, allowing users to revert to specific tasks whenever required. While Dataiku DSS works seamlessly with all types of projects dealing with structured datasets, I haven't come across projects using Dataiku dealing with images/audio signals. But a workaround would be to store the images as vectors and perform the necessary tasks.
I would recommend it for use when anyone wants to quickly develop a neural network. Or if a user is solving any machine learning problem that includes deep learning. And this kind of problem will be like image recognition, face recognition, doing some text analysis using deep learning which includes LSTM or some other algorithm.
The user experience is very good. Everything feels intuitive and "flows" (sorry excuse the pun) so nicely, and the customization level is also appropriate to the tool. Even as a newer data scientist, it felt easy to use and the explanations/tutorials were very good. The documentation is also at a good level
The amazing part of Dataiku DSS is their customer service. Based on urgency and technical level, you get a reply from the Dataiku engineer when you raise a query. So far, my queries have been pretty complex to solve, so I have received solutions even from the CTO of the company as well, which is why I would describe their customer support as very good.
Dataiku was selected for me, but I am happy about that. I like Dataiku for the user experience, it feels less code-y and I like to demo things to non technical stakeholders because they can still follow along. When you open some other notebooks, you can see that peoples eyes start to glaze over
As Keras is the high level API, so using Keras, we don't have to be bothered by the low level TensorFlow complexity, and we can reduce a lot coding and testing efforts.