Published onNovember 1, 2024LLM - Retrieval Augmented GenerationCodeAIPythonLLM 系列文的第三章,著重在 RAG 的原理和實作方法
Published onOctober 10, 2024LLM - Prompting and AlignmentCodeAIPythonLLM 系列文的第二章,著重在語言模型的改進方法,包含提示工程、微調、增強式學習
Published onOctober 1, 2024LLM - Building Applications with APIsCodeAIPythonLLM 系列文的第一章,著重在語言模型的基本介紹、多模態分析以及 API 應用
Published onSeptember 10, 2024字串搜尋演算法的心得CodeAlgorithmNGS從基因比對的角度切入,介紹幾個進階字串搜尋演算法(如後綴樹、BWT),並探討各種優化方向與實際應用