IBM SPSS Modeler vs. TensorFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
IBM SPSS Modeler
Score 8.7 out of 10
N/A
IBM SPSS Modeler is a visual data science and machine learning (ML) solution designed to help enterprises accelerate time to value by speeding up operational tasks for data scientists. Organizations can use it for data preparation and discovery, predictive analytics, model management and deployment, and ML to monetize data assets.
$499
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
IBM SPSS ModelerTensorFlow
Editions & Modules
IBM SPSS Modeler Personal
4,670
per year
IBM SPSS Modeler Professional
7,000
per year
IBM SPSS Modeler Premium
11,600
per year
IBM SPSS Modeler Gold
contact IBM
per year
No answers on this topic
Offerings
Pricing Offerings
IBM SPSS ModelerTensorFlow
Free Trial
YesNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeOptionalNo setup fee
Additional DetailsIBM SPSS Modeler Personal enables users to design and build predictive models right from the desktop. IBM SPSS Modeler Professional extends SPSS Modeler Personal with enterprise-scale in-database mining, SQL pushback, collaboration and deployment, champion/challenger, A/B testing, and more. IBM SPSS Modeler Premium extends SPSS Modeler Professional by including unstructured data analysis with integrated, natural language text and entity and social network analytics. IBM SPSS Modeler Gold extends SPSS Modeler Premium with the ability to build and deploy predictive models directly into the business process to aid in decision making. This is achieved with Decision Management which combines predictive analytics with rules, scoring, and optimization to deliver recommended actions at the point of impact.
More Pricing Information
Community Pulse
IBM SPSS ModelerTensorFlow
Features
IBM SPSS ModelerTensorFlow
Platform Connectivity
Comparison of Platform Connectivity features of Product A and Product B
IBM SPSS Modeler
8.6
2 Ratings
3% above category average
TensorFlow
-
Ratings
Connect to Multiple Data Sources8.12 Ratings00 Ratings
Extend Existing Data Sources8.12 Ratings00 Ratings
Automatic Data Format Detection9.01 Ratings00 Ratings
MDM Integration9.01 Ratings00 Ratings
Data Exploration
Comparison of Data Exploration features of Product A and Product B
IBM SPSS Modeler
9.0
1 Ratings
7% above category average
TensorFlow
-
Ratings
Visualization9.01 Ratings00 Ratings
Interactive Data Analysis9.01 Ratings00 Ratings
Data Preparation
Comparison of Data Preparation features of Product A and Product B
IBM SPSS Modeler
9.0
1 Ratings
10% above category average
TensorFlow
-
Ratings
Interactive Data Cleaning and Enrichment9.01 Ratings00 Ratings
Data Transformations9.01 Ratings00 Ratings
Data Encryption9.01 Ratings00 Ratings
Built-in Processors9.01 Ratings00 Ratings
Platform Data Modeling
Comparison of Platform Data Modeling features of Product A and Product B
IBM SPSS Modeler
9.0
1 Ratings
7% above category average
TensorFlow
-
Ratings
Multiple Model Development Languages and Tools9.01 Ratings00 Ratings
Automated Machine Learning9.01 Ratings00 Ratings
Single platform for multiple model development9.01 Ratings00 Ratings
Self-Service Model Delivery9.01 Ratings00 Ratings
Model Deployment
Comparison of Model Deployment features of Product A and Product B
IBM SPSS Modeler
9.0
1 Ratings
6% above category average
TensorFlow
-
Ratings
Flexible Model Publishing Options9.01 Ratings00 Ratings
Security, Governance, and Cost Controls9.01 Ratings00 Ratings
Best Alternatives
IBM SPSS ModelerTensorFlow
Small Businesses
Jupyter Notebook
Jupyter Notebook
Score 8.5 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.8 out of 10
Medium-sized Companies
Posit
Posit
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
Enterprises
Posit
Posit
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
IBM SPSS ModelerTensorFlow
Likelihood to Recommend
8.7
(8 ratings)
6.0
(15 ratings)
Usability
8.6
(2 ratings)
9.0
(1 ratings)
Support Rating
10.0
(1 ratings)
9.1
(2 ratings)
Implementation Rating
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
IBM SPSS ModelerTensorFlow
Likelihood to Recommend
IBM
Fast NLP analytics are very easy in SPSS Modeler because there is a built-in interface for classifying concepts and themes and several pre-built models to match the incoming text source. The visualizations all match and help present NLP information without substantial coding, typically required for word clouds and such. SPSS Modeler is good at attaining results faster in general, and the visual nature of the code makes a good tool to have in the data science team's repository. For younger data scientists, and those just interested, it is a good tool to allow for exploring data science techniques.
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
IBM
  • Combine text and data
  • Provide facilities for all phases of the data mining process.
  • Use a node and stream paradigm to easily and quickly create models.
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
IBM
  • Has very old style graphs, with lots of limitations.
  • Some advanced statistical functions cannot be done through the menu.
  • The data connectivity is not that extensive.
  • It's an expensive tool.
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
Usability
IBM
The ability to do predictive modeling, text analytics for both structured & unstructured data, decision management, optimization, and support for various data sources
Read full review
Open Source
Support of multiple components and ease of development.
Read full review
Support Rating
IBM
The online support board is helpful and the free add ons are incredibly appreciated.
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
Implementation Rating
IBM
No answers on this topic
Open Source
Use of cloud for better execution power is recommended.
Read full review
Alternatives Considered
IBM
When it comes to investigation and descriptive we have found SPSS Statistics to be the tool of choice, but when it comes to projects with large and several datasets SPSS Modeler has been picked from our customers.
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
IBM
  • Positive - Ease of decision making and reduction in product life cycle time.
  • Positive - Gives entirely new perspective with the help of right team. Helps expanding the portfolio.
  • Negative - Needs to have good understanding about mathematical modelling, of which talent is rare and expensive. Hence, increase the costs for R&D and manpower.
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

IBM SPSS Modeler Screenshots

Screenshot of Use a single run to test multiple modeling methods, compare results and select which model to deploy. Quickly choose the best performing algorithm based on model performance.Screenshot of Explore geographic data, such as latitude and longitude, postal codes and addresses. Combine it with current and historical data for better insights and predictive accuracy.Screenshot of Capture key concepts, themes, sentiments and trends by analyzing unstructured text data. Uncover insights in web activity, blog content, customer feedback, emails and social media comments.Screenshot of Use R, Python, Spark, Hadoop and other open source technologies to amplify the power of your analytics. Extend and complement these technologies for more advanced analytics while you keep control.