SPACY  [本・雑誌・コミック]
 
楽天市場検索

本・雑誌・コミック
  小説・エッセイ (0)
  資格・検定 (0)
  ライフスタイル (0)
  ホビー・スポーツ・美術 (0)
  絵本・児童書・図鑑 (0)
  語学・辞典・年鑑 (0)
  学習参考書・問題集 (0)
  旅行・留学 (0)
  人文・地歴・社会 (0)
  ビジネス・経済・就職 (0)
  PC・システム開発 (0)
  科学・医学・技術 (0)
  コミック (0)
  ライトノベル (0)
  ボーイズラブ (0)
  ティーンズラブ (0)
  エンターテインメント (1) (SPACY)
  写真集 (0)
  古書・希少本 (0)
  楽譜 (0)
  雑誌 (0)
  新聞 (0)
  洋書 (11) (SPACY)
  カレンダー (0)
  ポスター (0)
  パンフレット (0)
  その他 (0)
 
12件中 1件 - 12件  1
商品説明価格

Natural Language Processing and Computational Linguistics A practical guide to text analysis with Python, Gensim, spaCy, and Keras【電子書籍】[ Bhargav Srinivasa-Desikan ]

楽天Kobo電子書籍ストア
<p>Work with Python and powerful open source tools such as Gensim and spaCy to perform modern text analysis, natural language processing, and computational linguistics algorithms. About This Book ? Discover the open source Python text analysis ecosystem, using spaCy, Gensim, scikit-learn, and Keras ? Hands-on text analysis with Python, featuring natural language processing and computational linguistics algorithms ? Learn deep learning techniques for text analysis Who This Book Is For This book is for you if you want to dive in, hands-first, into the interesting world of text analysis and NLP, and you're ready to work with the rich Python ecosystem of tools and datasets waiting for you! What You Will Learn ? Why text analysis is important in our modern age ? Understand NLP terminology and get to know the Python tools and datasets ? Learn how to pre-process and clean textual data ? Convert textual data into vector space representations ? Using spaCy to process text ? Train your own NLP models for computational linguistics ? Use statistical learning and Topic Modeling algorithms for text, using Gensim and scikit-learn ? Employ deep learning techniques for text analysis using Keras In Detail Modern text analysis is now very accessible using Python and open source tools, so discover how you can now perform modern text analysis in this era of textual data. This book shows you how to use natural language processing, and computational linguistics algorithms, to make inferences and gain insights about data you have. These algorithms are based on statistical machine learning and artificial intelligence techniques. The tools to work with these algorithms are available to you right now - with Python, and tools like Gensim and spaCy. You'll start by learning about data cleaning, and then how to perform computational linguistics from first concepts. You're then ready to explore the more sophisticated areas of statistical NLP and deep learning using Python, with realistic language and text samples. You'll learn to tag, parse, and model text using the best tools. You'll gain hands-on knowledge of the best frameworks to use, and you'll know when to choose a tool like Gensim for topic models, and when to work with Keras for deep learning. This book balances theory and practical hands-on examples, so you can learn about and conduct your own natural language processing projects and computational linguistics. You'll discover the rich ecosystem of Python tools you have available to conduct NLP - and enter the interesting world of modern text analysis. Style and approach The book teaches NLP from the angle of a practitioner as well as that of a student. This is a tad unusual, but given the enormous speed at which new algorithms and approaches travel from scientific beginnings to industrial implementation, first principles can be clarified with the help of entirely practical examples.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,155円

Natural Language Processing with Python and spaCy A Practical Introduction【電子書籍】[ Yuli Vasiliev ]

楽天Kobo電子書籍ストア
<p><strong>An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library.</strong></p> <p><em>Natural Language Processing with Python and spaCy</em> will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You'll learn how to leverage the spaCy library to extract meaning from text intelligently; how to determine the relationships between words in a sentence (syntactic dependency parsing); identify nouns, verbs, and other parts of speech (part-of-speech tagging); and sort proper nouns into categories like people, organizations, and locations (named entity recognizing). You'll even learn how to transform statements into questions to keep a conversation going.</p> <p>You'll also learn how to:<br /> <strong>?</strong> Work with word vectors to mathematically find words with similar meanings (Chapter 5)<br /> <strong>?</strong> Identify patterns within data using spaCy's built-in displaCy visualizer (Chapter 7)<br /> <strong>?</strong> Automatically extract keywords from user input and store them in a relational database (Chapter 9)<br /> <strong>?</strong> Deploy a chatbot app to interact with users over the internet (Chapter 11)</p> <p>"Try This" sections in each chapter encourage you to practice what you've learned by expanding the book's example scripts to handle a wider range of inputs, add error handling, and build professional-quality applications.</p> <p>By the end of the book, you'll be creating your own NLP applications with Python and spaCy.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,846円

Mastering spaCy An end-to-end practical guide to implementing NLP applications using the Python ecosystem【電子書籍】[ Duygu Altinok ]

