logo
分类于: 设计 职场办公

简介

Natural Language Processing in Action: Understanding, analyzing, and generating text with Python

Natural Language Processing in Action: Understanding, analyzing, and generating text with Python 0.0分

资源最后更新于 2020-07-25 14:10:16

作者:Mr Lane Hobson

出版社:Manning Publications

出版日期:2017-01

ISBN:9781617294631

文件格式: pdf

标签: NLP 自然语言处理 计算机 机器学习 编程 语言学 计算机科学 技术

简介· · · · · ·

Natural Language Processing in Action is your guide to building machines that can read and interpret human language. In it, you'll use readily available Python packages to capture the meaning in text and react accordingly. The book expands traditional NLP approaches to include neural networks, modern deep learning algorithms, and generative techniques as you tackle real-world p...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

PART 1 - WORDY MACHINES
Packets of thought (NLP overview)
Build your vocabulary (word tokenization)
Math with words (TF-IDF vectors)
Finding meaning in word counts (semantic analysis)
PART 2 - DEEPER LEARNING (NEURAL NETWORKS)
Baby steps with neural networks (perceptrons and backpropagation)
Reasoning with word vectors (Word2vec)
Getting words in order with convolutional neural networks (CNNs)
Loopy (recurrent) neural networks (RNNs)
Improving retention with long short-term memory networks
Sequence-to-sequence models and attention
PART 3 - GETTING REAL (REAL-WORLD NLP CHALLENGES)
Information extraction (named entity extraction and question answering)
Getting chatty (dialog engines)
Scaling up (optimization, parallelization, and batch processing)