May 2021
Day 33: Predict Image Using ResNet50 Pretrained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures one of the blogs. We don't need to create a new architecture from the scratch for our projects, instead, we ...
Day 30 – Convolutional Neural Networks – Layers, Filters and Architectures
Convolutional Neural Networks(CNN) becomes popular in Image recognition, such as Image Search, Autonomous self-driving cars, and other visual applications. In this blog, we will see Convolutional Neural Networks(CNN) Layers, Convolutional Neural Networks(CNN) Filters, and Convolutional Neural Networks(CNN) ...
Day 29 – Fashion MNIST Zalando’s Article Images
We have seen yesterday about the MNIST handwritten digits dataset and a simple code to fetch a digit. In this blog, we are going to see "What is Fashion-MNIST?". Fashion-MNIST is the largest article images database which ...
Day 28 – MNIST Largest Handwritten Digits Database
MNIST (Modified National Institute of Standards and Technology database) is the largest handwritten digits database which consists of 70,000 small images of digits. Scikit-Learn, Pytorch, and Tensorflow libraries provide helper functions to download MNIST datasets. This dataset ...
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 ...