楽天Kobo電子書籍ストア
<p>Build end-to-end industrial-strength NLP models using advanced morphological and syntactic features in spaCy to create real-world applications with ease Key Features ? Gain an overview of what spaCy offers for natural language processing ? Learn details of spaCy's features and how to use them effectively ? Work through practical recipes using spaCy Book Description spaCy is an industrial-grade, efficient NLP Python library. It offers various pre-trained models and ready-to-use features. Mastering spaCy provides you with end-to-end coverage of spaCy's features and real-world applications. You'll begin by installing spaCy and downloading models, before progressing to spaCy's features and prototyping real-world NLP apps. Next, you'll get familiar with visualizing with spaCy's popular visualizer displaCy. The book also equips you with practical illustrations for pattern matching and helps you advance into the world of semantics with word vectors. Statistical information extraction methods are also explained in detail. Later, you'll cover an interactive business case study that shows you how to combine all spaCy features for creating a real-world NLP pipeline. You'll implement ML models such as sentiment analysis, intent recognition, and context resolution. The book further focuses on classification with popular frameworks such as TensorFlow's Keras API together with spaCy. You'll cover popular topics, including intent classification and sentiment analysis, and use them on popular datasets and interpret the classification results. By the end of this book, you'll be able to confidently use spaCy, including its linguistic features, word vectors, and classifiers, to create your own NLP apps. What you will learn ? Install spaCy, get started easily, and write your first Python script ? Understand core linguistic operations of spaCy ? Discover how to combine rule-based components with spaCy statistical models ? Become well-versed with named entity and keyword extraction ? Build your own ML pipelines using spaCy ? Apply all the knowledge you've gained to design a chatbot using spaCy Who this book is for This book is for data scientists and machine learners who want to excel in NLP as well as NLP developers who want to master spaCy and build applications with it. Language and speech professionals who want to get hands-on with Python and spaCy and software developers who want to quickly prototype applications with spaCy will also find this book helpful. Beginner-level knowledge of the Python programming language is required to get the most out of this book. A beginner-level understanding of linguistics such as parsing, POS tags, and semantic similarity will also be useful.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,727円

【中古】 ヴァリアブルファイター・マスターファイル VF−4ライトニングIII U.N.SPACY 復活の嚆矢/GA Graphic(著者),ホビー編集部(編者)

ブックオフ 楽天市場店
GA Graphic(著者),ホビー編集部(編者)販売会社/発売会社:SBクリエイティブ発売年月日:2016/08/01JAN:9784797387667 2,722円

Spacy and Santa Save Christmas【電子書籍】[ Kaye Brady ]

楽天Kobo電子書籍ストア
<p>The children, Susie Q, (has one leg and desires a wooden leg), Jimmy, (who wants his dad to come home from the Army), and Stan (who is an orphan and wants a family to love) all meet each other at the toy store that is going out of business. They are overwhelmed when they see and find a message in a snow globe. This is where the astounding "wow" of the amazing Spacy is introduced. Spacy, a clumsy but cute little worm feller, changes colors with his moods, has special powers, and is there always to help and serve another. He is the hero and brings a new saying to earth, "Yppah Eb Dna Guh," which you will learn in the pages of this book. The children ask Spacy if he can help them save Christmas. Spacy makes arrangements with his friend Dreamaker (beautiful butterfly) to bring the children to Santa's workshop, where Santa and Spacy discuss a solution to save Christmas. One of the most wonderful things about Christmas is a touching Christmas story. You will be astonished watching the children being bullied by the rich kid and his gang and the strength that comes to them as they stand with firmness of their purpose in wanting to save Christmas. The desire is so great on doing a good thing that determination brings out their strength. I believe you will enjoy the excitement and thrill of the intriguing way Spacy's powers remind everyone of the important things in life and encourages us to be more kind and give of ourselves. The joy of giving the gift of oneself is more important than the children could imagine as they smile and whistle while helping. That magical feeling at Christmas time is known to all, the lights, music of carollers singing, snow-topped mountains, the touch of a snowflake on your nose, presents under the tree, a gift left at your door, smell of delicious cookies baking, a cheery smile from across the way, and that unbelievable feeling that comes over you as you too are caught in the joy of that Christmas spirit. The children find that a "gift of yourself" is the best gift of all and that miracles can happen. As the children mentioned in the Spacy and Santa Save Christmas story, people too, of all ages have the opportunity to experience the joy in the MAGIC OF CHRISTMAS.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,430円

洋書 Paperback, Natural Language Processing and Computational Linguistics: A practical guide to text analysis with Python, Gensim, spaCy, and Keras

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 8,085円

Обработка естественного языка. Python и spaCy на практике【電子書籍】[ Юлий Васильев ]

