June 2021
Day 53 – SAP AI Business Services – Business Entity Recognition
In our previous posts, we have gone through in detail "What is SAP AI Business Services?", "SAP AI Business Services: Document Classification", "SAP AI Business Services – Invoice Object Recommendation", "SAP AI Business Services – Service Ticket ...
Day 52 – SAP AI Business Services – Document Information Extraction
In our previous posts, we have gone through in detail "What is SAP AI Business Services?", "SAP AI Business Services: Document Classification", "SAP AI Business Services – Invoice Object Recommendation", and "SAP AI Business Services – Service ...
Day 51 – SAP AI Business Services – Invoice Object Recommendation
In SAP, we have different account objects in Accounts-to-Receivable like Cost objects, Cost center objects, profit center objects, etc. In our previous posts, we have gone through in detail "What is SAP AI Business Services?", "SAP AI ...
Day 50 – SAP AI Business Services – Service Ticket Intelligence
The traditional service ticket tool allows the user to create a ticket. Then, customer support manually assigns a ticket based on the service ticket subject and inside content. This process exists for many years in IT Service Ticket ...
Day 49 – SAP AI Business Services: Document Classification
In our previous blog, we have gone through a brief introduction to SAP AI Business Services. In this blog, we will detail Document Classification, which is part of SAP AI Business Services. Document Classification: Document Classification is ...
Day 47 – SAP Intelligent Robotic Process Automation, Use Case, Benefits, and Available Features
We have talked a lot about Artificial Intelligence, Machine Learning, Deep Learning, Natual Language processing, etc. I have also written a blog on "SAP Conversational AI," You can see how SAP emerged in Artificial Intelligence and Machine ...
Day 45 – Code Example: Predict Digit 1 Using Stochastic Gradient Descent (SGD) in MNIST Dataset
In my previous blogs, we had gone through “MNIST Largest Handwritten Digits Database". In addition, there are prebuilt python libraries available from Tensorflow, Pytorch, MNIST, etc. In this blog, let's walk through the following steps: Use ...
Day 44 – Code Example: Import EMNIST Dataset and Print Handwritten Letters
In one of our blogs, we had gone through "What is EMNIST dataset and data summary?". There are prebuilt python libraries available from Tensorflow, Pytorch, Extended MNIST, etc. In this blog, I am going to show ...
May 2021
Day 43 – Sequence-to-Sequence, Sequence-to-Vector, and Vector-to-Sequence
In Recurrent Neural Networks, the sequence of inputs and gives a sequence of outputs, so-called Sequence-to-Sequence. For example, feed onion prices in the last 30 days and output the price tomorrow. The Sequence-to-Sequence is very useful ...