Tableau Desktop vs. TensorFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Tableau Desktop
Score 8.4 out of 10
N/A
Tableau Desktop is a data visualization product from Tableau. It connects to a variety of data sources for combining disparate data sources without coding. It provides tools for discovering patterns and insights, data calculations, forecasts, and statistical summaries and visual storytelling.
$75
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
Tableau DesktopTensorFlow
Editions & Modules
Tableau
$75
per month per user
Tableau Enterprise
$115
per month per user
No answers on this topic
Offerings
Pricing Offerings
Tableau DesktopTensorFlow
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsAll pricing plans are billed annually.
More Pricing Information
Community Pulse
Tableau DesktopTensorFlow
Features
Tableau DesktopTensorFlow
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
Tableau Desktop
8.4
175 Ratings
3% above category average
TensorFlow
-
Ratings
Pixel Perfect reports8.0145 Ratings00 Ratings
Customizable dashboards9.1174 Ratings00 Ratings
Report Formatting Templates8.1151 Ratings00 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
Tableau Desktop
8.3
172 Ratings
3% above category average
TensorFlow
-
Ratings
Drill-down analysis8.5167 Ratings00 Ratings
Formatting capabilities8.4170 Ratings00 Ratings
Integration with R or other statistical packages8.0126 Ratings00 Ratings
Report sharing and collaboration8.5165 Ratings00 Ratings
Report Output and Scheduling
Comparison of Report Output and Scheduling features of Product A and Product B
Tableau Desktop
8.3
166 Ratings
1% above category average
TensorFlow
-
Ratings
Publish to Web8.0155 Ratings00 Ratings
Publish to PDF8.0154 Ratings00 Ratings
Report Versioning8.3120 Ratings00 Ratings
Report Delivery Scheduling8.6128 Ratings00 Ratings
Delivery to Remote Servers8.778 Ratings00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
Tableau Desktop
8.3
164 Ratings
4% above category average
TensorFlow
-
Ratings
Pre-built visualization formats (heatmaps, scatter plots etc.)8.5162 Ratings00 Ratings
Location Analytics / Geographic Visualization8.5156 Ratings00 Ratings
Predictive Analytics8.6131 Ratings00 Ratings
Pattern Recognition and Data Mining7.57 Ratings00 Ratings
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Tableau Desktop
9.0
149 Ratings
6% above category average
TensorFlow
-
Ratings
Multi-User Support (named login)9.0145 Ratings00 Ratings
Role-Based Security Model8.9125 Ratings00 Ratings
Multiple Access Permission Levels (Create, Read, Delete)8.7136 Ratings00 Ratings
Report-Level Access Control9.010 Ratings00 Ratings
Single Sign-On (SSO)9.283 Ratings00 Ratings
Mobile Capabilities
Comparison of Mobile Capabilities features of Product A and Product B
Tableau Desktop
7.9
141 Ratings
2% above category average
TensorFlow
-
Ratings
Responsive Design for Web Access8.7130 Ratings00 Ratings
Mobile Application7.3101 Ratings00 Ratings
Dashboard / Report / Visualization Interactivity on Mobile7.4122 Ratings00 Ratings
Application Program Interfaces (APIs) / Embedding
Comparison of Application Program Interfaces (APIs) / Embedding features of Product A and Product B
Tableau Desktop
7.8
67 Ratings
1% above category average
TensorFlow
-
Ratings
REST API8.259 Ratings00 Ratings
Javascript API7.753 Ratings00 Ratings
iFrames6.951 Ratings00 Ratings
Java API8.348 Ratings00 Ratings
Themeable User Interface (UI)7.454 Ratings00 Ratings
Customizable Platform (Open Source)8.148 Ratings00 Ratings
Best Alternatives
Tableau DesktopTensorFlow
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
Tableau DesktopTensorFlow
Likelihood to Recommend
8.8
(203 ratings)
6.0
(15 ratings)
Likelihood to Renew
7.5
(41 ratings)
-
(0 ratings)
Usability
8.2
(73 ratings)
9.0
(1 ratings)
Availability
10.0
(11 ratings)
-
(0 ratings)
Performance
8.0
(10 ratings)
-
(0 ratings)
Support Rating
1.0
(57 ratings)
9.1
(2 ratings)
In-Person Training
9.4
(4 ratings)
-
(0 ratings)
Online Training
8.0
(5 ratings)
-
(0 ratings)
Implementation Rating
8.0
(34 ratings)
8.0
(1 ratings)
Configurability
7.0
(3 ratings)
-
(0 ratings)
Ease of integration
10.0
(1 ratings)
-
(0 ratings)
Product Scalability
9.0
(4 ratings)
-
(0 ratings)
Vendor post-sale
10.0
(1 ratings)
-
(0 ratings)
Vendor pre-sale
10.0
(1 ratings)
-
(0 ratings)
User Testimonials
Tableau DesktopTensorFlow
Likelihood to Recommend
Tableau
The best scenario is definitely to collect data from several sources and create dedicated dashboards for specific recipients. However, I miss the possibility of explaining these reports in more detail. Sometimes, we order a report, and after half a year, we don't remember the meaning of some data (I know it's our fault as an organization, but the tool could force better practices).
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
Tableau
  • An excellent tool for data visualization, it presents information in an appealing visual format—an exceptional platform for storing and analyzing data in any size organization.
  • Through interactive parameters, it enables real-time interaction with the user and is easy to learn and get support from the community.
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
Tableau
  • Pricing should be more user-friendly and usage-driven
  • Making edits to the production reports is fairly tough and has a vast scope of additional capabilities
  • Tableau Desktop should be able to differentiate itself from the Tableau server else there is no major meaning of two different products being offered
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
Tableau
Our use of Tableau Desktop is still fairly low, and will continue over time. The only real concern is around cost of the licenses, and I have mentioned this to Tableau and fully expect the development of more sensible models for our industry. This will remove any impediment to expansion of our use.
Read full review
Open Source
No answers on this topic
Usability
Tableau
Tableau Desktop has proven to be a lifesaver in many situations. Once we've completed the initial setup, it's simple to use. It has all of the features we need to quickly and efficiently synthesize our data. Tableau Desktop has advanced capabilities to improve our company's data structure and enable self-service for our employees.
Read full review
Open Source
Support of multiple components and ease of development.
Read full review
Reliability and Availability
Tableau
When used as a stand-alone tool, Tableau Desktop has unlimited uptime, which is always nice. When used in conjunction with Tableau Server, this tool has as much uptime as your server admins are willing to give it. All in all, I've never had an issue with Tableau's availability.
Read full review
Open Source
No answers on this topic
Performance
Tableau
Tableau Desktop's performance is solid. You can really dig into a large dataset in the form of a spreadsheet, and it exhibits similarly good performance when accessing a moderately sized Oracle database. I noticed that with Tableau Desktop 9.3, the performance using a spreadsheet started to slow around 75K rows by about 60 columns. This was easily remedied by creating an extract and pushing it to Tableau Server, where performance went to lightning fast
Read full review
Open Source
No answers on this topic
Support Rating
Tableau
Tableau support has been extremely responsive and willing to help with all of our requests. They have assisted with creating advanced analysis and many different types of custom icons, data formatting, formulas, and actions embedded into graphs. Tableau offers a weekly presentation of features and assists with internal company projects.
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
Tableau
It is admittedly hard to train a group of people with disparate levels of ability coming in, but the software is so easy to use that this is not a huge problem; anyone who can follow simple instructions can catch up pretty quickly.
Read full review
Open Source
No answers on this topic
Online Training
Tableau
I think the training was good overall, but it was maybe stating the obvious things that a tech savvy young engineer would be able to pick up themselves too. However, the example work books were good and Tableau web community has helped me with many problems
Read full review
Open Source
No answers on this topic
Implementation Rating
Tableau
Again, training is the key and the company provides a lot of example videos that will help users discover use cases that will greatly assist their creation of original visualizations. As with any new software tool, productivity will decline for a period. In the case of Tableau, the decline period is short and the later gains are well worth it.
Read full review
Open Source
Use of cloud for better execution power is recommended.
Read full review
Alternatives Considered
Tableau
I have used Power BI as well, the pricing is better, and also training costs or certifications are not that high. Since there is python integration in Power BI where I can use data cleaning and visualizing libraries and also some machine learning models. I can import my python scripts and create a visualization on processed data.
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
Scalability
Tableau
Tableau Desktop's scaleability is really limited to the scale of your back-end data systems. If you want to pull down an extract and work quickly in-memory, in my application it scaled to a few tens of millions of rows using the in-memory engine. But it's really only limited by your back-end data store if you have or are willing to invest in an optimized SQL store or purpose-built query engine like Veritca or Netezza or something similar.
Read full review
Open Source
No answers on this topic
Return on Investment
Tableau
  • Tableau was acquired years ago, and has provided good value with the content created.
  • Ongoing maintenance costs for the platform, both to maintain desktop and server licensing has made the continuing value questionable when compared to other offerings in the marketplace.
  • Users have largely been satisfied with the content, but not with the overall performance. This is due to a combination of factors including the performance of the Tableau engines as well as development deficiencies.
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