Qborfy AI
Author

Qborfy AI

A knowledge base that logs daily experiences and learning journeys, sharing them with you to grow together.

59
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Qborfy AI

59 recent articles
Qborfy AI
Qborfy AI
Jul 2, 2025 · Artificial Intelligence

Mastering Activation Functions: From Sigmoid to Swish and When to Use Them

This article explains the role of activation functions in neural networks, compares five classic functions with formulas, performance trade‑offs, and gradient behavior, and provides a Python visualization demo plus several practical insights and real‑world examples.

ReLUSwishactivation functions
0 likes · 7 min read
Mastering Activation Functions: From Sigmoid to Swish and When to Use Them
Qborfy AI
Qborfy AI
Jul 1, 2025 · Artificial Intelligence

Why CNNs Outperform Fully Connected Networks: A Deep Dive into Architecture and Applications

This article explains the fundamentals of convolutional neural networks (CNNs), detailing their definition, advantages over fully connected networks, architectural components such as input, hidden, and output layers, key operations like convolution, pooling, and activation, and showcases practical applications and notable insights.

Artificial IntelligenceCNNcomputer vision
0 likes · 5 min read
Why CNNs Outperform Fully Connected Networks: A Deep Dive into Architecture and Applications
Qborfy AI
Qborfy AI
Jun 28, 2025 · Artificial Intelligence

Mastering LangGraph: Build Stateful, Looping LLM Agents with Python

This tutorial walks through the limitations of linear LangChain workflows, introduces LangGraph’s state‑node‑edge architecture, and provides step‑by‑step code examples—including a Hello‑World tool, conditional branching, multi‑turn conversation handling, and graph visualization—so readers can construct robust, persistent LLM agents.

AgentLLMLangChain
0 likes · 9 min read
Mastering LangGraph: Build Stateful, Looping LLM Agents with Python
Qborfy AI
Qborfy AI
Jun 26, 2025 · Artificial Intelligence

Unlock Hidden Patterns: A Hands‑On Guide to Unsupervised Learning Techniques

This article explains unsupervised learning by defining its core concepts, comparing clustering, dimensionality reduction, and association techniques, and illustrating each with concrete examples—from restaurant dish grouping and housing decision simplification to convenience‑store product analysis—while offering hands‑on experiments and real‑world case studies such as Amazon, NASA, and 7‑Eleven.

AICase Studiesassociation rules
0 likes · 5 min read
Unlock Hidden Patterns: A Hands‑On Guide to Unsupervised Learning Techniques
Qborfy AI
Qborfy AI
Jun 14, 2025 · Artificial Intelligence

Comprehensive AI Application Development Roadmap: Skills, Paths, and Resources

This guide outlines a detailed AI application development learning roadmap, emphasizing the importance of clear goals and a structured path, and covering prerequisite knowledge, entry‑level, intermediate, and advanced skills, future specialization routes, and curated reference links.

AIAI EngineerRoadmap
0 likes · 3 min read
Comprehensive AI Application Development Roadmap: Skills, Paths, and Resources
Qborfy AI
Qborfy AI
Jun 7, 2025 · Artificial Intelligence

Build a Retrieval‑Augmented Generation (RAG) Chatbot with LangChain and Streamlit

This guide walks through the complete process of creating a RAG‑powered question‑answering bot using LangChain, Streamlit, and vector‑store embeddings, covering theory, architecture, data loading, chunking, vector indexing, retrieval, LLM integration, and full code implementation with practical examples.

ChatbotEmbeddingsLangChain
0 likes · 13 min read
Build a Retrieval‑Augmented Generation (RAG) Chatbot with LangChain and Streamlit
Qborfy AI
Qborfy AI
Apr 9, 2025 · Artificial Intelligence

Mastering LangChain PromptTemplates to Reduce AI Hallucinations

This tutorial walks through the concept of PromptTemplate in LangChain, demonstrates how to build chat prompt templates, use message placeholders, apply Few‑Shot prompting and ExampleSelector techniques, and shows concrete code and output examples that help mitigate large‑language‑model hallucinations.

AI hallucinationExampleSelectorFewShot
0 likes · 11 min read
Mastering LangChain PromptTemplates to Reduce AI Hallucinations
Qborfy AI
Qborfy AI
Mar 29, 2025 · Artificial Intelligence

Mastering LangChain: Build LLM Apps with Chains, Agents, and Vector Stores

This tutorial walks through the limitations of simple prompt usage, introduces LangChain as a framework for building full‑featured LLM applications, explains its core concepts and components, and provides step‑by‑step code examples for installing, configuring, and running a basic LangChain demo.

AI ApplicationLLMLangChain
0 likes · 11 min read
Mastering LangChain: Build LLM Apps with Chains, Agents, and Vector Stores
Qborfy AI
Qborfy AI
Mar 28, 2025 · Artificial Intelligence

Master Prompt Engineering: From Basics to Advanced SQL Generation

This article walks readers through the fundamentals of prompt engineering—covering role, context, instruction, examples, and output formatting—then demonstrates a step‑by‑step construction of a sophisticated SQL‑generation prompt, complete with concrete code snippets, best‑practice tips, and reference resources.

AI Prompt DesignInstruction TuningPractical Examples
0 likes · 21 min read
Master Prompt Engineering: From Basics to Advanced SQL Generation
Qborfy AI
Qborfy AI
Mar 27, 2025 · Artificial Intelligence

How to Deploy DeepSeek‑R1 Locally with Ollama and Dify: A Step‑by‑Step Guide

This article walks through the entire process of deploying the DeepSeek‑R1 large language model on a personal machine, covering hardware requirements, Ollama installation, model download, service startup, remote access configuration, and visual UI integration with Dify, complete with concrete commands and screenshots.

AIDeepSeekDocker
0 likes · 9 min read
How to Deploy DeepSeek‑R1 Locally with Ollama and Dify: A Step‑by‑Step Guide