Machine learningBlog

Understanding Machine Learning Models Explained

Imagine a world where computers learn and make decisions like humans. This isn’t science fiction—it’s real, thanks to machine learning models and artificial intelligence. There are many types of machine learning, like Supervised and Unsupervised Learning. These models learn from data without being told what to do, showing the power of data science. These models are everywhere…
Read more

Machine Learning With Applications

Top Machine Learning Algorithms You Need to Know in 2025

Machine learning

Machine learning system design 2

System design 2Continued from ML system design Part 1. In previous post we discussed about setting up business and ML objectives and also the first two requirements of ML systems Reliability and Scalability. In this post we will discuss the next two requirements.MaintainabilityIn the development and maintenance of an ML system, various professionals such as ML engineers, DevOps…
Read more

Machine Learning With Applications

Top Machine Learning Algorithms You Need to Know in 2025

Machine learning

Machine Learning System design

Before we even start building a ML system, we need to understand the objective of the system and the impact of the same. The system should be driven by business objectives which are then being converted to ML objectives to drive and shape the development of ML system.Machine LearningOnce everyone from business and tech team are onboarded on the objectives of the ML system. We can start…
Read more

Machine Learning With Applications

Top Machine Learning Algorithms You Need to Know in 2025

Machine learning

Mastering LLaMA 3 from Scratch with Python

LLaMA 3 is one of the most promising open-source model after Mistral, solving a wide range of tasks. I previously wrote a blog about creating an LLM with over 2.3 million parameters from scratch using the LLaMA architecture. Now that LLaMA-3 is released, we will recreate it in a simpler manner.LLaMA 3 with PythonWe won’t be using a GPU for this blog, but you’ll need at least 17…
Read more

Machine Learning With Applications

Top Machine Learning Algorithms You Need to Know in 2025