TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    DigitalOcean

    Score8.5 out of 10
    N/ADigitalOcean is an infrastructure-as-a-service (IaaS) platform from the company of the same name headquartered in New York. It is known for its support of managed Kubernetes clusters and “droplets” feature.

    $5

    Starting Price Per Month

    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
    Pricing
    DigitalOceanTensorFlow
    Editions & Modules
    1GB-16GB
    $5.00
    Starting Price Per Month
    8GB-160GB
    $60.00
    Starting Price Per Month
    No answers on this topic
    Offerings
    Pricing Offerings
    DigitalOceanTensorFlow
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    DigitalOceanTensorFlow
    Considered Both Products
    DigitalOcean
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    11 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    11 Answers
    No answers on this topic
    Happy with the feature set
    100%
    Happy with the feature set
    11 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    11 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    11 Answers
    No answers on this topic
    Features
    DigitalOceanTensorFlow
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of DigitalOcean and TensorFlow
    Feature
    DigitalOcean
    9.2
    36 Ratings
    11% above category average
    TensorFlow
    -
    Ratings
    Service-level Agreement (SLA) uptime9.931 Ratings00 Ratings
    Dynamic scaling9.932 Ratings00 Ratings
    Elastic load balancing9.723 Ratings00 Ratings
    Pre-configured templates10.029 Ratings00 Ratings
    Monitoring tools9.035 Ratings00 Ratings
    Pre-defined machine images9.733 Ratings00 Ratings
    Operating system support9.033 Ratings00 Ratings
    Security controls8.632 Ratings00 Ratings
    Automation6.55 Ratings00 Ratings
    Best Alternatives
    DigitalOceanTensorFlow
    Small Businesses
    IBM Cloud Object Storage
    Score9 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Medium-sized Companies
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Enterprises
    SAP on IBM Cloud
    Score9 out of 10
    Google Cloud AI
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    DigitalOceanTensorFlow
    Likelihood to Recommend
    8.9
    (36 ratings)
    6.0
    (15 ratings)
    Likelihood to Renew
    9.0
    (2 ratings)
    -
    (0 ratings)
    Usability
    8.9
    (10 ratings)
    9.0
    (1 ratings)
    Availability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    8.8
    (9 ratings)
    9.1
    (2 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.0
    (1 ratings)
    Product Scalability
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    DigitalOceanTensorFlow
    Likelihood to Recommend
    DigitalOcean
    DigitalOcean is perfect for hosting client websites, running marketing tools, and managing media storage with Spaces and CDN. The use of Droplets to quickly launch landing pages or WordPress sites for campaigns is a Godsend. It’s great for fast, cheap, and scalable solutions. But for complex microservices or projects needing strict compliance (like HIPAA), DigitalOcean may not always be the best fit, but that depends heavily on your project.
    Incentivized
    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).
    Incentivized
    Read full review
    Pros
    DigitalOcean
    • DigitalOcean provides some of the best cost-to-value services available
    • The DigitalOcean cloud console is very intuitive and easy to navigate
    • DigitalOcean has great support for Docker and other dev ops tools like Terraform.
    • DigitalOcean iterates quickly and provides cutting edge features for organizations that want to keep up with the latest and greatest dev ops tooling
    • DigitalOcean has a great developer community and numerous support docs/tutorials
    Incentivized
    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.
    Incentivized
    Read full review
    Cons
    DigitalOcean
    • Some products/services available on other Cloud providers aren't available, but they seem to be catching up as they add new products like Managed SQL DBs.
    • While they have FreeBSD droplets (VMs), support for *BSD OSs is limited. I.e. the new monitoring agent only works on Linux.
    • There are no regions available on South America.
    • They don't seem to offer enterprise-level products, even basic ones as Windows Server, MS SQL Server, Oracle products, etc.
    Incentivized
    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
    DigitalOcean
    I've been very happy with it for my purposes and I plan to continue to use DigitalOcean for the foreseeable future!
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    DigitalOcean
    I honestly can't think of an easier way to set up and maintain your own server. Being able to set up a server in minutes and have fully control is awesome. The UX is incredibly intuitive for first-time users as well so there's no reason to be intimidated when it comes to giving DigitalOcean a shot.
    Incentivized
    Read full review
    Open Source
    Support of multiple components and ease of development.
    Incentivized
    Read full review
    Reliability and Availability
    DigitalOcean
    Have not found a single second of down time myself. Superior availability.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    DigitalOcean
    Very quick response and high performance, you have to fine tune configurations on your machines though.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    DigitalOcean
    They have always been fast, and the process has been straight-forward. I haven't had to use it enough to be frustrated with it, to be honest, and when I have an issue they fix it. As with all support, I wish it felt more human, but they are doing aces.
    Incentivized
    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.
    Incentivized
    Read full review
    Implementation Rating
    DigitalOcean
    No answers on this topic
    Open Source
    Use of cloud for better execution power is recommended.
    Incentivized
    Read full review
    Alternatives Considered
    DigitalOcean
    DigitalOcean is an inexpensive product as compared to other products available in the market. The UI is easy and the beginner can also understand the UI with the step by step guide. It provides a lot of custom features and the user needs to pay only for what they are using. Amazon has a complex UI and is on the expensive side. DigitalOcean is simple to use and is easily manageable and the servers can easily be set up without additional cost and such.
    Incentivized
    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
    Incentivized
    Read full review
    Scalability
    DigitalOcean
    Great scalability, you can start with small plans and move up to premium features at a very good price.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    DigitalOcean
    • Positive - Elastic computer instances make it possible to pay for only for what you need.
    • Positive - Competitive pricing - some of the products that DigitalOcean offers are much cheaper than those offered by competitors.
    • Negative - Having to go to other cloud computing platforms for more specific, advanced services like Computer Vision optimized services, GPU cloud compute instances, etc...
    Incentivized
    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.
    Incentivized
    Read full review
    ScreenShots