Overview
ProductRatingMost Used ByProduct SummaryStarting Price
InterSystems IRIS
Score 8.0 out of 10
N/A
InterSystems 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
Score 7.0 out of 10
N/A
Keras is a Python deep learning libraryN/A
Pytorch
Score 9.3 out of 10
N/A
Pytorch is an open source machine learning (ML) framework boasting a rich ecosystem of tools and libraries that extend PyTorch and support development in computer vision, NLP and or that supports other ML goals.N/A
Pricing
InterSystems IRISKerasPytorch
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
InterSystems IRISKerasPytorch
Free Trial
YesNoNo
Free/Freemium Version
YesNoNo
Premium Consulting/Integration Services
YesNoNo
Entry-level Setup FeeOptionalNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
InterSystems IRISKerasPytorch
Considered Multiple Products
InterSystems IRIS

No answer on this topic

Keras
Chose Keras
As Keras is the high level API, so using Keras, we don't have to be bothered by the low level TensorFlow complexity, and we can reduce a lot coding and testing efforts.
Pytorch
Chose Pytorch
Pytorch is very, very simple compared to TensorFlow. Simple to install, less dependency issues, and very small learning curve. TensorFlow is very much optimised for robust deployment but very complicated to train simple models and play around with the loss functions. It needs a …
Chose Pytorch
TensorFlow without Keras is not a pleasant experience; when using Keras, it is pretty nice, but it feels more opinionated than PyTorch; one is less free, which is not an issue in industrial settings with classic workflow but can be an issue in research settings. JAX is great …
Chose Pytorch
Saving and loading Machine/Deep Learning models is very easy with Pytorch. It provides visualization capabilities when combined with Tensorboard, and mathematical operations are highly optimized. Easy to understand for a person who is an expert in Python. It takes significantly …
Best Alternatives
InterSystems IRISKerasPytorch
Small Businesses
Google Cloud SQL
Google Cloud SQL
Score 8.7 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
Medium-sized Companies
Google Cloud SQL
Google Cloud SQL
Score 8.7 out of 10
Posit
Posit
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
Enterprises
SAP IQ
SAP IQ
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
InterSystems IRISKerasPytorch
Likelihood to Recommend
7.4
(44 ratings)
8.1
(6 ratings)
9.0
(6 ratings)
Likelihood to Renew
8.2
(1 ratings)
-
(0 ratings)
-
(0 ratings)
Usability
8.2
(3 ratings)
7.7
(2 ratings)
10.0
(1 ratings)
Support Rating
7.4
(4 ratings)
8.2
(2 ratings)
-
(0 ratings)
Implementation Rating
8.2
(1 ratings)
-
(0 ratings)
-
(0 ratings)
User Testimonials
InterSystems IRISKerasPytorch
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.
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
Read full review
Open Source
They have created Pytorch Lightening on top of Pytorch to make the life of Data Scientists easy so that they can use complex models they need with just a few lines of code, so it's becoming popular. As compared to TensorFlow(Keras), where we can create custom neural networks by just adding layers, it's slightly complicated in Pytorch.
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.
Read full review
Open Source
  • flexibility
  • Clean code, close to the algorithm.
  • Fast
  • Handles GPUs, multiple GPUs on a single machine, CPUs, and Mac.
  • Versatile, can work efficiently on text/audio/image/tabular datasets.
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
Read full review
Open Source
  • Since pythonic if developing an app with pytorch as backend the response can be substantially slow and support is less compares to Tensorflow
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
Open Source
The big advantage of PyTorch is how close it is to the algorithm. Oftentimes, it is easier to read Pytorch code than a given paper directly. I particularly like the object-oriented approach in model definition; it makes things very clean and easy to teach to software engineers.
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
Open Source
No answers on this topic
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
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.
Read full review
Open Source
Pytorch is very, very simple compared to TensorFlow. Simple to install, less dependency issues, and very small learning curve. TensorFlow is very much optimised for robust deployment but very complicated to train simple models and play around with the loss functions. It needs a lot of juggling around with the documentation. The research community also prefers PyTorch, so it becomes easy to find solutions to most of the problems. Keras is very simple and good for learning ML / DL. But when going deep into research or building some product that requires a lot of tweaks and experimentation, Keras is not suitable for that. May be good for proving some hypotheses but not good for rigorous experimentation with complex models.
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.
Read full review
Open Source
  • The ability to make models as never before
  • Being able to control the bias of models was not done before the arrival of Pytorch in our company
Read full review
ScreenShots