- Hands-On Natural Language Processing with PyTorch 1.x
- Thomas Dop
- 182字
- 2022-08-25 16:45:14
Chapter 2: Getting Started with PyTorch 1.x for NLP
PyTorch is a Python-based machine learning library. It consists of two main features: its ability to efficiently perform tensor operations with hardware acceleration (using GPUs) and its ability to build deep neural networks. PyTorch also uses dynamic computational graphs instead of static ones, which sets it apart from similar libraries such as TensorFlow. By demonstrating how language can be represented using tensors and how neural networks can be used to learn from NLP, we will show that both these features are particularly useful for natural language processing.
In this chapter, we will show you how to get PyTorch up and running on your computer, as well as demonstrate some of its key functionalities. We will then compare PyTorch to some other deep learning frameworks, before exploring some of the NLP functionality of PyTorch, such as its ability to perform tensor operations, and finally demonstrate how to build a simple neural network. In summary, this chapter will cover the following topics:
- Installing PyTorch
- Comparing PyTorch to other deep learning frameworks
- NLP functionality of PyTorch
- FPGA從入門到精通(實戰篇)
- 新型電腦主板關鍵電路維修圖冊
- 電腦組裝與維修從入門到精通(第2版)
- SDL Game Development
- INSTANT Wijmo Widgets How-to
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- Learning Game Physics with Bullet Physics and OpenGL
- STM32嵌入式技術應用開發全案例實踐
- OpenGL Game Development By Example
- FL Studio Cookbook
- STM32自學筆記
- Spring Security 3.x Cookbook
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- Deep Learning with Keras
- UML精粹:標準對象建模語言簡明指南(第3版)