Latest
Suengj Note is a curated site for projects, compressed notes on external sources, research synthesis, and personal views — published from Markdown in Git.
NOTE·AUG 26
ERGM: Exponential Random Graph Models for Networks
Exponential Random Graph Models (ERGMs) treat network ties as interdependent — the probability of a graph depends on structural statistics (edge count, reciproc…
NOTE·AUG 26
Python Basic — Self-Study Repository Structure
Open repository organizing Python fundamentals for data science learners — from basic syntax through libraries commonly used in analysis workflows. Structured a…
NOTE·AUG 26
SIENA: Statistical Analysis of Network Dynamics
SIENA (Simulation Investigation for Empirical Network Analysis) models longitudinal network change as a stochastic process where tie formation and dissolution d…
NOTE·AUG 26
Suengj Note 색상 팔레트 테스트
이번 Suengj Note 시각 정리에는 Color Hunt 팔레트 F9F7F7 / DBE2EF / 3F72AF / 112D4E 조합을 적용한다. 밝은 배경, 부드러운 서피스, 네이비 텍스트, 블루 액센트로 차분한 academic·technical 톤을 유지한다. - F9F7F7 — m…
RESEARCH·AUG 26
Network Imprinting in Venture Capital
Network imprinting examines how early relational structures constrain later network evolution — applied here to venture capital ecosystems where prior investmen…
RESEARCH·AUG 26
Text Mining for Media and HR Analytics
Two application threads share a computational text and network toolkit: (1) comparing media content similarity across news agencies, and (2) extracting relation…
VIEW·AUG 26
Agent Foundry: 프로젝트와 AI Agent 사이의 Operating Layer
AI Agent를 실제 프로젝트에 오래 붙여두면 관심사는 자연스럽게 모델 자체에서 운영 구조로 이동한다. Coding Agent는 repository를 직접 수정하고, MCP와 Tool Use를 통해 외부 시스템에 접근하며, Context Engineering, Agent Harness…
VIEW·AUG 26
Choose SIENA or ERGM Based on Time, Not Preference
The choice between SIENA and ERGM should be driven by temporal structure of data and question, not researcher habit or software familiarity. - Multiple waves +…
VIEW·AUG 26
Static Sites Beat CMS for Personal Knowledge Portfolios
For a personal portfolio + knowledge site like Suengj Note, a static Markdown repository with a thin presentation layer (Astro) is the right V1 architecture — n…