fastText Quick Start Guide: Get started with Facebook's library for text representation and classification
暫譯: fastText 快速入門指南:開始使用 Facebook 的文本表示與分類庫

Joydeep Bhattacharjee

  • 出版商: Packt Publishing
  • 出版日期: 2018-07-27
  • 售價: $1,450
  • 貴賓價: 9.5$1,378
  • 語言: 英文
  • 頁數: 194
  • 裝訂: Paperback
  • ISBN: 1789130999
  • ISBN-13: 9781789130997
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Perform efficient fast text representation and classification with Facebook's fastText library

Key Features

  • Introduction to Facebook's fastText library for NLP
  • Perform efficient word representations, sentence classification, vector representation
  • Build better, more scalable solutions for text representation and classification

Book Description

Facebook's fastText library handles text representation and classification, used for Natural Language Processing (NLP). Most organizations have to deal with enormous amounts of text data on a daily basis, and gaining efficient data insights requires powerful NLP tools such as fastText. 

This book is your ideal introduction to fastText. You will learn how to create fastText models from the command line, without the need for complicated code. You will explore the algorithms that fastText is built on and how to use them for word representation and text classification. 

Next, you will use fastText in conjunction with other popular libraries and frameworks such as Keras, TensorFlow, and PyTorch. 

Finally, you will deploy fastText models to mobile devices. By the end of this book, you will have all the required knowledge to use fastText in your own applications at work or in projects.

What you will learn

  • Create models using the default command line options in fastText
  • Understand the algorithms used in fastText to create word vectors
  • Combine command line text transformation capabilities and the fastText library to implement a training, validation, and prediction pipeline
  • Explore word representation and sentence classification using fastText
  • Use Gensim and spaCy to load the vectors, transform, lemmatize, and perform other NLP tasks efficiently
  • Develop a fastText NLP classifier using popular frameworks, such as Keras, Tensorflow, and PyTorch

Who this book is for

This book is for data analysts, data scientists, and machine learning developers who want to perform efficient word representation and sentence classification using Facebook's fastText library. Basic knowledge of Python programming is required.

Table of Contents

  1. Introducing FastText
  2. Creating Models Using FastText Command Line
  3. Word Representations in FastText
  4. Sentence Classification in FastText
  5. FastText in Python
  6. Machine Learning and Deep Learning Models
  7. Deploying Models to Web and Mobile

商品描述(中文翻譯)

使用 Facebook 的 fastText 函式庫執行高效的快速文本表示和分類

主要特點


  • 介紹 Facebook 的 fastText 函式庫於自然語言處理 (NLP)

  • 執行高效的單詞表示、句子分類、向量表示

  • 建立更好、更具可擴展性的文本表示和分類解決方案

書籍描述

Facebook 的 fastText 函式庫處理文本表示和分類,應用於自然語言處理 (NLP)。大多數組織每天都必須處理大量的文本數據,獲得高效的數據洞察需要強大的 NLP 工具,如 fastText。

這本書是您了解 fastText 的理想入門書籍。您將學習如何從命令行創建 fastText 模型,而無需複雜的代碼。您將探索 fastText 所基於的算法,以及如何使用它們進行單詞表示和文本分類。

接下來,您將使用 fastText 與其他流行的函式庫和框架結合使用,如 Keras、TensorFlow 和 PyTorch。

最後,您將把 fastText 模型部署到移動設備上。在本書結束時,您將擁有在工作或項目中使用 fastText 所需的所有知識。

您將學到什麼

  • 使用 fastText 的預設