Mphasis Knowledge Graph is a novel approach of summarizing or converting unstructured data into query-able triplets of Subject-Predicate-Object using NLP. It helps in semantic understanding of the unstructured data. The algorithm takes English text data as input and generates two outputs, the triplets (Subject-Predicate-Object) and graphical representation of these triplets.
Highlights
The solution uses English text as input and uses NLP to understand and convert input into semantically correct triplets of Subject-Predicate-Object. The solution summarizes the unstructured data into graphical format signifying the associated entities along with their relationship.
The solution can be leveraged to import unstructured text data to graph Data Bases that can ease information retrieval process. This enables user to build dialogue systems such as question-answer systems, chatbots, knowledge discovery, compliance, customer 360, KYC etc.
Mphasis DeepInsights is a cloud-based cognitive computing platform that offers data extraction & predictive analytics capabilities. Need customized Machine Learning and Deep Learning solutions? Get in touch!
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for each host you run, based on the SageMaker instance type you choose. Pricing splits into two modes. Batch inference runs the model on data in bulk. Real-time inference serves live requests. Each mode offers many instance types across compute-optimized (c4, c5, c5d), general-purpose (m4, m5, m5d), memory-optimized (r5, r5d), and GPU (p2, p3) families. Larger sizes within a family carry higher hourly rates. Real-time mode adds more instance options than batch mode. You are billed only for the hours each instance runs.
Top-of-mind questions for buyers
What does one HostHrs unit cover for billing?
One HostHrs unit is one hour that a single SageMaker instance runs the model. You are billed per instance, per hour, at the rate for the instance type you pick. The clock counts running time only, so partial usage still meters by the hour the instance is active.
How does batch mode pricing differ from real-time mode?
Batch mode runs the model over data in bulk, so you launch an instance, process the job, then stop it. Real-time mode keeps an instance running to serve live requests. Both meter per instance-hour, but real-time typically accrues continuous hours while batch accrues only during each job.
Am I charged when an instance is stopped between jobs?
Software charges meter running instance-hours only. If you stop an instance after a batch job finishes, that instance stops accruing software charges. Underlying AWS storage or resource fees may still apply separately, but the model usage fee counts active running time.
www.mphasis.com
Helpful?
Vendor refund policy
Currently we do not support refunds, but you can cancel your subscription to the service at any time.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Bug Fixes and Performance Improvement
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
Amazon SageMaker
Input
Supported content type: text/plain.
The input file has to be in utf-8 encoding only
The algorithm works with any English text data with a word limit in range 100 to 250 words.
Output
Content type: application/zip.
A zipped folder contains two output files, a “.csv” file with the Triplets and a “.png” file with the knowledge graph.
The csv will have the triplets {Subject-Predicate-Object} and a graphical representation of these triplets.
In the knowledge graph (.png), the nodes represent Subject & Object and edges represent Predicate.
The nodes in the knowledge graph is color coded based on NER tags:
Location: Green
Org: Maroon
Date: Red
Person: Blue
Other NER tags:
Skyblue
Non NER tags:
Yellow
Invoking endpoint
AWS CLI Command
If you are using real time inferencing, please create the endpoint first and then use the following command to invoke it:
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.