Qlik Cloud Analytics (Qlik Sense) vs. TensorFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Qlik Cloud Analytics (Qlik Sense)
Score 8.2 out of 10
N/A
Qlik Sense® is a self-service BI platform for data discovery and visualization. It supports a full range of analytics use cases—data governance, pixel-perfect reporting, and collaboration. Its Associative Engine indexes and connects relationships between data points for creating actionable insights.
$200
per month
TensorFlow
Score 7.7 out of 10
N/A
TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A
Pricing
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Editions & Modules
Starter
$200
per month
Standard
$825
per month
Premium
$2750
per month
Qlik Sense (On-Premise)
Contact Sales
No answers on this topic
Offerings
Pricing Offerings
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Features
Qlik Cloud Analytics (Qlik Sense)TensorFlow
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
7.9
315 Ratings
4% below category average
TensorFlow
-
Ratings
Pixel Perfect reports8.3216 Ratings00 Ratings
Customizable dashboards8.0313 Ratings00 Ratings
Report Formatting Templates7.3228 Ratings00 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
7.0
326 Ratings
14% below category average
TensorFlow
-
Ratings
Drill-down analysis8.0322 Ratings00 Ratings
Formatting capabilities6.0315 Ratings00 Ratings
Integration with R or other statistical packages6.0154 Ratings00 Ratings
Report sharing and collaboration8.0299 Ratings00 Ratings
Report Output and Scheduling
Comparison of Report Output and Scheduling features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
7.8
278 Ratings
5% below category average
TensorFlow
-
Ratings
Publish to Web6.3210 Ratings00 Ratings
Publish to PDF7.3257 Ratings00 Ratings
Report Versioning8.0176 Ratings00 Ratings
Report Delivery Scheduling9.0183 Ratings00 Ratings
Delivery to Remote Servers8.5108 Ratings00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
6.7
314 Ratings
18% below category average
TensorFlow
-
Ratings
Pre-built visualization formats (heatmaps, scatter plots etc.)6.7307 Ratings00 Ratings
Location Analytics / Geographic Visualization8.5283 Ratings00 Ratings
Predictive Analytics6.0195 Ratings00 Ratings
Pattern Recognition and Data Mining5.52 Ratings00 Ratings
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
7.8
297 Ratings
9% below category average
TensorFlow
-
Ratings
Multi-User Support (named login)6.7276 Ratings00 Ratings
Role-Based Security Model8.5272 Ratings00 Ratings
Multiple Access Permission Levels (Create, Read, Delete)7.4275 Ratings00 Ratings
Report-Level Access Control7.52 Ratings00 Ratings
Single Sign-On (SSO)9.0218 Ratings00 Ratings
Mobile Capabilities
Comparison of Mobile Capabilities features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
7.5
221 Ratings
3% below category average
TensorFlow
-
Ratings
Responsive Design for Web Access8.0215 Ratings00 Ratings
Mobile Application8.0133 Ratings00 Ratings
Dashboard / Report / Visualization Interactivity on Mobile9.0185 Ratings00 Ratings
Application Program Interfaces (APIs) / Embedding
Comparison of Application Program Interfaces (APIs) / Embedding features of Product A and Product B
Qlik Cloud Analytics (Qlik Sense)
8.4
145 Ratings
8% above category average
TensorFlow
-
Ratings
REST API8.0125 Ratings00 Ratings
Javascript API8.594 Ratings00 Ratings
iFrames8.094 Ratings00 Ratings
Java API8.571 Ratings00 Ratings
Themeable User Interface (UI)8.597 Ratings00 Ratings
Customizable Platform (Open Source)9.084 Ratings00 Ratings
Best Alternatives
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Small Businesses
Yellowfin
Yellowfin
Score 8.7 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.8 out of 10
Medium-sized Companies
Reveal
Reveal
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
Enterprises
Kyvos Semantic Layer
Kyvos Semantic Layer
Score 9.5 out of 10
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Likelihood to Recommend
8.3
(332 ratings)
6.0
(15 ratings)
Likelihood to Renew
8.4
(7 ratings)
-
(0 ratings)
Usability
8.3
(14 ratings)
9.0
(1 ratings)
Support Rating
7.3
(9 ratings)
9.1
(2 ratings)
In-Person Training
9.1
(1 ratings)
-
(0 ratings)
Online Training
9.1
(1 ratings)
-
(0 ratings)
Implementation Rating
7.3
(5 ratings)
8.0
(1 ratings)
Vendor post-sale
9.1
(1 ratings)
-
(0 ratings)
Vendor pre-sale
9.1
(1 ratings)
-
(0 ratings)
User Testimonials
Qlik Cloud Analytics (Qlik Sense)TensorFlow
Likelihood to Recommend
Qlik
Qlik Sense is a program whose purpose is to greatly improve all your operations and use of all data in an organic way. The mission will always be to increase the economic and commercial processes of the company in a short time. I recommended it for its high technology, which was Created for this area, the results are successful. We have noticed how it has increased relationships with our clients thanks to the credibility and security that we provide.
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).
Read full review
Pros
Qlik
  • Flexibility in data recording, from the app, as well as in handling them. Allowing you to view reports quickly and effectively.
  • Easy to generate dynamic graphics according to our needs.
  • It is very easy to use, intuitive, so it does not generate costs in the learning process compared to the tool with collaborators
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.
Read full review
Cons
Qlik
  • Scalability is RAM limited, all data is associative and in-memory so server's RAM is directly proportional to performance
  • Limitation on advanced analytics capabilities in the form of R integration to perform complex statistical and analytical calculations
  • Can have more intuitive interface
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
Qlik
Qlik Sense is a constantly improving it's software and working with its' users to make it better. They are great at keeping their users informed of progress and care about delivering a quality product
Read full review
Open Source
No answers on this topic
Usability
Qlik
Qlik Sense has a better and easy to learn user interface compared with other analytics tool which always help us to create regular and adhoc reports within the stipulated time frame and can be easily refreshed at a scheduled time and sent to multiple stakeholders for timely update regarding the Key metrics indicator.
Read full review
Open Source
Support of multiple components and ease of development.
Read full review
Support Rating
Qlik
Qlik is great for companies with lots of business domains and departments because it scales well, especially if data that is reported is saved in SQL and similar structures. Its ease of use and good UI enables business units to create and manage their own reports. That removes a great burden of creating and managing/modifying these pages from the IT team. Overall, it's a win-win for both IT and business units.
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.
Read full review
In-Person Training
Qlik
The instructor was very knowledgeable.
Read full review
Open Source
No answers on this topic
Online Training
Qlik
The online instructor was very knowledgeable.
Read full review
Open Source
No answers on this topic
Implementation Rating
Qlik
Hire Qlik consultants. It's better done by them or with their aid.
Read full review
Open Source
Use of cloud for better execution power is recommended.
Read full review
Alternatives Considered
Qlik
The customization of the platform opens up plenty of other options depending on the use cases. The API layer is incredibly rich and makes integration of Qlik based visualization into web pages a simple and effective pattern. It's been very easy to use with a great community made up of professionals. Qlik Sense has introduces artificial Intelligence into my data visualization and reporting activity.
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
Read full review
Return on Investment
Qlik
  • Once an app is published and running good, we can quickly see the time we save to analyze data.
  • It's hard sometimes to realize the money we save by using this system.
  • People start understanding the power of data and asking more questions.
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.
Read full review
ScreenShots

Qlik Cloud Analytics (Qlik Sense) Screenshots

Screenshot of Qlik Sense Cash Flow DashboardScreenshot of Qlik Sense Global Smart SearchScreenshot of Qlik Sense Smart Data Compression - Get immediate insight on large dataScreenshot of Extend, mix and mash-up with our APIsScreenshot of Add "External data" with Qlik DataMarket - Data as a ServiceScreenshot of Visualization Bundle