Jump to ratings and reviews
Rate this book

Natural Language Processing mit PyTorch: Intelligente Sprachanwendungen mit Deep Learning erstellen (Animals)

Rate this book
Sprachanwendungen wie Amazon Alexa und Google Translate sind heute allgegenwärtig. Grundlage dafür ist das Natural Language Processing (NLP), das zahllose Möglichkeiten für die Entwicklung intelligenter, Deep-Learning-basierter Anwendungen eröffnet. In diesem Buch lernen Sie die neuesten Techniken zur Verarbeitung von Sprache kennen und nutzen dabei das flexible Deep-Learning-Framework PyTorch.Delip Rao und Brian McMahan geben Ihnen einen Überblick über NLP-Methoden und Grundkonzepte neuronaler Netze und demonstrieren Ihnen dann, wie Sie Sprachanwendungen mit PyTorch entwickeln. Der umfangreiche Beispielcode unterstützt Sie dabei, die gezeigten Techniken nachzuvollziehen und auf Ihre konkreten Aufgabenstellungen zu übertragen.Erkunden Sie Berechnungsgraphen und das Paradigma des überwachten LernensBeherrschen Sie die Grundlagen der PyTorch-Bibliothek, die für Tensor-Manipulationen optimiert wurdeVerschaffen Sie sich einen Überblick über traditionelle NLP-Konzepte und -MethodenMachen Sie sich mit den Grundkonzepten von neuronalen Netzen vertrautUntersuchen Sie Feedforward-Netze, wie zum Beispiel das mehrschichtige PerzeptronVerwenden Sie Einbettungen, um Wörter, Sätze, Dokumente und andere Features darzustellenVerstehen Sie, wie sich Sequenzdaten mit rekurrenten neuronalen Netzen modellieren lassenErkunden Sie Sequenzvoraussagen und generieren Sie Sequenz-zu-Sequenz-ModelleLernen Sie Entwurfsmuster für den Aufbau von produktionsreifen NLP-Systemen kennen"Ein fantastisches Buch, um in NLP und Deep Learning mit PyTorch einzutauchen. Delip und Brian haben großartige Arbeit geleistet, sie erklären NLP-Konzepte verständlich und demonstrieren sie in jedem Kapitel anhand von Beispielcode, um damit praktische NLPAufgaben zu lösen."— Liling TanResearch Scientist bei Rakuten

474 pages, Kindle Edition

Published November 27, 2019

50 people are currently reading
242 people want to read

About the author

Delip Rao

1 book2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
10 (16%)
4 stars
30 (48%)
3 stars
16 (25%)
2 stars
5 (8%)
1 star
1 (1%)
Displaying 1 - 10 of 10 reviews
Profile Image for Vicki.
531 reviews241 followers
March 8, 2023
Really dense and good overview of NLP. People completely new to the field might be lost but if you’ve already done at least some it puts all true concepts into good context with code.
21 reviews1 follower
November 25, 2023
Delip Rao’s “Natural Language Processing mit PyTorch” ist ein beeindruckendes Werk, das sich auf die Vermittlung von essenziellen NLP-Techniken und -Konzepten konzentriert. Es ist ein Buch, das sowohl für Anfänger als auch für Fortgeschrittene geeignet ist.

Das Buch ist gut organisiert und die Inhalte sind leicht verständlich. Rao hat einen ausgezeichneten Job gemacht, indem er die oft komplexen Themen des NLP auf eine zugängliche und praktische Weise präsentiert. Er bietet viele nützliche Beispiele und Anleitungen, die den Lesern helfen, die Konzepte in der Praxis anzuwenden.

Ein weiterer bemerkenswerter Aspekt des Buches ist seine Aktualität. Rao bezieht sich auf die neuesten Trends und Technologien im Bereich der Datenanalyse und bietet den Lesern wertvolle Einblicke in die aktuellen Entwicklungen in der Branche.

