GPT-3 Demystified : Understanding How It Works and What It Can DoCopilot, a new code-generation tool from GitHub and OpenAI, is now a component of Microsoft Studio Code and autocompletes code snippets. Copilot is built on Codex, a GPT-3 product that was introduced a year ago. The buzz surrounding GPT-3 appears to ...Mar 4, 2023·8 min read
Decision Trees and Overfitting - SimplifiedDecision tree algorithm can become exceedingly difficult here's a simple explanations.Sep 3, 2022·4 min read
For Machine Learning Rookies-This blog contains all that crisp info you need to kick start your career in Data Science and ML. Let’s get started.Aug 31, 2022·2 min read
Learning After OverfittingIntroduction : When a model is over trained, it might over fit, or remember, the training data, limiting its capacity to understand inputs that are similar but different. But what if the training goes on? Overfitting isn't the end of the road, accord...Apr 12, 2022·3 min read