class DeepLearningResearcher:
def __init__(self):
self.name = "ljb"
self.role = "Deep Learning Researcher & AI Agent Builder"
self.research = [
"HDR Image Reconstruction",
"Intrinsic Image Decomposition",
"Diffusion Models",
"Flow Matching",
]
self.tools = [
"Claude Code", "OpenAI Codex",
"Custom Skills", "MCP Servers",
]
def daily_routine(self):
return [
"📖 Reading papers from CVPR / ICCV / ECCV / ICLR",
"🧪 Training models & running experiments",
"🤖 Building AI-powered development tools",
"💻 Shipping full-stack applications",
]
|
|
|
|
HDR Image Reconstruction ─┬─ Multi-Exposure Fusion (MEF)
├─ Intrinsic Image Decomposition (IID)
├─ Diffusion Models (LDM, ControlNet)
└─ Flow Matching
AI Agents ────────────────┬─ LLM Tool Calling & Multi-Agent Systems
├─ On-device LLM Inference
└─ AI-Powered Development Tools