DOCS/journey/plans/251016_bayesian_startup_valuation.md
Claude-51124 aecfefc2d0 docs: 베이지안 가치평가 계획 문서 통합 및 간소화
- 260112 중복 문서 삭제 (251016 문서로 통합)
- 구현 완료 섹션 링크로만 대체 (원칙 준수)
- 불필요한 상세 정보 제거 (개요, 실현 가능성 검증 등)
- 남은 작업만 명확히 유지
2026-01-20 09:34:38 +09:00

41 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 베이지안 스타트업 가치평가 프레임워크
**날짜**: 2025-10-16
**수정일**: 2026-01-20 (문서 원칙 준수 정리)
**목표**: Neo4j + 베이지안 MCMC 확률적 가치평가
---
## 아키텍처
```
1. Neo4j → 유사 기업 Top-K 탐색 (공통 태그 K≥3)
2. Bayesian MCMC → 가치평가 확률 분포 (10,000 iterations)
3. PostgreSQL → 프리미엄 학습 및 업데이트 (Beta(α,β))
```
---
## 구현 완료
- Phase 1 (Neo4j 유사 기업): `troubleshooting/260112_bayesian_valuation_phase1_implementation.md`
- Phase 2 (베이지안 MCMC): `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md`
- Phase 3 기본 구조: `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md`
---
## 남은 작업
### Phase 3: 동적 프리미엄 완성
- Beta(α,β) 분포 업데이트 로직 (현재는 mu, sigma만 저장)
- 30일 주기 재계산 스케줄러 (scheduler_repository 활용)
- 신규 투자 데이터 자동 재학습 파이프라인
---
## 참고
- 데이터 마이그레이션: `troubleshooting/251016_neo4j_startup_data_migration.md`
- 가치분석 원칙: `book/300_architecture/314_스타트업_가치분석_원칙.md`
- Neo4j: `bolt://192.168.219.45:7687`, `app/services/memory/neo4j_client.py`