콘텐츠로 바로가기

codegrowthlog

coding

[작성자:] 박상현

How Does a Recommendation Engine Actually Work? Building a Mini Collaborative Filtering System in Under 100 Lines of Python

Recommendation engines power personalized digital experiences by analyzing user behavior and shared preferences. This post explains the mechanics of collaborative filtering and demonstrates how to build a simple recommendation system from scratch using Python and cosine similarity.

박상현 How It Works 댓글 남기기 9월 15, 2026 4 Minutes

Automate Follow-Up Email Templates for Real Estate Agents with Python

Real estate agents can leverage simple Python scripts to automatically generate and dispatch personalized follow-up emails based on lead preferences and interaction history. This automation significantly improves lead response times and conversion rates while saving valuable time for agents.

박상현 Automation Scripts 댓글 남기기 9월 14, 2026 5 Minutes

How Does Vector Search Actually Work? Building a Mini Semantic Search Engine in Under 100 Lines of Python

Vector search uses numerical embeddings and cosine similarity to find relevant information based on semantic meaning rather than exact keyword matching. This post explains the core concepts behind vector retrieval and demonstrates how to build a mini semantic search engine in Python.

박상현 How It Works 댓글 남기기 9월 14, 2026 4 Minutes

How Does a Tokenizer Actually Work? Building a Mini Byte-Pair Encoding Tokenizer in Under 100 Lines of Python

This post demystifies Byte-Pair Encoding (BPE), the essential tokenization algorithm behind modern Large Language Models, and demonstrates how to build a functional BPE tokenizer in Python.

박상현 How It Works 댓글 남기기 9월 12, 20269월 13, 2026 4 Minutes
Powered by 워드프레스닷컴. (Raam Dev 제작).
댓글 로드중...