GoodData is an analytics platform used by organizations to deliver real-time, governed insights, embedded into products, customized for users, and integrated into any data environment.
N/A
TensorFlow
Score7.6 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.
I think it works nicely for shops that want the analytical power and are ok to host their own infrastructure for the data and etl. For smaller operations with limited budgets but still high demand for analytical features the math may not work out.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
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).
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
The source datasets are often complex, semi-structured and un-linked to key entities. With GoodData, all of these datasets are unified to serve as a central semantic data model layer, building into a galaxy schema with dimensions, bridge, and facts, which then forms the backbone that powers the [...] data intelligence cloud. Building insights and dashboards become a much easier task once the underlying data model is designed. GoodData enforces certain best practices as a BI tool, which must be adhered to get the true value of the raw data. For e.g. the source FDA dashboard may just show inspection data but the Site Profile dashboard built on GoodData goes beyond the standard information and shows more insight into site risk scores and can be drilled into details. There is blog written on this topic: [...].
GoodData provides a rich collection of visualization options that help us create compelling story-telling via dashboards. Being well-prepared for FDA inspections is essential for maintaining product quality, regulatory compliance, and avoiding serious business setbacks. FDA inspections are critical events that can shape a company’s market access and reputation. The FDA itself offers the FDA Data Dashboard, but it doesn’t make every document available. There is a blog written on this topic: [...].
Medical devices and technologies do not stop evolving after they receive regulatory approval. Once a product hits the market, it faces real-world usage, compliance challenges, and an array of regulatory scrutiny. Managing these postmarket dynamics is critical to a product’s long-term success and patient safety. However, many companies struggle to keep track of relevant events across a product’s markets, from adverse event reports to changing regulations. Postmarket Intelligence developed on GoodData platform enables us to solve that problem. It empowers MedTech companies to efficiently monitor, assess, and act on postmarket data—saving time, improving decision-making, and ensuring compliance with industry standards. Anyone who is used to trying to get the data they need from the various FDA, and other regulatory agency websites, knows that collecting, cleaning, and structuring that data takes hours. And that’s before any analysis can get done. We enable customers to free up time to focus only on the high-value analysis and subsequent recommendations to leadership, rather than wrangling the data.
The data pipeline refresh that is provided by GoodData Platform is also quite useful from data engineering perspective. The Automated Data Distribution v2 or commonly called as ADD refresh follows a set pattern of identifying the analytical data model through output stage which helps abstract the complex table definition to simpler views that can help with quick rebuild at the data warehouse level while loading the data into GoodData's ADS storage layer. The import first way of loading data into GoodData's cloud storage, followed by querying for any aggregations or metrics on the GoodData analyzer, makes this simple and fast.
GoodData's latest product i.e. Cloud also offers several good features like Analytics as Code which helps software engineering teams follow a code-first approach to analytics, where building insights, dashboards or even datasets can be done in YAML templates or serviced by REST APIs. This is particularly forward thinking in the modern technology stack and evolving industry requirements. These provide seamless integration options to front-end and backend code, embedded analytics with multiple choices from HTML to React based workloads. At [...], we are currently exploring most of these features while planning for a future migration from Platform to Cloud.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Good Data is already have certain customizable options. However, having more flexibility in customizing reports and dashboards & control over the visual aspects would enhance the overall user experience.
To make Good Data even more powerful tool, improving the speed and responsiveness of the tool, especially during data-intensive tasks, would be a significantly helpful.
For new users, the interface can be made more user friendly which would promote easy navigation through features of tool.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
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.
Because gooddata really helps us in processing data to make reports or dashboards. So we are very satisfied when we use it. What we like is the flexible use of charts. We change at will the use of charts to display in reports or dashboards. Thank you Gooddata for helping companies like us who need flexibility in usage
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
From a customer perspective it is incredibly usable. We have more users building their own reports that would normally need custom work from our support team. The back end can be daunting when trying to configure things like new data elements or push changes to a report to all existing customers.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
Support team has been highly responsive and helpful from our first initial deployment to present day. They engage and work with us. know when to escalate for more challenging problems. They also follow up. Overall have had a very good experience with support
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
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.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Implementations are hard and we had limited technical resources. We relied too heavily on GD care team. When we found technical gaps, they weren't simple to overcome
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
GoodData comparing to other platform is very easy to use, customer support and on-boarding support. Set of features, speed of integration in our platform. Also great benefit for us was very competetive pricing.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
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
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info