목록2024/11/14 (2)
CS log
프로젝트 요약💗 주제명사회 초년생을 위한 예/적금 금융 상품 추천 💗 분야NLP, ML 💗사용 기술Clustering Model, prompt engineering, RAG 💗선정 논문 https://arxiv.org/abs/2408.00802 Leveraging LLM Reasoning Enhances Personalized Recommender SystemsRecent advancements have showcased the potential of Large Language Models (LLMs) in executing reasoning tasks, particularly facilitated by Chain-of-Thought (CoT) prompting. While tasks like ..
컴포넌트 스캔과 자동 의존관계 설정더보기controller vs service- Spring Application Layered Pattern은 Spring에서 흔히 사용하는 계층 구조로 Web Layer에서 사용자의 요청을 받고 Service Layer에서 실제 요청을 처리하고, Repository Layer에서 통해 Data를 조회/변경한다.- Domain Driven Design Layered Pattern에서는 User Interface Layer에서 사용자의 요청을 받고 응답을 만들며 Application Layer에서는 기능을 제공한다. Domain Layer에서는 기능을 제공하기 위한 실제 변경 작업을 진행하며 Infrastructure Layer에서는 Database, 다른 Applicat..