楽天Kobo電子書籍ストア
<p>Python и spaCy помогут вам быстро и легко создавать NLP-приложения: чат-боты, сценарии для сокращения текста или инструменты принятия заказов. Вы научитесь использовать spaCy для интеллектуального анализа текста, определять синтаксические связи между словами, идентифицировать части речи, а также определять категории для имен собственных. Ваши приложения даже смогут поддерживать беседу, создавая собственные вопросы на основе разговора. Вы научитесь: ?Работать с векторами слов, чтобы находить синонимы (глава 5). ?Выявлять закономерности в данных с помощью displaCy ー встроенного средства визуализации библиотеки spaCy (глава 7). ?Автоматически извлекать ключевые слова из пользовательского ввода и сохранять их в реляционной базе данных (глава 9). ?Развертывать приложения на примере чат-бота для взаимодействия с пользователями (глава 11). Прочитав эту книгу, вы можете сами расширить приведенные в ней сценарии, чтобы обрабатывать разнообразные варианты ввода и создавать приложения профессионального уровня.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,200円

The spaCy Handbook Simplifying Natural Language Processing【電子書籍】[ Robert Johnson ]

楽天Kobo電子書籍ストア
<p>"The spaCy Handbook: Simplifying Natural Language Processing" serves as a definitive guide for harnessing the power of spaCy, one of the most versatile NLP libraries available today. Designed for both beginners and seasoned professionals, this book provides a detailed exploration of spaCy's capabilities, enabling readers to master fundamental NLP tasks such as tokenization, part-of-speech tagging, and named entity recognition. Through engaging explanations and practical examples, readers are equipped with the skills to implement robust and efficient NLP solutions tailored to their specific needs.</p> <p>This comprehensive handbook extends beyond the basics to cover advanced topics such as training custom models, optimizing spaCy's pipelines, and applying NLP techniques in real-world scenarios. From enhancing text classification models to advancing healthcare applications, the book demonstrates spaCy's potential to revolutionize data processing across various industries. With a focus on practical applications and ease of use, this guide ensures that readers can seamlessly integrate spaCy into their projects, driving innovation and precision in language processing tasks.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,579円

Mastering spaCy Build structured NLP solutions with custom components and models powered by spacy-llm【電子書籍】[ D?borah Mesquita ]

楽天Kobo電子書籍ストア
<p><b>Discover how to master advanced spaCy techniques, including custom pipelines, LLM integration, and model training, to build NLP solutions efficiently and effectively</b></p><h2>Key Features</h2><ul><li>Build End-to-End NLP Workflows, From Local Development to Production with Weasel and FastAPI</li><li>Master No-Training NLP Development with spaCy-LLM, From Prompt Engineering to Custom Tasks</li><li>Create Advanced NLP Solutions, From Custom Components to Neural Coreference Resolution</li></ul><h2>Book Description</h2>Mastering spaCy, Second Edition is your comprehensive guide to building sophisticated NLP applications using the spaCy ecosystem. This revised edition embraces the latest advancements in NLP, featuring new chapters on Large Language Models with spaCy-LLM, transformers integration, and end-to-end workflow management with Weasel. With this new edition you’ll learn to enhance NLP tasks using LLMs with spaCy-llm, manage end-to-end workflows using Weasel and integrating spaCy with third-party libraries like Streamlit, FastAPI, and DVC. From training custom named entity recognition (NER) pipelines to categorizing emotions in Reddit posts, readers will explore advanced topics like text classification and coreference resolution. This book takes you on a journey through spaCy’s capabilities, starting with the fundamentals of NLP, such as tokenization, named entity recognition, and dependency parsing. As you progress, you’ll delve into advanced topics like creating custom components, training domain-specific models, and building scalable NLP workflows. By end of the book, through practical examples, clear explanations, tips and tricks you will be empowered to build robust NLP pipelines and integrate them with web applications to build end-to-end solutions.<h2>What you will learn</h2><ul><li>Apply transformer models and fine-tune them for specialized NLP tasks</li><li>Master spaCy core functionalities including data structures and processing pipelines</li><li>Develop custom pipeline components and semantic extractors for domain-specific needs</li><li>Build scalable applications by integrating spaCy with FastAPI, Streamlit, and DVC</li><li>Master advanced spaCy features including coreference resolution and neural pipeline components</li><li>Train domain-specific models, including NER and coreference resolution</li><li>Prototype rapidly with spaCy-LLM and develop custom LLM tasks</li></ul><h2>Who this book is for</h2><p>This book is tailored for NLP engineers, machine learning developers, and LLM engineers looking to build production-grade language processing solutions. While primarily targeting professionals working with language models and NLP pipelines, it's also valuable for software engineers transitioning into NLP development. Basic Python programming knowledge and familiarity with NLP concepts is recommended to leverage spaCy's latest capabilities.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,444円

洋書 Paperback, Natural Language Processing with Python and spaCy: A Practical Introduction

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 8,835円

洋書 Paperback, Spacy and Santa Save Christmas

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 1,769円

Perspectives On The Holocaust Essays In Honor Of Raul Hilberg【電子書籍】[ James S Pacy ]

楽天Kobo電子書籍ストア
<p>This volume brings together original historical, literary, and philosophical analyses of the Holocaust by some of the world's leading scholars, including Yehuda Bauer, Christopher R. Browning, George Steiner, Alvin H. Rosenfeld, Richard L. Rubenstein, Robert Wolfe, Eberhard Jackel, Peter Hayes, and John K. Roth. The essays cover topics as diverse a</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 9,434円