<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Deep learning for natural language processing</title>
    <subTitle>creating neural networks with python</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Goyal, Palash.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Pandey, Sumit.</namePart>
  </name>
  <name type="personal">
    <namePart>Jain, Karan.</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="local">Electronic books.</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Berkeley, CA</placeTerm>
    </place>
    <publisher>Apress</publisher>
    <publisher>Imprint: Apress</publisher>
    <dateIssued>2018</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xvii,277p. ; PB 23.5 cm</extent>
  </physicalDescription>
  <abstract>Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models. You?ll start by covering the mathematical prerequisites and the fundamentals of deep learning and NLP with practical examples. The first three chapters of the book cover the basics of NLP, starting with word-vector representation before moving onto advanced algorithms. The final chapters focus entirely on implementation, and deal with sophisticated architectures such as RNN, LSTM, and Seq2seq, using Python tools: TensorFlow, and Keras. Deep Learning for Natural Language Processing follows a progressive approach and combines all the knowledge you have gained to build a question-answer chatbot system. This book is a good starting point for people who want to get started in deep learning for NLP. All the code presented in the book will be available in the form of IPython notebooks and scripts, which allow you to try out the examples and extend them in interesting ways. You will: Gain the fundamentals of deep learning and its mathematical prerequisites Discover deep learning frameworks in Python Develop a chatbot Implement a research paper on sentiment classification.</abstract>
  <tableOfContents>Chapter 1: Introduction to NLP and Deep Learning -- Chapter 2: Word Vector representations -- Chapter 3: Unfolding Recurrent Neural Networks -- Chapter 4: Developing a Chatbot -- Chapter 5: Research Paper Implementation: Sentiment Classification.</tableOfContents>
  <note type="statement of responsibility">By Palash Goyal, Sumit Pandey and Karan Jain.</note>
  <note>Requires an SPL library card.</note>
  <note>Mode of access: World Wide Web.</note>
  <subject authority="lcsh">
    <topic>Computer science</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computers</topic>
  </subject>
  <classification authority="lcc">QA75.5-76.95</classification>
  <classification authority="ddc" edition="1">006.35  GOYP</classification>
  <relatedItem type="host">
    <titleInfo>
      <title>Springer eBooks</title>
    </titleInfo>
  </relatedItem>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <identifier type="isbn">9781484236857</identifier>
  <identifier type="uri">https://ezproxy.spl.org/login?url=https://learning.oreilly.com/library/view/~/9781484236857/?ar</identifier>
  <location>
    <url displayLabel="View this electronic item in O'Reilly Online Learning: Academic/Public Library Edition.">https://ezproxy.spl.org/login?url=https://learning.oreilly.com/library/view/~/9781484236857/?ar</url>
  </location>
  <accessCondition type="restrictionOnAccess">Requires an SPL library card.</accessCondition>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">180626</recordCreationDate>
    <recordChangeDate encoding="iso8601">20220428154746.0</recordChangeDate>
    <recordIdentifier source="WaSeSS">ssj0002037945</recordIdentifier>
  </recordInfo>
</mods>
