#NLP
5 posts tagged "nlp"
2
Part 2 — 如何衡量 AI 的準確度(二):大型語言模型(LLM)的評估方法
LLM 的輸出沒有唯一標準答案,該怎麼客觀評估?本文介紹 BLEU、ROUGE、Perplexity、BERTScore 及 LLM-as-a-Judge 等方法,幫助你從多個維度評估語言模型的真實能力。
9
Part 9 — AI 工程從零開始|Phase 5 Part 1:NLP 基礎 — 文字是智慧的介面
從詞袋到詞嵌入,掌握 NLP 工程師必備的文字前處理、TF-IDF、Word2Vec/GloVe/FastText 嵌入技術與文字分類生產架構
10
Part 10 — AI 工程從零開始|Phase 5 Part 2:Seq2Seq 與注意力機制 — Transformer 前夜
深入解析 RNN/LSTM/GRU 序列建模、Encoder-Decoder 架構、Bahdanau 注意力機制,理解 Transformer 取代 RNN 的工程動機
11
Part 11 — AI 工程從零開始|Phase 5 Part 3:進階 NLP — BERT、問答系統與語言理解
深入解析 BERT/RoBERTa/DeBERTa 預訓練策略、問答系統架構、文字摘要、機器翻譯評估與 NLP 生產系統的工程挑戰
Building a Sentiment-Driven US Stock Trading System with X.com Real-Time Analysis
Learn how to architect a production-ready sentiment-driven stock trading platform that streams X.com posts in real-time, analyzes market sentiment using AWS Bedrock and HuggingFace, and automatically executes trades on US stocks based on social media signals.