Artificial Intelligence2021-07-02T16:36:33+00:00

June 2021

Day 53 – SAP AI Business Services – Business Entity Recognition

By |June 10th, 2021|Categories: Artificial Intelligence, SAP|Tags: , , , , |

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 ...

  • SAP AI Business Services - Document Information Extraction

Day 52 – SAP AI Business Services – Document Information Extraction

By |June 9th, 2021|Categories: Artificial Intelligence, SAP|Tags: , , , , |

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 ...

  • SAP AI Business Services - Invoice Object Recommendation

Day 51 – SAP AI Business Services – Invoice Object Recommendation

By |June 8th, 2021|Categories: Artificial Intelligence, SAP|Tags: , , , , |

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 ...

  • SAP AI Business Services - Document Classification

Day 49 – SAP AI Business Services: Document Classification

By |June 6th, 2021|Categories: Artificial Intelligence, SAP|Tags: , , , , |

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 ...

  • SAP Intelligent Robotic Process Automation, Use Case, Benefits, and Available Features

Day 47 – SAP Intelligent Robotic Process Automation, Use Case, Benefits, and Available Features

By |June 4th, 2021|Categories: Artificial Intelligence, SAP|Tags: , , , , |

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 ...

  • MNIST Classifier first digit

Day 45 – Code Example: Predict Digit 1 Using Stochastic Gradient Descent (SGD) in MNIST Dataset

By |June 2nd, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , |

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 ...

  • EMNIST Image

Day 44 – Code Example: Import EMNIST Dataset and Print Handwritten Letters

By |June 1st, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , |

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

  • Sequence-to-Sequence, Sequence-to-Vector, and Vector-to-Sequence

Day 43 – Sequence-to-Sequence, Sequence-to-Vector, and Vector-to-Sequence

By |May 31st, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , |

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 ...