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
No
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
Yes
No
Entry-level Setup Fee
No setup fee
No 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 reports
8.3216 Ratings
00 Ratings
Customizable dashboards
8.0313 Ratings
00 Ratings
Report Formatting Templates
7.3228 Ratings
00 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 analysis
8.0322 Ratings
00 Ratings
Formatting capabilities
6.0315 Ratings
00 Ratings
Integration with R or other statistical packages
6.0154 Ratings
00 Ratings
Report sharing and collaboration
8.0299 Ratings
00 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 Web
6.3210 Ratings
00 Ratings
Publish to PDF
7.3257 Ratings
00 Ratings
Report Versioning
8.0176 Ratings
00 Ratings
Report Delivery Scheduling
9.0183 Ratings
00 Ratings
Delivery to Remote Servers
8.5108 Ratings
00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
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.
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).
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.
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
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.
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.
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.
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.
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