TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    InterSystems IRIS

    Score7 out of 10
    N/AInterSystems IRIS is a complete cloud-first data platform that includes a multi-model transactional data management engine, an application development platform, and interoperability engine, and an open analytics platform. It is is the next generation of InterSystems' data management software. It includes…N/A

    Keras

    Score7 out of 10
    N/AKeras is a Python deep learning libraryN/A
    Pricing
    InterSystems IRISKeras
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    InterSystems IRISKeras
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    InterSystems IRISKeras
    Considered Both Products
    InterSystems
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    45 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    40 Answers
    No answers on this topic
    Happy with the feature set
    98%
    Happy with the feature set
    44 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    32 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    41 Answers
    No answers on this topic
    Features
    InterSystems IRISKeras
    Relational Databases
    Comparison of Relational Databases features of InterSystems IRIS and Keras
    Feature
    InterSystems IRIS
    9.0
    1 Ratings
    11% above category average
    Keras
    -
    Ratings
    ACID compliance10.01 Ratings00 Ratings
    Database monitoring10.01 Ratings00 Ratings
    Database locking8.01 Ratings00 Ratings
    Encryption10.01 Ratings00 Ratings
    Disaster recovery10.01 Ratings00 Ratings
    Flexible deployment7.01 Ratings00 Ratings
    Multiple datatypes8.01 Ratings00 Ratings
    Best Alternatives
    InterSystems IRISKeras
    Small Businesses
    Amazon RDS
    Score8.1 out of 10
    TensorFlow
    Score7.6 out of 10
    Medium-sized Companies
    SingleStore
    Score8.2 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Enterprises
    SAP IQ
    Score5.4 out of 10
    Google Cloud AI
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    InterSystems IRISKeras
    Likelihood to Recommend
    7.0
    (45 ratings)
    8.1
    (6 ratings)
    Likelihood to Renew
    8.2
    (1 ratings)
    -
    (0 ratings)
    Usability
    9.0
    (4 ratings)
    7.7
    (2 ratings)
    Support Rating
    7.4
    (4 ratings)
    8.2
    (2 ratings)
    Implementation Rating
    8.2
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    InterSystems IRISKeras
    Likelihood to Recommend
    InterSystems
    Intersystems IRIS is a really great tool for Interoperability. It has so many capabilities out of the box and then such a great developer community on top of that, that there are really no limits to what you can do in terms of data manipulation and translation. Personally I find it to be a great tool if you are looking for Interoperability software.
    Incentivized
    Read full review
    Open Source
    Keras is quite perfect, if the aim is to build the standard Deep Learning model, and materialize it to serve the real business use case, while it is not suitable if the purpose is for research and a lot of non-standard try out and customization are required, in that case either directly goes to low level TensorFlow API or Pytorch
    Incentivized
    Read full review
    Pros
    InterSystems
    • Connecting with mutliple vendor platforms and systems allowing us to consume and provide data as needed.
    • Allowed us to implement our own RESTful api engine to server data to our internal applications.
    • Setting up their recommendations for high availability allow us to perform server maintenance with minimal down time to our users.
    Read full review
    Open Source
    • One of the reason to use Keras is that it is easy to use. Implementing neural network is very easy in this, with just one line of code we can add one layer in the neural network with all it's configurations.
    • It provides lot of inbuilt thing like cov2d, conv2D, maxPooling layers. So it makes fast development as you don't need to write everything on your own. It comes with lot of data processing libraries in it like one hot encoder which also makes your development easy and fast.
    • It also provides functionality to develop models on mobile device.
    Incentivized
    Read full review
    Cons
    InterSystems
    • Enhanced documentation, more comprehensive and user-friendly documentation, including detailed tutorials and examples
    • Improving compatibility and integrations with others programming languages
    • Introducing tools and techniques to optimize the performance of ObjectScript applications, such as profiling tools, performance monitoring utilities, and code optimization guidelines
    • A better compatibility with Python libraries
    Read full review
    Open Source
    • As it is a kind of wrapper library it won't allow you to modify everything of its backend
    • Unlike other deep learning libraries, it lacks a pre-defined trained model to use
    • Errors thrown are not always very useful for debugging. Sometimes it is difficult to know the root cause just with the logs
    Incentivized
    Read full review
    Usability
    InterSystems
    The interface is very intuitive, the documentation is very good so it is not complicated to operate.
    The security is complex, but you can create a special role to access and the user ONLY can operate with the part that it allows.
    Also, you can examine the data very quick with the SQL Browser integrated.
    Read full review
    Open Source
    I am giving this rating depending on my experience so far with Keras, I didn't face any issue far. I would like to recommend it to the new developers.
    Read full review
    Support Rating
    InterSystems
    The InterSystems WRC has always been helpful and responsive. The folks I have spoken with are always understanding of our needs and questions and regardless of if the question is simple or complex we are always met with the same professionalism and helpfulness every time. I have no hesitations contacting InterSystems for help!
    Read full review
    Open Source
    Keras have really good support along with the strong community over the internet. So in case you stuck, It won't so hard to get out from it.
    Read full review
    Implementation Rating
    InterSystems
    Will done based on a proper planning, so this will makes execution more easier and better.
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    InterSystems
    We are using InterSystems IRIS [especially] for database operations as the query performance is really good for [a large] amount of customer data. You can easily integrate for any application like web, desktop, and many more. It also provides BI functionality which is also very easy to implement using InterSystems IRIS[.]
    Read full review
    Open Source
    Keras is good to develop deep learning models. As compared to TensorFlow, it's easy to write code in Keras. You have more power with TensorFlow but also have a high error rate because you have to configure everything by your own. And as compared to MATLAB, I will always prefer Keras as it is easy and powerful as well.
    Incentivized
    Read full review
    Return on Investment
    InterSystems
    • Very Fast and scalable software to deal with big data flow, safe and robust.
    • The studio IDE is quite old fashion and lacks a few facilities
    • amazing for complex data consumption, its milyi-model capability wich allows multiple different models for a single set of codes.
    Read full review
    Open Source
    • Easy and faster way to develop neural network.
    • It would be much better if it is available in Java.
    • It doesn't allow you to modify the internal things.
    Incentivized
    Read full review
    ScreenShots