• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Introduction to Transformers for NLP: With the Hugging Face Library and Models to Solve Problems » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2952079]
• Literatura piękna
 [1850969]

  więcej...
• Turystyka
 [71058]
• Informatyka
 [151066]
• Komiksy
 [35579]
• Encyklopedie
 [23181]
• Dziecięca
 [620496]
• Hobby
 [139036]
• AudioBooki
 [1646]
• Literatura faktu
 [228729]
• Muzyka CD
 [379]
• Słowniki
 [2932]
• Inne
 [445708]
• Kalendarze
 [1409]
• Podręczniki
 [164793]
• Poradniki
 [480107]
• Religia
 [510956]
• Czasopisma
 [511]
• Sport
 [61267]
• Sztuka
 [243299]
• CD, DVD, Video
 [3411]
• Technologie
 [219640]
• Zdrowie
 [100984]
• Książkowe Klimaty
 [124]
• Zabawki
 [2281]
• Puzzle, gry
 [3363]
• Literatura w języku ukraińskim
 [258]
• Art. papiernicze i szkolne
 [8020]
Kategorie szczegółowe BISAC

Introduction to Transformers for NLP: With the Hugging Face Library and Models to Solve Problems

ISBN-13: 9781484288436 / Angielski / Miękka / 2022 / 165 str.

Shashank Mohan Jain
Introduction to Transformers for NLP: With the Hugging Face Library and Models to Solve Problems Shashank Mohan Jain 9781484288436 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Introduction to Transformers for NLP: With the Hugging Face Library and Models to Solve Problems

ISBN-13: 9781484288436 / Angielski / Miękka / 2022 / 165 str.

Shashank Mohan Jain
cena 125,74
(netto: 119,75 VAT:  5%)

Najniższa cena z 30 dni: 125,04
Termin realizacji zamówienia:
ok. 16-18 dni roboczych
Dostawa w 2026 r.

Darmowa dostawa!

Get a hands-on introduction to Transformer architecture using the Hugging Face library. This book explains how Transformers are changing the AI domain, particularly in the area of natural language processing.This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.After completingIntroduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.What You Will LearnUnderstand language models and their importance in NLP and NLU (Natural Language Understanding)Master Transformer architecture through practical examplesUse the Hugging Face library in Transformer-based language modelsCreate a simple code generator in Python based on Transformer architectureWho This Book Is ForData Scientists and software developers interested in developing their skills in NLP and NLU (Natural Language Understanding)

Get a hands-on introduction to Transformer architecture using the Hugging Face library. This book explains how Transformers are changing the AI domain, particularly in the area of natural language processing.This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.

What You Will Learn
  • Understand language models and their importance in NLP and NLU (Natural Language Understanding)
  • Master Transformer architecture through practical examples
  • Use the Hugging Face library in Transformer-based language models
  • Create a simple code generator in Python based on Transformer architecture

Who This Book Is For
Data Scientists and software developers interested in developing their skills in NLP and NLU (Natural Language Understanding)

Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Artificial Intelligence - General
Computers > Languages - Python
Computers > Information Theory
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484288436
Rok wydania:
2022
Dostępne języki:
Ilość stron:
165
Waga:
0.26 kg
Wymiary:
23.39 x 15.6 x 0.97
Oprawa:
Miękka
Dodatkowe informacje:
Wydanie ilustrowane

​Chapter 1: Introduction to Language Models

Chapter Goal: History and introduction to language models
Sub-topics:
• What is a language model 
• Evolution of language models from n-grams to now Transformer based models
• High-level intro to Google BERT
 
Chapter 2: Transformers
Chapter Goal: Introduction to Transformers and their architecture
Sub-topics: 
Introduction to Transformers
• Deep dive into Transformer architecture and how attention plays a key role in Transformers
• How Transformer realizes tasks like sentiment analysis, Q&A, sentence masking, etc.
 
 
Chapter 3: Intro to Hugging Face library
Chapter Goal: Gives an introduction to Hugging Face libraries and how they are used in achieving NLP tasks
Sub-topics:
• What is Hugging Face, and how its emerge as a relevant library for various data sets and models related to NLP
• Creating simple Hugging Face applications for NLP tasks like sentiment analysis, sentence masking, etc.
• Play around with different models available in the IT space.
 
 Chapter 4: Code Generator
Chapter Goal: Cover an example of a code generator using Transformer architecture.
Sub-topics:
• Creating a simple code generator wherein user input is text in NLP like sorting a given array of numbers. 
• The generator will take the user text and generate Python code or YAML (yet another markup language)file as an example for Kubernetes
• Deploying the model on the cloud as a service in Kubernetes
 
 
Chapter 5: Transformer Based Applications  
Chapter Goal: Summary of the topics around Transformers, Hugging Face libraries, and their usage.
Subtopics:
• Summary of Transformer based applications and language models. 
• Summarize Hugging Face libraries and why how they are relevant in NLP.

Shashank Mohan Jain has been working in the IT industry for around 20 years mainly in the areas of cloud computing, machine learning and distributed systems. He has keen interests in virtualization techniques, security, and complex systems. Shashank has software patents to his name in the area of cloud computing, IoT, and machine learning. He is a speaker at multiple reputed cloud conferences. Shashank holds Sun, Microsoft, and Linux kernel certifications.

Get a hands-on introduction to Transformer architecture using the Hugging Face library. This book explains how Transformers are changing the AI domain, particularly in the area of natural language processing.

This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.

After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.


You will:
  • Understand language models and their importance in NLP and NLU (Natural Language Understanding)
  • Master Transformer architecture through practical examples
  • Use the Hugging Face library in Transformer-based language models
  • Create a simple code generator in Python based on Transformer architecture



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia