SNU Institute of Psychological Science (IPS) AI Workshop (Winter)
일시: 2026년 2월 3일 (화) 9:30 am - 5:00 pm
장소: 서울대학교 아시아연구소 (101동) 삼익홀
Date and Time: Feburary 3rd (Tue) 9:30 am - 5:00 pm KST
Location: Samik Hall, Asia Research Center, Seoul National University (Bldg 101)
Workshop Page: https://sites.google.com/view/snuaipsychworkshop/home
- 주제: Agentic AI × Neuroscience: 행동=예측=질문
- 발표 자료: 개회사 PDF 링크
- 제목: Title: Agentic AI: Build your own Co-Scientist
- 발표 자료: 발표 자료 링크
Hands-on 1: An Introduction to RAG Through Chatbot Experiment Design with Streamlit
- Python 기초: 함수, 변수, 딕셔너리(dict), 리스트
- 웹 기본 동작: 세션(session) 개념 이해
- OpenAI API Key 발급 (권장): https://platform.openai.com/api-keys
- Gemini 무료 API도 사용 가능하나 quota 소진 시 실습 중단 가능 → OpenAI 사용 권장
- GitHub 가입: https://github.com/signup
- Streamlit 가입: https://authkit.streamlit.io/sign-up
- 발표자 환경: Windows
- 실습: 온라인(Google Colab, Streamlit) → OS 무관
Title: Hands-on 2: Automated EDA Pipelines
- 통계 기초, AI 에이전트 개념 기초
- Cursor 설치: https://cursor.com/download
- GitHub 가입: https://github.com/signup
- Python 설치 + 라이브러리: pandas, numpy, matplotlib, seaborn, scipy
- Windows / macOS
Title: Hands-on 3: AI agents for Manuscript Writing and Peer Review
- 논문 작성·리서치 자동화: 학술검색 → 수집/처리 → 임베딩 → LLM 파이프라인
- Jupyter 사용
- 학술 논문 구조 이해, 리뷰(심사) 프로세스 경험
- Cursor 설치: https://cursor.com/download
- GitHub 가입: https://github.com/signup
- Gemini API Key: https://aistudio.google.com/apikey
- Semantic Scholar API Key (권장): https://www.semanticscholar.org/product/api#api-key-form
- 본인 논문 초안 (선택)
- OpenAI API Key (선택): https://platform.openai.com/api-keys
- Python 설치 확인
- 학술 검색: arXiv, paperscraper
- 임베딩: torch, transformers, adapters
- LLM/에이전트: langchain, langgraph, langchain-google-genai
- 파일 처리: pdfplumber, PyPDF2, python-docx
- (프로젝트 의존성: pyproject.toml에 정의됨)
- macOS (Colab 실습도 가능)