Alex Yeo·Jun 15, 2025abnormally detection Using statistical MethodAbnormality detection is a common challenge across all industries. Fraudulent activities or unexpected behavior can cause serious damage to…
Alex Yeo·Jun 9, 2025Affordable Webservice: Serverless servicesServerless services like Azure Functions provide a cost-efficient way to deploy web services by eliminating server management and charging…
Alex Yeo·Oct 22, 2023Free Question Answering Service with LLama 2 model and Prompt TemplateContent Generation (CG-AI) is the most fancy term now with the introduction of ChatGPT, LLama, DALL-E and Diffusion Model.
Alex Yeo·Aug 24, 2023Easy Installation of Cuda, Cudnn & Virtual Environment on Ubuntu 22.04Recently, I have updated my Ubuntu Operating System to version 22.04 and I find out that the installation of CUDA and Cudnn is much more…
Alex Yeo·Aug 14, 2023Continuous Adaptive Learning — Reinforcement Learning with Normal DistributionAs a human, we always adjust ourselves to adapt to a new environments. One of the example is to adapt to seasonality. During summer, we…
Alex Yeo·Aug 11, 2023Create AB test From Scratch With Confidence using P-value — Fair Experimentation PlatformHow can we measure the new value added to a company product is actually coming from the change made by us? This change could be the size…
Alex Yeo·Aug 1, 2023Commonly-used distance calculation in Data Science : Levenshtein Distance, Haversine DistanceThere are multiple distance calculations commonly used in data science projects depending on the use cases. Usually, these distance…
InMachine GrowthbyAlex Yeo·Jul 24, 2021Baby steps in Reinforcement Learning — Q LearningQ learning. What is Q at the first place? why Q has to learn while A, B, C, D, E are playing?