Raza Rizwan

2020 to 2021: predictive AI

The first two years, where classic machine learning and deep learning were learned in public, one classifier at a time.

Status
stable
Trust
human-reviewedhuman:rrizwan98 ·
2 min read
Approved
human:rrizwan98 ·

The account opens on 19 September 2020 with two repositories pushed the same day: a cat-versus-dog classifier and a facial-expression model. What follows in 2021 is a year of learning in public: 23 repositories, every one of them public, and not a single private one.1

What happened

The work of this era is classic machine learning and deep learning, the kind that lives in a notebook:2

  • Image classification. Cats versus dogs, facial expressions, Fashion-MNIST, fruit, chest X-rays, eyes, lung-cancer detection and, by the end of 2021, lung-cancer stage segmentation.
  • Predictive models. Used-car price prediction, customer segmentation, climate data, an e-commerce dataset.
  • NLP basics. Tokenisation, English-to-French translation, Amazon and Play Store review classification, an Arabic and English Quran text project.
  • First cloud ML. AWS SageMaker for MNIST classification and house pricing, in May 2021.
  • First chatbot. A chatbot for the Software Engineering department at SSUET that answers students' questions, in September 2021.
  • A first look sideways. A TypeScript repository and a Web 3.0 projects repository at the very end of the year, the trace of the Panaverse programme that ran alongside the AI work.

Beside the original repositories sit forks of course material from the PIAIC and Saylani AI programmes and a bootcamp submission, which is where much of this year's learning came from. Forks are not counted as Raza's own work.1

The public repositories

Eleven of the 2021 repositories were pushed on one day, 9 March 2021, which reads like a portfolio being assembled at the end of a course.

CreatedRepositoryWhat it is
2020-09-19cat-and-dog-classificationCats versus dogs image classifier
2020-09-19Facial-ExpressionFacial-expression model; its own description also mentions an Amazon Reviews deep neural network exercise
2021-02-13Arabic-Quran-English-QuranArabic and English Quran text project
2021-03-09E_CommerceE-commerce dataset work
2021-03-09Amazon_ReviewsAmazon review classification
2021-03-09Usa_Cars_Price_PredictionUsed-car price prediction
2021-03-09Chest_X_rayChest X-ray classification
2021-03-09Fruit_CLassificationFruit image classification
2021-03-09Fashion_mnist_ClassificationFashion-MNIST classifier
2021-03-09ClimateClimate data model
2021-03-09EyeEye image classification
2021-03-09English_To_French_TranslationSequence-to-sequence translation
2021-03-09Nlp_TokenizationNLP tokenisation exercises
2021-03-09Play_Store_Reviews_ClassificationPlay Store review classification
2021-05-17AWS-Sagemaker-MNIST-Classification-DataFirst SageMaker training job
2021-05-17AWS-Sagemaker-House-pricingSageMaker regression
2021-06-20rrizwan98The GitHub profile repository
2021-07-03Computer-VisionComputer-vision exercises
2021-07-27TypescriptTypeScript learning
2021-08-19Lungs-Cancer-DedectionLung-cancer detection
2021-09-03Natural-Language-Processing-NLp-NLP exercises
2021-09-12SSUET-chatbotChatbot for the SSUET Software Engineering department
2021-12-17ML-Projects-Customer-SegmentationCustomer segmentation
2021-12-27Projects-Web-3.0-Web 3.0 projects: blockchain, AI, cloud, IoT
2021-12-29Lungs-cancer-stage-segmentation-cancer-stage-classificationLung-cancer stage segmentation and classification

Private repositories this era: none.1

What this era taught

How models actually learn, and how far a notebook is from a product.2 The next two years are about closing that distance.

Next: 2022 to 2023: MLOps.

Footnotes

  1. GitHub API, repositories owned by rrizwan98, read 26 August 2026: 2 repositories created in 2020 and 23 in 2021, all public. 2 3

  2. From Predictive AI to Forward Deployed Engineer: My 6-Year Journey, Raza Rizwan, July 2026. 2

On this page