- Natural Language Processing with TensorFlow
- Thushan Ganegedara
- 176字
- 2021-06-25 21:28:22
What is a word representation or meaning?
What is meant by the word meaning? This is more of a philosophical question than a technical one. So, we will not try to discern the most proper answer for this question, but accept a more modest answer, that is, meaning is the idea or the representation conveyed by a word. Since the primary objective of NLP is to achieve human-like performance in linguistic tasks, it is sensible to explore principled ways of representing words for machines. To achieve this, we will use algorithms that can analyze a given text corpus and come up with good numerical representations of words (that is, word embeddings), such that words that fall within similar contexts (for example, one and two, I and we) will have similar numerical representations compared with words that are irrelevant (for example, cat and volcano).
First, we will discuss some classical approaches to achieve this and then move on to understanding more sophisticated recent methods that use neural networks to learn such feature representations and deliver state-of-the-art performance.
- 計算機網絡
- DevOps:軟件架構師行動指南
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Web交互界面設計與制作(微課版)
- Flask Web開發入門、進階與實戰
- Apache Mesos Essentials
- 微服務架構深度解析:原理、實踐與進階
- C++從入門到精通(第5版)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Building Serverless Web Applications
- JavaScript機器人編程指南
- 零基礎學C語言(升級版)
- Machine Learning for OpenCV
- 從零開始學UI:概念解析、實戰提高、突破規則
- 關系數據庫與SQL Server 2012(第3版)