TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    TensorFlow

    Score7.6 out of 10
    N/ATensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A

    Zapier

    Score8.9 out of 10
    N/AThe Zapier Automation Platform designed to integrate data between web apps. It is scaled for small to mid-sized businesses, with a functional but limited free version of the program.

    $29.99

    per month 750 tasks per month

    Pricing
    TensorFlowZapier
    Editions & Modules
    No answers on this topic
    Starter
    $29.99
    per month 750 tasks per month
    Professional
    $73.50
    per month 2k tasks per month
    Team
    $103.50
    per month 2k tasks per month
    Company
    Contact Sales
    Offerings
    Pricing Offerings
    TensorFlowZapier
    Free Trial
    NoNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—33% discount for annual pricing.
    More Pricing Information
    Community Pulse
    TensorFlowZapier
    Considered Both Products
    Open Source
    No answer on this topic
    Zapier
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    94%
    Would buy again
    47 Answers
    Delivers good value for the price
    No answers on this topic
    92%
    Delivers good value for the price
    44 Answers
    Happy with the feature set
    No answers on this topic
    96%
    Happy with the feature set
    48 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    93%
    Lived up to sales and marketing promises
    43 Answers
    Implementation went as expected
    No answers on this topic
    98%
    Implementation went as expected
    46 Answers
    Features
    TensorFlowZapier
    Cloud Data Integration
    Comparison of Cloud Data Integration features of TensorFlow and Zapier
    Feature
    TensorFlow
    -
    Ratings
    Zapier
    9.3
    107 Ratings
    14% above category average
    Pre-built connectors00 Ratings9.6103 Ratings
    Connector modification00 Ratings9.091 Ratings
    Support for real-time and batch integration00 Ratings8.389 Ratings
    Data quality services00 Ratings9.672 Ratings
    Data security features00 Ratings9.871 Ratings
    Monitoring console00 Ratings9.580 Ratings
    Best Alternatives
    TensorFlowZapier
    Small Businesses
    Google Cloud AI
    Score8.7 out of 10
    Make
    Score9.3 out of 10
    Medium-sized Companies
    Google Cloud AI
    Score8.7 out of 10
    IBM App Connect
    Score9 out of 10
    Enterprises
    Google Cloud AI
    Score8.7 out of 10
    Workato
    Score9.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    TensorFlowZapier
    Likelihood to Recommend
    6.0
    (15 ratings)
    9.4
    (112 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (1 ratings)
    Usability
    9.0
    (1 ratings)
    9.7
    (11 ratings)
    Support Rating
    9.1
    (2 ratings)
    1.0
    (10 ratings)
    Implementation Rating
    8.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    TensorFlowZapier
    Likelihood to Recommend
    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).
    Incentivized
    Read full review
    Zapier
    If you have processes that are now managed and controlled using a spreadsheet, Zapier will give you a lot more control over what is happening and will help you increase productivity by eliminating simple steps such as sending emails and sharing information with your colleagues. It frees time for very transactional activities.
    Incentivized
    Read full review
    Pros
    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.
    Incentivized
    Read full review
    Zapier
    • Ease of use - multiple people in the organization can set up and run Zaps per their specific use cases without much training.
    • Connectivity - Zapier is able to connect to multiple applications we use on a regular basis.
    • Functionality - Zapier provides embedded functionality within the app itself (email, data conversion), but also appropriate triggers and actions for apps it connects to.
    • Versatile - Zapier can execute complicated and simple tasks and thus has many use cases.
    Incentivized
    Read full review
    Cons
    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
    Zapier
    • Being able to turn off one leg of a Zap without having to delete it or turn the whole Zap off
    • Not all fields populate when using certain aspects of Salesforce, but that could be an SF issue
    • Communication when support is actually needed basically doesn't happen
    Incentivized
    Read full review
    Likelihood to Renew
    Open Source
    No answers on this topic
    Zapier
    Zapier is now very much an integral part of our business and we could not operate without it!
    Incentivized
    Read full review
    Usability
    Open Source
    Support of multiple components and ease of development.
    Incentivized
    Read full review
    Zapier
    The interface is very user-friendly, and there are also many tools to help a brand-new user get started. For example, you can put your Zap idea into the AI bot, and it will basically build a shell of your Zap to get started on. The format for each step within a Zap is also very helpful (set up the connection/app, set up the fields/details, then test).
    Incentivized
    Read full review
    Support Rating
    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.
    Incentivized
    Read full review
    Zapier
    Before we purchased Zapier, I contacted support and asked them if Zapier could support my intended workflow (this is actually a selection on their support form - awesome). Within 2 hours, I was contacted by a support team member who seemed sure it would work, but granted me premium access for 2 weeks to try it out for myself. Sure enough, it did! Ever since then, support has replied rapidly to any problems I have experienced and answered my questions within a few sentences.
    Incentivized
    Read full review
    Implementation Rating
    Open Source
    Use of cloud for better execution power is recommended.
    Incentivized
    Read full review
    Zapier
    No answers on this topic
    Alternatives Considered
    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
    Incentivized
    Read full review
    Zapier
    We actually utilize both Integromat and Zapier at our company, for all the reasons detailed in this review. Though Zapier is excellent for simple client integrations, we often run into internal use cases that require complexity that Zapier cannot provide. Specifically working with API calls (not just webhooks), complex multi-step integrations with Routing/parsing/etc, and large volume integrations. Integromat is perfect for these use cases, but doesn’t provide the simplicity and account scalability that Zapier offers.
    Incentivized
    Read full review
    Return on Investment
    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.
    Incentivized
    Read full review
    Zapier
    • It has saved me the money in hiring an administrative assistant
    • It also saved me the time it took to do these tasks
    • It also allowed me to automate things that increased my lead generation
    • It also allowed me to automate several processes
    Incentivized
    Read full review
    ScreenShots