Migrating a data-science blog from Jekyll/fastpages to Quarto, including theme polish, TOC fixes, and dark-mode comments.
Study notes for the first module in my Azure AI-102 certification journey: ‘Plan and prepare to develop AI solutions on Azure’. Key concepts, services, and hands-on…
Intro for my Azure AI-102 certification journey: took the official practice assessment, received a customised learning plan, and will follow recommended modules (Plan and…
A comprehensive guide to implementing a responsive, accessible sticky TOC component using spec-driven development methodology
How I returned to blogging by systematically resolving 12 security vulnerabilities using Kiro’s spec-driven approach, and what’s coming next
Implementation of algo from Explaining prediction models and individual predictions.
This notebook tries to solve the probability exercises in d2l.ai
The fifth notebook in the series solving exercises from d2l.ai, this blog tries to test and understand the working of the autodiff functionality in tensorflow
This is a take home project that I did for a company as part of their interview process.
The fourth notebook in a series to be posted aiming to solve and understand exercises from d2l.ai curriculum on deep learning
This is another take home assignment that I did for a company as part of their interview process
The third notebook in a series to be posted aiming to solve and understand exercises from d2l.ai curriculum on deep learning
The second notebook in a series to be posted aiming to solve and understand exercises from d2l.ai curriculum on deep learning
The first notebook in a series to be posted aiming to solve and understand exercises from d2l.ai curriculum on deep learning
Data extraction from Wikimedia dump
In this notebook I try to use a competition dataset of log parameters of a server and classify if there was an attempt to attack the server
In this notebook I try to use a competition dataset of tweets reacting to Mother’s day and classify their sentiments with spaCy
In this notebook I explore a competition dataset of tweets reacting to Mother’s day
In this notebook I try to build a language model for தமிழ்(Tamil) to help in some basic NLP tasks
In this notebook I test out the sentencepiece tokenizers built previously
In this notebook I try to build sentencepiece tokenizers for தமிழ் language with data extracted from wiki dump
Here I try to build a pokemon classifier, to understand transfer learning for image classification