Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 12-01-2023, 03:48
  • Комментариев: 0
Python Programming Language For Beginners: A Modern ApproachНазвание: Python Programming Language For Beginners: A Modern Approach
Автор: Hong Lei
Издательство: Independently published
Год: 2021
Страниц: 250
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.2 MB

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This book gives enough understanding on Python programming language. Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages. Python is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain.
  • Добавил: literator
  • Дата: 11-01-2023, 20:51
  • Комментариев: 0
Learning C++ (MEAP v3)Название: Learning C++ (MEAP v3)
Автор: Michael Haephrati, Ruth Haephrati
Издательство: Manning Publications
Год: 2022
Страниц: 201
Язык: английский
Формат: pdf, epub
Размер: 16.7 MB

C++ is a serious programming language for important software. This friendly book makes it easy (and FUN!) to get started as a C++ programmer! Start here, and you’ll quickly be writing code, solving problems, and building real projects. Written for readers with only a beginning knowledge of computer programming, Learning C++ is the perfect way to get started with C++, including the new features of C++20. This engaging book eases the steep learning curve of C++ by using graphics, visual aids, and real-life analogies. Nothing is assumed. Authors Ruth and Michael Haephrati set a gentle pace perfect for easy learning. You’ll discover universal computer science principles that other learning resources often skip over. Start from the absolute basics, and you’ll steadily build strong programming skills step by step. C++ is one of the hardest programming languages to master, but the rewards are well worth it! C++ is fast and scales to projects of any size. It's used for business software, banking, security, and graphics, and it’s the gold standard for professional game development and low-level hardware programming.
  • Добавил: literator
  • Дата: 11-01-2023, 18:23
  • Комментариев: 0
Decision Support System: Tools and TechniquesНазвание: Decision Support System: Tools and Techniques
Автор: Susmita Bandyopadhyay
Издательство: CRC Press
Год: 2023
Страниц: 395
Язык: английский
Формат: pdf (true)
Размер: 26.0 MB

This book presents different tools and techniques used for Decision Support Systems (DSS), including decision tree and table, and their modifications, multi-criteria decision analysis techniques, network tools of decision support, and various case-based reasoning methods supported by examples and case studies. Latest developments for each of the techniques have been discussed separately, and possible future research areas are duly identified as intelligent and spatial DSS. This book aims at describing different tools and techniques in order to assist the decision making in all levels of management. The field of AI includes several concepts such as, Machine Learning, natural language processing (NLP), Deep Learning, expert system, artificial general intelligence, speech recognition, problem-solving, fuzzy logic, cognitive computing, and nature-based techniques. The subsequent section is going to discuss different nature-based algorithms (genetic algorithm (GA), particle swarm optimization (PSO), ant colony optimization (ACO), artificial immune algorithm (AIA), differential evolution (DE), simulated annealing (SA), etc).
  • Добавил: literator
  • Дата: 11-01-2023, 17:10
  • Комментариев: 0
Akka in Action, Second Edition (MEAP V11)Название: Akka in Action, Second Edition (MEAP V11)
Автор: Francisco Lopez-Sancho
Издательство: Manning Publications
Год: 2023
Страниц: 472
Язык: английский
Формат: pdf, epub
Размер: 13.1 MB

Use Akka to solve the big problems of distributed systems—from multithreading and concurrency, to handling scalability and failure. Akka in Action, Second Edition teaches you to use the latest version of Akka to solve common problems of distributed systems. Akka contributor Francisco Lopez-Sancho demonstrates Akka’s complex concepts through real-world use cases, including clustering, sharding, persistence, and deploying to Kubernetes. Discover the power of the Actor model, and how to leverage most of the Akka modules to create microservices that are reliable and fault tolerant. Akka is a toolkit of libraries that make it easy to implement distributed applications in Scala and Java. Akka’s Actor model avoids many of the complexities of multithreading, while making systems elastic and resilient, and provides strong consistency. Akka gives you a single abstraction to deal with concurrency and scalability--the Actor Model, which is coherent semantics that let you work on your business logic without worrying about whether your program needs to run on a thousand servers or just one.
  • Добавил: literator
  • Дата: 11-01-2023, 07:37
  • Комментариев: 0
MATLAB Image Processing Toolbox User’s Guide (R2022b)Название: MATLAB Image Processing Toolbox User’s Guide (R2022b)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: September 2022
Страниц: 1692
Язык: английский
Формат: pdf (true)
Размер: 71.9 MB

Perform image processing, visualization, and analysis.

Image Processing Toolbox provides a comprehensive set of reference-standard algorithms and workflow apps for image processing, analysis, visualization, and algorithm development. You can perform image segmentation, image enhancement, noise reduction, geometric transformations, and image registration using deep learning and traditional image processing techniques. The toolbox supports processing of 2D, 3D, and arbitrarily large images. Image Processing Toolbox apps let you automate common image processing workflows. You can interactively segment image data, compare image registration techniques, and batch-process large datasets. Visualization functions and apps let you explore images, 3D volumes, and videos; adjust contrast; create histograms; and manipulate regions of interest (ROIs). You can accelerate your algorithms by running them on multicore processors and GPUs. Many toolbox functions support C/C++ code generation for desktop prototyping and embedded vision system deployment.
  • Добавил: literator
  • Дата: 11-01-2023, 06:55
  • Комментариев: 0