“Natural Language Processing mit PyTorch” ist mehr als nur ein einführendes Buch zum NLP. Es ist ein Leitfaden, der den Lesern hilft, eine datenorientierte Denkweise zu entwickeln und eigentlich ein Verständnis für Sprache aus Sicht eines Data Scientist zu schaffen.

Insgesamt ist “Natural Language Processing mit PyTorch” ein ausgezeichnetes Buch für jeden, der mehr über Datenanalyse lernen möchte. Mit der zunehmenden Menge an Daten, die in der heutigen Welt generiert werden, wird das Verständnis von NLP immer wichtiger. Dieses Buch bietet einen soliden Einstieg in das Thema und ist ein wertvolles Werkzeug für jeden, der in der datenintensiven Welt von heute erfolgreich sein möchte. Es ist ein Muss für jeden, der sich für NLP interessiert und seine Kenntnisse in diesem Bereich erweitern möchte.
Profile Image for Tianqi Zhao.
34 reviews1 follower
June 22, 2024
This book is written by a Ph.D. student from Johns Hopkins, a university that has a lot of famous Natural Language Processing(NLP) experts. The whole book is based on important concepts of NLP, from traditional methods like TF-IDF to neural network-based methods such as Convolutional Neural Networks and Recurrent Neural Networks, and Sequence to Sequence Machine Translation. Each concept is combined with snippets of PyTorch examples coherent to the topic. The whole book is based on several projects, avoiding to change context frequently to make it easy for understanding. As a Computer Science Master who already have publications, I still learned a lot of new things from this book since the author explains every concept in his own words, making it crystal clear, which won’t be possible to achieve without rich hands-on experience. Therefore, though having small mistakes and being lack of specific materials, this book has all the essential knowledge of neural network-based Natural Language Processing and is suitable for readers who has a basic understanding of Artificial Intelligence.
4 reviews
February 2, 2021
I was very disappointed. Looks like this book was written in a hurry. The authors assume the readers are at the same level as themselves and will just understand the code they seem to have thrown out arbitrarily. Hardly is there any effort to set the context and help the reader build and develop the concepts from the ground up. In one instance, even the code example and the output did not match when I tried that myself. How could the authors be so careless? Not a book in the O'reilly league.

Sorry folks, but not worth in my opinion.

This is just my perspective though. If others found it useful, I have no comments about that.
2 reviews1 follower
May 11, 2020
This book contains great deal of practical codes, from traditional NLP to encoder - decoder attention neural network. However, current NLP advancement has now make use of transformer, which is not this book's scope.

Additionally I've found the Hands On ML by Aurelien Geron provides more in depth discussion on optimization each components of deep learning both for NLP and Vision.

I would recommend to read both books as IMO they can complete each other (despite the intersections that they may have)
Profile Image for Risto Hinno.
95 reviews2 followers
February 2, 2020
Good intro to NLP with pytorch. Easy to read and have real working code examples. So if you want to use pytorch in NLP then this book might be for you. It is not very detailed but gives good idea about different architectures. Companions code was a bit messy I refactored it a bit: https://github.com/RRisto/pytorchnlpbook. But if you want to know state of the art solutions and engineering in NLP you should read some other book after this book.
Profile Image for Nikhil Prabhu.
12 reviews5 followers
June 21, 2019
Great for getting some hands-on practice into actual deep learning and creating models - especially when you try the same models on different datasets and see things break and have to fix them. Besides that, not a very insightful read.
Profile Image for Juan Manuel.
50 reviews3 followers
November 19, 2019
Great book with really up-to-date examples of neural architectures for NLP.

The companion code is a bit messy, though he
Profile Image for Romilly.
64 reviews1 follower
May 3, 2019
A good introduction to NLP using one of the top two Deep Learning frameworks.
Displaying 1 - 10 of 10 reviews

Can't find what you're looking for?

Get help and learn more about the design.