Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Japanese  (12)
  • Swedish
  • Kinoshita, Tetsuya  (6)
  • Nakayama, Hiroki  (6)
  • Tōkyō-to Shinjuku-ku : Orairī Japan  (12)
  • 1
    Orig.schr. Ausgabe: 初版.
    Title: Rustの練習帳 : : コマンドラインツールの作成を通してRustを学ぶ = Command-line Rust : a project-based primer for writing Rust CLIs /
    Publisher: 東京都新宿区 : オライリー・ジャパン
    ISBN: 9784814400584 , 4814400586
    Language: Japanese
    Pages: 1 online resource (472 pages)
    Edition: Shohan.
    Uniform Title: Command-line Rust
    DDC: 005.133
    Keywords: Rust (Computer program language) ; User interfaces (Computer systems) ; Rust (Langage de programmation) ; Interfaces utilisateurs (Informatique) ; Puroguramingu(Konpyūta)
    Abstract: For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is also an incredibly complex language with a notoriously difficult learning curve. Rather than focusing on the language as a whole, this guide teaches Rust using a single small, complete, focused program in each chapter. Author Ken Youens-Clark shows you how to start, write, and test each of these programs to create a finished product. You'll learn how to handle errors in Rust, read and write files, and use regular expressions, Rust types, structs, and more. Discover how to: Use Rust's standard libraries and data types such as numbers, strings, vectors, structs, Options, and Results to create command-line programs ; Write and test Rust programs and functions ; Read and write files, including stdin, stdout, and stderr ; Document and validate command-line arguments ; Write programs that fail gracefully ; Parse raw and delimited text manually, using regular expressions and Rust crates ; Use and control randomness.
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Orig.schr. Ausgabe: 初版.
    Title: SQLではじめるデータ分析 : : クエリで行う前処理, 時系列解析, コホート分析, テキスト分析, 異常検知 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400201 , 4814400209
    Language: Japanese
    Pages: 1 online resource (352 pages)
    Edition: Shohan.
    Uniform Title: SQL for data analysis
    DDC: 005.133
    Keywords: SQL (Computer program language) ; Data mining Statistical methods
    Abstract: "With the explosion of data, computing power, and cloud data warehouses, SQL has become an even more indispensable tool for the savvy analyst or data scientist. This practical book reveals new and hidden ways to improve your SQL skills, solve problems, and make the most of SQL as part of your workflow. You'll learn how to use both common and exotic SQL functions such as joins, window functions, subqueries, and regular expressions in new, innovative ways-- as well as how to combine SQL techniques to accomplish your goals faster, with understandable code. If you work with SQL databases, this is a must-have reference. Learn the key steps for preparing your data for analysis ; Perform time series analysis using SQL's date and time manipulations ; Use cohort analysis to investigate how groups change over time ; Use SQL's powerful functions and operators for text analysis ; Detect outliers in your data and replace them with alternate values ; Establish causality using experiment analysis, also known as A/B testing.--
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 第 2版.
    Title: ハイパフォーマンスPython /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119908 , 4873119901
    Language: Japanese
    Pages: 1 online resource (452 pages)
    Edition: Dai 2-han.
    Uniform Title: High performance Python
    DDC: 005.133
    Keywords: Python (Computer program language)
    Abstract: "A guide to programming with Python, updated for Python 3, explores the fundamental theory behind design choices and offers a better understanding of Python implementation, covering such topics as locating performance bottlenecks, how Python abstracts the underlying computer architecture, and tools to compile Python down to machine code." --
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Orig.schr. Ausgabe: 第 2版.
    Title: SQLクックブック : : 第2版 : データベースエキスパート, データサイエンティストのための実践レシピ集 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119779 , 4873119774
    Language: Japanese
    Pages: 1 online resource (560 pages)
    Edition: Dai 2-han.
    Uniform Title: SQL cookbook
    DDC: 005.133
    Keywords: SQL (Computer program language) ; Query languages (Computer science) ; Database management ; Database management ; Query languages (Computer science) ; SQL (Computer program language)
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Orig.schr. Ausgabe: 初版.
    Title: 機械学習エンジニアのためのTransformers : : 最先端の自然言語処理ライブラリによるモデル開発 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119953 , 4873119952
    Language: Japanese
    Pages: 1 online resource (424 pages) , color illustrations..
    Edition: Shohan.
    Uniform Title: Natural language processing with transformers
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Python (Computer program language) ; Deep learning (Machine learning)
    Abstract: "Since their introduction in 2017, transformers have quickly become the dominant architecture for achieving state-of-the-art results on a variety of natural language processing tasks. If you're a data scientist or coder, this practical book -now revised in full color- shows you how to train and scale these large models using Hugging Face Transformers, a Python-based deep learning library. Transformers have been used to write realistic news stories, improve Google Search queries, and even create chatbots that tell corny jokes. In this guide, authors Lewis Tunstall, Leandro von Werra, and Thomas Wolf, among the creators of Hugging Face Transformers, use a hands-on approach to teach you how transformers work and how to integrate them in your applications. You'll quickly learn a variety of tasks they can help you solve. Build, debug, and optimize transformer models for core NLP tasks, such as text classification, named entity recognition, and question answering Learn how transformers can be used for cross-lingual transfer learning Apply transformers in real-world scenarios where labeled data is scarce Make transformer models efficient for deployment using techniques such as distillation, pruning, and quantization Train transformers from scratch and learn how to scale to multiple GPUs and distributed environments." --
    Note: Includes bibiographical references , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Orig.schr. Ausgabe: 第 2版
    Title: デザインパターン : : 第 2版 : 頭とからだで覚えるデザインパターンの基本 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119762 , 4873119766
    Language: Japanese
    Pages: 1 online resource (672 pages) , illustrations.
    Edition: Dai 2-han.
    Series Statement: Head first
    Uniform Title: Design patterns
    DDC: 005.1
    Keywords: Computer software Development ; Object-oriented methods (Computer science) ; Software patterns ; Java (Computer program language) ; Computer software ; Development ; Java (Computer program language) ; Object-oriented methods (Computer science) ; Software patterns
    Note: Includes index , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Orig.schr. Ausgabe: 初版.
    Title: マイクロサービスアーキテクチャ, 第 2版 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400010 , 4814400012
    Language: Japanese
    Pages: 1 online resource (664 pages)
    Edition: Shohan.
    Uniform Title: Building microservices
    DDC: 005.1/2
    Keywords: Software architecture ; Service-oriented architecture (Computer science) ; Computer software Development
    Abstract: "Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures. Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain." --
    Note: Includes bibiographical references , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Orig.schr. Ausgabe: 初版.
    Title: 実践自然言語処理 : : 実世界NLPアプリケーション開発のベストプラクティス /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119724 , 4873119723
    Language: Japanese
    Pages: 1 online resource (512 pages)
    Edition: Shohan.
    Uniform Title: Practical natural language processing
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Application software Development ; Text data mining ; Machine learning ; Application software ; Development ; Machine learning ; Natural language processing (Computer science) ; Text data mining
    Note: Includes bibiographical references , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Orig.schr. Ausgabe: 初版.
    Title: 入門機械学習パイプライン : : TensorFlowで学ぶワークフローの自動化 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119519 , 4873119510
    Language: Japanese
    Pages: 1 online resource (392 pages)
    Edition: Shohan.
    Uniform Title: Building machine learning pipelines
    DDC: 006.3/1
    Keywords: TensorFlow ; Machine learning ; Cloud computing ; Business enterprises Data processing
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 第 8版.
    Title: プログラミングC# /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119366 , 4873119367
    Language: Japanese
    Pages: 1 online resource (800 pages)
    Edition: Dai 8-han.
    Uniform Title: Programming C# 8.0
    DDC: 005.133
    Keywords: Microsoft .NET Framework ; C (Computer program language) ; Computer programming ; Microsoft .NET Framework ; C (Langage de programmation) ; Programmation (Informatique) ; computer programming ; C (Computer program language) ; Computer programming ; Electronic books
    Abstract: "C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain."--
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Orig.schr. Ausgabe: 第 2版.
    Title: Rクックブック /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873118857 , 4873118859
    Language: Japanese
    Pages: 1 online resource (584 pages)
    Edition: Dai 2-han.
    Uniform Title: R cookbook
    DDC: 519.502855133
    Keywords: R (Computer program language) ; Mathematical statistics Data processing ; Statistics Data processing ; Multiple comparisons (Statistics) ; R (Langage de programmation) ; Statistique mathématique ; Informatique ; Statistique ; Informatique ; Corrélation multiple (Statistique) ; Mathematical statistics ; Data processing ; Multiple comparisons (Statistics) ; R (Computer program language) ; Statistics ; Data processing ; Electronic books
    Abstract: "Perform data analysis with R quickly and efficiently with more than 275 practical recipes in this expanded second edition. The R language provides everything you need to do statistical work, but its structure can be difficult to master. These task-oriented recipes make you productive with R immediately. Solutions range from basic tasks to input and output, general statistics, graphics, and linear regression. Each recipe addresses a specific problem and includes a discussion that explains the solution and provides insight into how it works. If you're a beginner, R Cookbook will help get you started. If you're an intermediate user, this book will jog your memory and expand your horizons. You'll get the job done faster and learn more about R in the process." --
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Orig.schr. Ausgabe: 初版.
    Title: 直感 Deep learning : : Python×Kerasでアイデアを形にするレシピ /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873118260 , 4873118263
    Language: Japanese
    Pages: 1 online resource (336 pages)
    Edition: Shohan.
    Uniform Title: Deep learning with Keras
    DDC: 005.133
    Keywords: Python (Computer program language) ; Neural networks (Computer science) ; Deep learning (Machine learning) ; Deep learning (Machine learning) ; Neural networks (Computer science) ; Python (Computer program language)
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...