Business-Friendly DSLs (MEAP v9)Название: Business-Friendly DSLs (MEAP v9)
Автор: Meinte Boersma
Издательство: Manning Publications
Год: 2022
Страниц: 508
Язык: английский
Формат: pdf (true)
Размер: 29.6 MB

Written for developers who need to create user-facing Domain-Specific Languages (DSLs), Business-Friendly DSLs unlocks clear and practical methods to create DSLs with easy-to-use interfaces. Imagine if your non-technical clients could safely produce software without the need for anyone to manually write code. Domain-specific languages are purpose-built programming interfaces that make that possible—no programming experience required. Written for developers who need to create user-facing DSLs, Business-Friendly DSLs unlocks clear and practical methods to create DSLs with easy-to-use interfaces. Author Meinte Boersma lays out an iterative process for creating languages accessible to domain experts such as operations specialists, data analysts, and financial experts. You'll start with an overview of software language engineering before diving into the unique projectional editing paradigm that makes it easy to produce DSLs for business.
  • Добавил: literator
  • Дата: 11-01-2023, 06:33
  • Комментариев: 0
Natural Language Processing in Action, Second Edition (MEAP v7)Название: Natural Language Processing in Action, Second Edition (MEAP v7)
Автор: Hobson Lane, Maria Dyshel
Издательство: Manning Publications
Год: 2022
Страниц: 479
Язык: английский
Формат: pdf, epub
Размер: 21.8 MB

Develop your NLP skills from scratch! This revised bestseller now includes coverage of the latest Python packages, Transformers, the HuggingFace packages, and chatbot frameworks. Natural Language Processing in Action has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. As you go, you’ll create projects that can detect fake news, filter spam, and even answer your questions, all built with Python and its ecosystem of data tools. Natural Language Processing in Action, Second Edition is your guide to building software that can read and interpret human language. This new edition is updated to include the latest Python packages and comes with full coverage of cutting-edge models like BERT, GPT-J and HuggingFace transformers.
  • Добавил: literator
  • Дата: 11-01-2023, 06:21
  • Комментариев: 0
Amazon Web Services in Action, Third Edition: An in-depth guide to AWS (MEAP v10)Название: Amazon Web Services in Action, Third Edition: An in-depth guide to AWS (MEAP v10)
Автор: Andreas Wittig, Michael Wittig
Издательство: Manning Publications
Год: 2022
Страниц: 787
Язык: английский
Формат: pdf
Размер: 36.2 MB

This bestselling guide reveals best practices for security, high availability, and scalability on AWS, the world’s most popular cloud. It’s packed with techniques for automating your deployment, management, and even your infrastructure using Infrastructure as Code. Amazon Web Services in Action: An in-depth guide to AWS has helped thousands of developers succeed with the AWS cloud. This hands-on guide gives a complete introduction to computing, storage, and networking, along with best practices for all core AWS services. Amazon Web Services in Action, Third Edition: An in-depth guide to AWS is a comprehensive introduction to everything AWS. This revised edition covers all the core services in clear, plain language, including services such as AWS Lambda and CloudFormation. Throughout, you’ll automate your deployment, your scaling, and even your infrastructure management using powerful Infrastructure as Code tools.
  • Добавил: literator
  • Дата: 11-01-2023, 06:08
  • Комментариев: 0
Kafka Streams in Action, Second Edition (MEAP v9)Название: Kafka Streams in Action, Second Edition (MEAP v9)
Автор: Bill Bejeck
Издательство: Manning Publications
Год: 2022
Страниц: 521
Язык: английский
Формат: pdf, epub
Размер: 52.3 MB

Everything you need to implement stream processing on Apache Kafka using Kafka Streams and the kqsIDB event streaming database. This totally revised new edition of Kafka Streams in Action has been expanded to cover more of the Kafka platform used for building event-based applications. You’ll also find full coverage of ksqlDB, an event streaming database purpose-built for stream processing applications. The lightweight Kafka Streams library provides exactly the power and simplicity you need for event-based applications, real-time event processing, and message handling in microservices. The ksqlDB database makes it a snap to create applications that respond immediately to events, such as real-time push and pull updates. Kafka Streams in Action, Second Edition teaches you to implement stream processing within the Kafka platform.
  • Добавил: literator
  • Дата: 11-01-2023, 05:56
  • Комментариев: 0
Haskell Bookcamp (MEAP v4)Название: Haskell Bookcamp (MEAP v4)
Автор: Philipp Hagenlocher
Издательство: Manning Publications
Год: 2022
Страниц: 241
Язык: английский
Формат: pdf, epub
Размер: 22.5 MB

Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges. In Haskell Bookcamp, you’ll build your Haskell skills by working through hands-on challenges and conundrums. You’ll learn to look at each project through a Haskell lens, and then solve it using features like lazy evaluation, immutable data structures, and monads. And the projects are interesting! You’ll take on writing a tool for working with CSV files, creating a domain specific language for music, an image processing library using concurrency for high performance, and more! Haskell delivers clean and safe code with mathematical precision and certainty. The pure functional coding language lets you use high level abstractions to keep your code clean and easily readable, and it actively disallows many of the dangerous behaviors that lead to bugs and crashes. These features make Haskell an amazing choice for applications that need an extra guarantee of safety, such such as in smart contracts, data intensive applications, and large scale distributed systems.