© 2026 Hashnode
🚀 Learning Rate Scheduling: Fixing the Convergence Issue Context 📚 In my first post, I implemented simple Gradient Descent, and while it worked, we faced a common issue—the convergence of parameters was inconsistent. The intercept (b) converged muc...

Introduction K-Nearest Neighbors (KNN) is an intuitive algorithm used for classification and regression. Imagine you move to a new neighborhood and want to know the best restaurant. You ask your closest neighbors for recommendations, and the majority...

Deep learning, leveraging multi-layered neural networks, has gained popularity due to enhanced computational power and large datasets. It excels in image and speech recognition, NLP, autonomous driving, and healthcare diagnostics, transforming indust...

Let's build a chatbot with just Python using the Streamlit library, Ollama, and Microsoft Phi-3. Streamlit Streamlit turns data scripts into shareable web apps in minutes. All in pure Python. No front‑end experience required. You can find more info i...

In Python, asyncio is a fundamental library that empowers you to write concurrent code using the async/await syntax. This approach is particularly well-suited for applications that involve a significant amount of waiting for I/O (input/output) operat...

In this article series so far we saw only the Regression machine learning algorithm but in this article, we will see the classification algorithm and how it works. In the first article, I shared about various types of machine learning and also shared...
