May 2021
Day 32 – Tensorflow Sobel Filter Image Processing and Computer Vision
We will see the code how to do Sobel Filter Image Processing and computer vision. I have used bird image to process the data. <tf.Tensor: shape=(1, 176, 286, 3), dtype=float32, numpy= array([[[[ 67., 81., 66.], ...
Day 31 – Convolution Neural Network(CNN) Edge Detect Filter 3×3
We have seen yesterday on Convolution Neural Network(CNN), Layers, Filters, and Architectures. In this blog, we will see an actual example of Edge Detect Filter 3x3. Download cat image as 0 to 255 color pixel in ...
Day 27 – ImageNet Dataset Largest Visual Database
Image Source - Karpathy ImageNet dataset is the most significant visual database. ImageNet has more than 14 million hand-annotated images, and it has more than 20,000 categories. Prof. Li Fei-Fei from Stanford University is the creator of ImageNet in ...
Day 26 – Types of Neural Networks
Different Types of Neural Network: Perceptron Multilayer perceptron (MLP) Deep Convolutional Network (DCN) Convolutional neural network (CNN) Kohonen Network (KNN) Radial Basis Neural Network(RBNN) ...
Day 25 – Foundations of Artificial Intelligence
The foundations of AI contributes ideas, viewpoints and techniques Philosophy Mathematics Economics Neuroscience Psychology Computer Engineering Control theory and cybernetics Linguistics ...
Day 24 – Rasa X Open Source Conversational AI UI Walk-through
If you follow my previous blog post on "Step by Step Installation of Rasa X Open Source Conversational AI," I have given a step-by-step installation process on Rasa X Conversational AI will up and run in ...
Day 23 – SAP Conversational AI
We have seen different types of Artificial Intelligence chatbots Kuki.ai, Rasa x, custom chatbots, custom build talkbot, etc., in our previous blog posts. Chatbots are very popular and getting more traction across industries. 80% of customers ...
DAY 22 – Customer Sales Order Delivery Time Prediction Using Neural Network
We have seen in our previous blog posts Customer Price Prediction on Machine Learning Scikit Learn Linear Regression and Random Forest models. These models can be used to implement data intelligence in any SAP ERP, SAP ECC, ...
Day 21 – Step by Step Installation of Rasa X Open Source Conversational AI
Rasa X is Open Source Conversational AI and we had already seen in detail Kuki.ai in our previous blog post. A chatbot can be used as text (Artificial Intelligence Chatbot Using Neural Network and Natural Language ...