SSSasanthi Sandaruwaniinse-blog.hashnode.dev·Mar 21 · 2 min readLoops in Programming: For, While, and Do-WhileLoops are a fundamental concept in programming that allow you to repeat a block of code multiple times. The three most common types of loops are For Loop, While Loop, and Do-While Loop. Loops reduce c00
SSSasanthi Sandaruwaniinse-blog.hashnode.dev·Mar 21 · 2 min readUnderstanding Classes and Objects in OOPObject-Oriented Programming (OOP) is a programming paradigm built around objects and real-world entities. It helps organize code in a structured and meaningful way. Among its core concepts, classes an00
SSSasanthi Sandaruwaniinse-blog.hashnode.dev·Mar 21 · 2 min readArrays vs Linked Lists: A Beginner's GuideData Structures are essential for organizing, storing, and managing data efficiently. A strong understanding of them is crucial for coding interviews and real-world applications. Among the most fundam00
SSSasanthi Sandaruwaniinmlmindset.hashnode.dev·Mar 9 · 4 min readCommon Mistakes Beginners Make in Machine LearningMachine Learning is a powerful technology used for data analysis and making predictions. Using machine learning, we build models that learn from data and give us forecasts. However, working with machi00
SSSasanthi Sandaruwaniinmlmindset.hashnode.dev·Mar 6 · 3 min readHow to Structure a Machine Learning Project ProperlyWhen working on machine learning projects, many beginners start by doing everything in a single notebook. Although this format might work for some small experiments, as the project grows, it becomes m00