TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    SAP Data Intelligence

    Score7.6 out of 10
    N/ASAP Data Intelligence is presented by the vendor as a single solution to innovate with data. It provides data-driven innovation in the cloud, on premise, and through BYOL deployments. It is described by the vendor as the new evolution of the company's data orchestration and management solution running on Kubernetes, released by SAP in 2017 to deal with big data and complex data orchestration working across distributed landscapes and processing engine.N/A

    TensorFlow

    Score7.6 out of 10
    N/ATensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A
    Pricing
    SAP Data IntelligenceTensorFlow
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    SAP Data IntelligenceTensorFlow
    Free Trial
    YesNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    SAP Data IntelligenceTensorFlow
    Considered Both Products
    SAP
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    98%
    Would buy again
    51 Answers
    No answers on this topic
    Delivers good value for the price
    90%
    Delivers good value for the price
    36 Answers
    No answers on this topic
    Happy with the feature set
    98%
    Happy with the feature set
    52 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    88%
    Lived up to sales and marketing promises
    28 Answers
    No answers on this topic
    Implementation went as expected
    86%
    Implementation went as expected
    32 Answers
    No answers on this topic
    Best Alternatives
    SAP Data IntelligenceTensorFlow
    Small Businesses
    No answers on this topic
    Google Cloud AI
    Score8.7 out of 10
    Medium-sized Companies
    SAP Datasphere
    Score8.6 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Enterprises
    Talend Data Fabric
    Score10 out of 10
    Google Cloud AI
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    SAP Data IntelligenceTensorFlow
    Likelihood to Recommend
    8.1
    (55 ratings)
    6.0
    (15 ratings)
    Likelihood to Renew
    8.2
    (2 ratings)
    -
    (0 ratings)
    Usability
    8.2
    (50 ratings)
    9.0
    (1 ratings)
    Support Rating
    7.0
    (47 ratings)
    9.1
    (2 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.0
    (1 ratings)
    Configurability
    8.2
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    9.1
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    9.1
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    SAP Data IntelligenceTensorFlow
    Likelihood to Recommend
    SAP
    If you have an SAP products ecosystem in your IT landscape, it becomes a no-brainer to go ahead with an SAP Data Intelligence product for your data orchestration, data management, and advanced data analytics needs, such as data preparation for your AI/ML processes. It provides a seamless integration with other SAP products.
    Incentivized
    Read full review
    Open Source
    TensorFlow is great for most deep learning purposes. This is especially true in two domains: 1. Computer vision: image classification, object detection and image generation via generative adversarial networks 2. Natural language processing: text classification and generation. The good community support often means that a lot of off-the-shelf models can be used to prove a concept or test an idea quickly. That, and Google's promotion of Colab means that ideas can be shared quite freely. Training, visualizing and debugging models is very easy in TensorFlow, compared to other platforms (especially the good old Caffe days). In terms of productionizing, it's a bit of a mixed bag. In our case, most of our feature building is performed via Apache Spark. This means having to convert Parquet (columnar optimized) files to a TensorFlow friendly format i.e., protobufs. The lack of good JVM bindings mean that our projects end up being a mix of Python and Scala. This makes it hard to reuse some of the tooling and support we wrote in Scala. This is where MXNet shines better (though its Scala API could do with more work).
    Incentivized
    Read full review
    Pros
    SAP
    • It integrates well with our current ecosystem of SAP products, like HANA.
    • It provides end-to-end machine learning operations, with tools for the complete model life cycle.
    • It has a simple user interface for novice users, with complex tools also available for power users.
    • It builds on SAP Data Hub, providing all the ETL functions of that tool with additional machine learning functionality.
    • It can run in the cloud, no on-premise software management needed.
    • Many programming languages are supported, it provides a sandbox environment for the user to develop in whichever style they prefer.
    • SAP is very actively developing and improving it.
    Incentivized
    Read full review
    Open Source
    • A vast library of functions for all kinds of tasks - Text, Images, Tabular, Video etc.
    • Amazing community helps developers obtain knowledge faster and get unblocked in this active development space.
    • Integration of high-level libraries like Keras and Estimators make it really simple for a beginner to get started with neural network based models.
    Incentivized
    Read full review
    Cons
    SAP
    • Data transfer speed tends to be slow when there is poor internet connection since SAP Data Intelligence don’t synchronize data while offline. However, this is not vendor fault, that’s why we have implemented robust wireless technology internet connection in our organization.
    Incentivized
    Read full review
    Open Source
    • RNNs are still a bit lacking, compared to Theano.
    • Cannot handle sequence inputs
    • Theano is perhaps a bit faster and eats up less memory than TensorFlow on a given GPU, perhaps due to element-wise ops. Tensorflow wins for multi-GPU and “compilation” time.
    Read full review
    Likelihood to Renew
    SAP
    Allow collaborations among various personas
    with insights as ratings and comments on the
    datasets Reuse knowledges on the datasets for new users Next-Gen Data Management and Artificial Intelligence
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    SAP
    I think the troubleshooting process might be streamlined with improved error recording and tracing. A lot of information about issues and how to fix them is hidden away in the Kubernetes pods themselves. I'm not sure whether SAP Data Intelligence can fix this problem it may be connected to Kubernetes's design, in which case fixing it could need modifications inside Kubernetes itself.
    Incentivized
    Read full review
    Open Source
    Support of multiple components and ease of development.
    Incentivized
    Read full review
    Support Rating
    SAP
    Initially we struggle to get help from SAP but then dedicated Dev angel was assigned to us and that simplify the overall support scenario. There is still room of improvement in documentation around SAP Data intelligence. We struggle a lot to initially understand the feature and required help around performance improvement area,
    Incentivized
    Read full review
    Open Source
    Community support for TensorFlow is great. There's a huge community that truly loves the platform and there are many examples of development in TensorFlow. Often, when a new good technique is published, there will be a TensorFlow implementation not long after. This makes it quick to ally the latest techniques from academia straight to production-grade systems. Tooling around TensorFlow is also good. TensorBoard has been such a useful tool, I can't imagine how hard it would be to debug a deep neural network gone wrong without TensorBoard.
    Incentivized
    Read full review
    Implementation Rating
    SAP
    No answers on this topic
    Open Source
    Use of cloud for better execution power is recommended.
    Incentivized
    Read full review
    Alternatives Considered
    SAP
    One of the reasons to pick SAP Data Intelligence is the speed and security it provides, in addition to the excellent support it provides. It is also compatible with all popular databases, which is another reason to choose it.
    Incentivized
    Read full review
    Open Source
    Keras is built on top of TensorFlow, but it is much simpler to use and more Python style friendly, so if you don't want to focus on too many details or control and not focus on some advanced features, Keras is one of the best options, but as far as if you want to dig into more, for sure TensorFlow is the right choice
    Incentivized
    Read full review
    Return on Investment
    SAP
    • Automation of data management slashed tasks by over 60% in most departments for the first 8 months.
    • Metadata catalogs have enabled us to categorize data from disjointed sources in one place.
    • It runs multiple ML models which enhances flexibility when managing data.
    Incentivized
    Read full review
    Open Source
    • Learning is s bit difficult takes lot of time.
    • Developing or implementing the whole neural network is time consuming with this, as you have to write everything.
    • Once you have learned this, it make your job very easy of getting the good result.
    Incentivized
    Read full review
    ScreenShots

    SAP Data Intelligence Screenshots

    Screenshot of Business GlossaryScreenshot of Example of data quality operatorsScreenshot of Data profiling fact sheetScreenshot of SAP Data Intelligence Jupyter lab notebook for machine learningScreenshot of SAP Data Intelligence data pipeline using PythonScreenshot of SAP Data Intelligence example ata quality dashboard