PinnedPublished inMachine Learning GuideYour AI journey starts here !Hey there! 🎉 Welcome to the community of like minded learners!Jan 4Jan 4
Published inMachine Learning GuideAI Agents: The Next Frontier in 2025In 2024, many businesses experimented with basic AI tools, often using simple interfaces connected to AI models. However, these basic tools…Jan 26Jan 26
Published inMachine Learning GuideUnderstanding GPU Memory: A Practical Guide for PyTorchTraining large models in PyTorch often leads to a common challenge: GPU memory exhaustion. Understanding how memory is allocated and used…Jan 5Jan 5
Published inMachine Learning GuideSmolagents: Build powerful code agentsRecently hugging face launched smolagents , a Python library designed to simplify the creation of powerful agents, particularly those that…Jan 4Jan 4
Shortest: AI-Powered End-to-End Testing with Natural LanguageShortest is a novel end-to-end testing framework that leverages AI to interpret natural language test descriptions. This approach…Jan 4Jan 4
Building a Robust Document Q&A System with LLMs: A Technical Deep DiveThis blog post details the construction of a sophisticated Question-Answering (Q&A) system for document analysis, leveraging Large Language…Jan 3Jan 3
Unveiling Intrinsic Chain-of-Thought Reasoning Through Decoding ModificationsChain-of-Thought (CoT) reasoning has emerged as a crucial technique for enhancing the performance of Large Language Models (LLMs) on…Jan 3Jan 3
Qwen-Audio and Qwen-Audio-Chat: Universal Audio Understanding ModelsThis blog post introduces Qwen-Audio and Qwen-Audio-Chat, two novel models designed for universal audio understanding. Qwen-Audio serves as…Jan 2Jan 2
Local LLM Orchestration with LangChain and OllamaThe increasing availability of large language models (LLMs) has led to a demand for local deployment and interaction. However, managing…Jan 2Jan 2
How 1x1 convolution reduces the floating-point operations in CNNThe main purpose of applying kernels (filters) in a CNN architecture is to extract features from an input image, but a kernel of size 1X1…Oct 28, 2020Oct 28, 2020