- 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.
- scikit-learn Cookbook
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例
- 算法零基礎(chǔ)一本通(Python版)
- ANSYS Fluent 二次開發(fā)指南
- Mastering Android Game Development
- Qt5 C++ GUI Programming Cookbook
- Python大學(xué)實(shí)用教程
- Orchestrating Docker
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- Practical Microservices
- 算法設(shè)計與分析:基于C++編程語言的描述
- UI動效設(shè)計從入門到精通
- Learning D3.js 5 Mapping(Second Edition)
- Hadoop Blueprints