Ankit Kumartheminermind.hashnode.dev·Jul 22, 2024Understanding K-Nearest Neighbors (KNN): From Basics to Weighted KNNIntroduction 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...1 likeKNN algorithms
Chinmay Pandyachinmaypandya.hashnode.dev·Jun 8, 2024How to Create a Keras-Style Neural Network from ScratchDeep 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...1 like·69 readskeras
Jalel TOUNSIsecondbrain.hashnode.dev·Apr 30, 2024Build an open source AI assistant with Streamlit, Microsoft Phi-3 & OllamaLet'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...10 likes·50 readsmicorosft phi3
Denis Khodishchenkodenislearns.tech·Mar 22, 2024Building python asyncio from scratch (to understand it)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...1 like·1.5K readsPython
Deepanshu Sachdevaeasydemystifyml.hashnode.dev·Jun 16, 2023Understanding Transformers - Word Embeddings from Theory to CodeTransformers is a deep learning model architecture introduced in the paper “Attention is All You Need” by Vaswani et al. It has gained significant popularity for its effectiveness in various natural language processing tasks. The first step in traini...3 likesgenerative ai
SANJAlsanjai3.hashnode.dev·Dec 16, 2022Logistic Regression Learn from scratch and also implement using Scikit learn libraryIn 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...2 likes·92 readsMachine Learning Brief Article series (A to Z) Learn from scratchLogitic regression