Machine Learning2021-07-02T16:37:18+00:00

June 2021

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

  • emnist-byclass-3.0.0

Day 40 – EMNIST Dataset Handwritten Character Digits

By |May 28th, 2021|Categories: Artificial Intelligence, Machine Learning|Tags: , , , |

Image Source: Tensorflow EMNIST dataset is handwritten characters and digits converted 28x28 pixel image format like MNIST dataset. EMNIST dataset is widely used in Convolutional Neural Networks and computer vision. The EMNIST dataset is a subset ...