KNIME enables users to analyze, upskill, and scale data science without any coding. The platform that lets users blend, transform, model and visualize data, deploy and monitor analytical models, and share insights organization-wide with data apps and services.
$0
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
KNIME Analytics Platform
TensorFlow
Editions & Modules
KNIME Community Hub Personal Plan
$0
KNIME Analytics Platform
$0
KNIME Community Hub Team Plan
€99
per month 3 users
KNIME Business Hub
From €35,000
per year
No answers on this topic
Offerings
Pricing Offerings
KNIME Analytics Platform
TensorFlow
Free Trial
No
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
KNIME Analytics Platform
TensorFlow
Features
KNIME Analytics Platform
TensorFlow
Platform Connectivity
Comparison of Platform Connectivity features of Product A and Product B
KNIME Analytics Platform
9.2
19 Ratings
9% above category average
TensorFlow
-
Ratings
Connect to Multiple Data Sources
9.619 Ratings
00 Ratings
Extend Existing Data Sources
10.010 Ratings
00 Ratings
Automatic Data Format Detection
9.119 Ratings
00 Ratings
MDM Integration
7.98 Ratings
00 Ratings
Data Exploration
Comparison of Data Exploration features of Product A and Product B
KNIME Analytics Platform
8.1
18 Ratings
3% below category average
TensorFlow
-
Ratings
Visualization
8.018 Ratings
00 Ratings
Interactive Data Analysis
8.118 Ratings
00 Ratings
Data Preparation
Comparison of Data Preparation features of Product A and Product B
KNIME Analytics Platform
8.3
19 Ratings
2% above category average
TensorFlow
-
Ratings
Interactive Data Cleaning and Enrichment
9.019 Ratings
00 Ratings
Data Transformations
9.519 Ratings
00 Ratings
Data Encryption
7.47 Ratings
00 Ratings
Built-in Processors
7.48 Ratings
00 Ratings
Platform Data Modeling
Comparison of Platform Data Modeling features of Product A and Product B
KNIME Analytics Platform
8.0
18 Ratings
5% below category average
TensorFlow
-
Ratings
Multiple Model Development Languages and Tools
9.517 Ratings
00 Ratings
Automated Machine Learning
8.217 Ratings
00 Ratings
Single platform for multiple model development
9.318 Ratings
00 Ratings
Self-Service Model Delivery
5.08 Ratings
00 Ratings
Model Deployment
Comparison of Model Deployment features of Product A and Product B
KNIME Analytics Platform is excellent for people who are finding Excel frustrating, this can be due to errors creeping in due to manual changes or simply that there are too many calculations which causes the system to slow down and crash. This is especially true for regular reporting where a KNIME Analytics Platform workflow can pull in the most recent data, process it and provide the necessary output in one click. I find KNIME Analytics Platform especially useful when talking with audiences who are intimidated by code. KNIME Analytics Platform allows us to discuss exactly how data is processed and an analysis takes place at an abstracted level where non-technical users are happy to think and communicate which is often essential when they are subject matter experts whom you need for guidance. For experienced programmers KNIME Analytics Platform is a double-edged sword. Often programmers wish to write their own code because they are more efficient working that way and are constrained by having to think and implement work in nodes. However, those constraints forcing development in a "KNIME way" are useful when working in teams and for maintenance compared to some programmers' idiosyncratic styles.
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.
We are happy with Knime product and their support. Knime AP is versatile product and even can execute Python scripts if needed. It also supports R execution as well; however, it is not being used at our end
KNIME Analytics Platform offers a great tradeoff between intuitiveness and simplicity of the user interface and almost limitless flexibility. There are tools that are even easier to adopt by someone new to analytics, but none that would provide the scalability of KNIME when the user skills and application complexity grows
KNIME's HQ is in Europe, which makes it hard for US companies to get customer service in time and on time. Their customer service also takes on average 1 to 2 weeks to follow up with your request. KNIME's documentation is also helpful but it does not provide you all the answers you need some of the time.
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.
KNIME Analytics Platform is easy to install on any Windows, Mac or Linux machine. The KNIME Server product that is currently being replaced by the KNIME Business Hub comes as multiple layers of software and it took us some time to set up the system right for stability. This was made harder by KNIME staff's deeper expertise in setting up the Server in Linux rather than Windows environment. The KNIME Business Hub promises to have a simpler architecture, although currently there is no visibility of a Windows version of the product.
Having used both the Alteryx and [KNIME Analytics] I can definitely feel the ease of using the software of Alteryx. The [KNIME Analytics] on the other hand isn't that great but is 90% of what Alteryx can do along with how much ease it can do. Having said that, the 90% functionality and UI at no cost would be enough for me to quit using Alteryx and move towards [KNIME Analytics].
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
It is suited for data mining or machine learning work but If we're looking for advanced stat methods such as mixed effects linear/logistics models, that needs to be run through an R node.
Thinking of our peers with an advanced visualization techniques requirement, it is a lagging product.