LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 23-12-2022, 03:27
  • Комментариев: 0
Handbook of HydroInformatics: Volume I: Classic Soft-Computing TechniquesНазвание: Handbook of HydroInformatics: Volume I: Classic Soft-Computing Techniques
Автор: Saeid Eslamian, Faezeh Eslamian
Издательство: Elsevier
Год: 2023
Страниц: 484
Язык: английский
Формат: pdf (true)
Размер: 43.1 MB

Classic Soft-Computing Techniques is the first volume of the three, in the Handbook of HydroInformatics series. Through this comprehensive, 34-chapters work, the contributors explore the difference between traditional computing, also known as hard computing, and soft computing, which is based on the importance given to issues like precision, certainty and rigor. The chapters go on to define fundamentally classic soft-computing techniques such as Artificial Neural Network, Fuzzy Logic, Genetic Algorithm, Supporting Vector Machine, Ant-Colony Based Simulation, Bat Algorithm, Decision Tree Algorithm, Firefly Algorithm, Fish Habitat Analysis, Game Theory, Hybrid Cuckoo–Harmony Search Algorithm, Honey-Bee Mating Optimization, Imperialist Competitive Algorithm, Relevance Vector Machine, etc. The Chapter 1 describes different types of regressions and how they can be used to solve real problems. To solve our challenges in different sections, we utilize the Scikit-learn Python library.
  • Добавил: literator
  • Дата: 23-12-2022, 01:04
  • Комментариев: 0
Building Knowledge Graphs: A Practitioner’s Guide (Fourth Early Release)Название: Building Knowledge Graphs: A Practitioner’s Guide (Fourth Early Release)
Автор: Jesus Barrasa, Maya Natarajan, Jim Webber
Издательство: O’Reilly Media, Inc.
Год: 2022-12-28
Страниц: 104
Язык: английский
Формат: epub (true), mobi
Размер: 11.7 MB

Incredibly useful, knowledge graphs help organizations keep track of medical research, cybersecurity threat intelligence, GDPR compliance, web user engagement, and much more. They do so by saving interlinked descriptions of entities (objects, events, situations, or abstract concepts) while encoding the semantics underlying the terminology. How do you create a knowledge graph? And how do you move it from theory into practice? Using hands-on examples, this practical book shows data scientists and data practitioners how to build their own custom knowledge graphs.
  • Добавил: literator
  • Дата: 22-12-2022, 17:52
  • Комментариев: 0
Image Processing and Intelligent Computing SystemsНазвание: Image Processing and Intelligent Computing Systems
Автор: Prateek Singhal, Abhishek Verma, Prabhat Kumar Srivastava
Издательство: CRC Press
Год: 2023
Страниц: 321
Язык: английский
Формат: pdf (true)
Размер: 29.6 MB

There is presently a drastic growth in multimedia data. There are many critical applications in which images play a vital role. These applications use raw image data to extract some useful information about the world around us. The quick extraction of valuable information from raw images is one challenge that academicians and professionals face in the present day. This is where image processing comes into action. Image processing’s primary purpose is to get an enhanced image or extract some useful information from raw image data. Therefore, there is a major need for some technique or system that addresses this challenge. Intelligent Systems have emerged as a solution to address quick image information extraction. In simple words, an Intelligent System can be defined as a mathematical model that adapts itself to deal with a problem’s dynamicity. These systems learn how to act so an image can reach an objective. An Intelligent System helps accomplish various image-processing functions like enhancement, segmentation, reconstruction, object detection, and morphing. The advent of Intelligent Systems in the image-processing field has leveraged many critical applications for humankind. These critical applications include factory automation, biomedical imaging analysis, decision econometrics, as well as related challenges.
  • Добавил: literator
  • Дата: 22-12-2022, 15:53
  • Комментариев: 0
Machine Learning and Artificial Intelligence, 2nd EditionНазвание: Machine Learning and Artificial Intelligence, 2nd Edition
Автор: Ameet V. Joshi
Издательство: Springer
Год: 2023
Страниц: 279
Язык: английский
Формат: pdf (true), epub
Размер: 48.3 MB

The new edition of this popular professional book on Artificial Intelligence (ML) and Machine Learning (ML) has been revised for classroom or training use. The new edition provides comprehensive coverage of combined AI and ML theory and applications. Rather than looking at the field from only a theoretical or only a practical perspective, this book unifies both perspectives to give holistic understanding. The first part introduces the concepts of AI and ML and their origin and current state. The second and third parts delve into conceptual and theoretic aspects of static and dynamic ML techniques. The fourth part describes the practical applications where presented techniques can be applied. The fifth part introduces the user to some of the implementation strategies for solving real life ML problems. Each chapter is accompanied with a set of exercises that will help the reader / student to apply the learnings from the chapter to a real-life problem. Completion of these exercises will help the reader / student to solidify the concepts learned. We are also going to learn how to implement the concepts learnt in each of the chapter using open-source Python libraries. Python has become de facto standard for implementing the Machine Larning algorithms due to support from the community as well as from commercial platforms from companies like Amazon, Google, and Microsoft.
  • Добавил: literator
  • Дата: 22-12-2022, 15:35
  • Комментариев: 0
Elements of Competitive Programming : Dynamic Programming (88 Problems with Solutions) : A Functional ApproachНазвание: Elements of Competitive Programming : Dynamic Programming (88 Problems with Solutions) : A Functional Approach
Автор: Chandra Shekhar Kumar
Издательство: Leanpub
Год: 2022-10-31
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Infused with the wisdom of Richard Bellman, the father of Dynamic Programming, this tiny book distills the inherent concepts and techniques in a (88) problems-solutions format (including code in modern C++ and pseudo style) with focus on to convey the art of formulating the solution of problems in terms of dynamic-programming recurrence relations. This book was planned as an aid to students preparing for competitive programming. Written in a problem-solution format, this is exceptionally convenient for analyzing common errors made by the coder in competitive coding sports, for reviewing different methods of solving the same problems and for discussing difficult questions of fundamentals of algorithms with focus on dynamic programming. Attention can be drawn to various aspects of the problem, certain fine points can be made, and a more thorough understanding of the fundamentals can be reached. The art of formulating and solving problems using dynamic programming can be learned only through active participation by the student.
  • Добавил: literator
  • Дата: 22-12-2022, 15:18
  • Комментариев: 0
Kotlin EssentialsНазвание: Kotlin Essentials
Автор: Marcin Moskala
Издательство: Leanpub
Год: 2022-12-15
Страниц: 316
Язык: английский
Формат: pdf (true), epub
Размер: 31.0 MB

This book covers the essentials of Kotlin so you can start developing with this amazing programming language. We show nearly everything you need to know in clear and executable code examples. Kotlin is a powerful language, largely thanks to its expressive syntax, intuitive and null-safe type system, and great tooling support. It’s no wonder Kotlin is the most popular language for Android development and is a popular alternative to Java for backend applications. It is also used for data science and for multiplatform, iOS, desktop, and web application development. In this book, you are going to learn about the most important Kotlin features, which will let you properly start your adventure with Kotlin.
  • Добавил: literator
  • Дата: 22-12-2022, 15:01
  • Комментариев: 0
Deep Learning for Cognitive Computing Systems: Technological Advancements and ApplicationsНазвание: Deep Learning for Cognitive Computing Systems: Technological Advancements and Applications
Автор: M.G. Sumithra, Rajesh Kumar Dhanaraj, Celestine Iwendi
Издательство: De Gruyter
Год: 2023
Страниц: 214
Язык: английский
Формат: pdf (true), epub
Размер: 85.9 MB

Cognitive computing simulates human thought processes with self-learning algorithms that utilize data mining, pattern recognition, and natural language processing (NLP). The integration of Deep Learning (DL) improves the performance of Cognitive computing systems in many applications, helping in utilizing heterogeneous data sets and generating meaningful insights. The area of Artificial Intelligence (AI) is the study of how machines execute the tasks which could be completed with the help of human brilliance or intelligence. AI is an advanced area of computing technology that enables a computer or a machine’s critical thinking ability as an intelligent person’s brain. AI can be defined as a collective study of the processes by which the human brain reads the problem, gets knowledge on problems, finds the ways to solve the problems, takes decisions to find the best way, and executes the tasks to achieve the solution. AI’s major goal is to improve computing’s functions to the level of a human brain by adding activities like thinking, learning, and problem solving. The intelligence is difficult to describe or measure and it is capable of doing the functions like reasoning, learning, problem solving, perception, and linguistic intelligence. Machine Learning makes use of various methods from science and statistical studies such as artificial neural networks, physics, numerical data analysis, and analytical study of problem-solving and decision-making to understand concealed facts in data without any explicit instruction where to search or what to deal.
  • Добавил: literator
  • Дата: 22-12-2022, 14:12
  • Комментариев: 0
A Brief Introduction to Web3: Decentralized Web Fundamentals for App DevelopmentНазвание: A Brief Introduction to Web3: Decentralized Web Fundamentals for App Development
Автор: Shashank Mohan Jain
Издательство: Apress
Год: 2023
Страниц: 192
Язык: английский
Формат: pdf, epub (true)
Размер: 17.5 MB

Journey into the world of Web3-based application development, its related protocols, and its usage in developing decentralized applications. This book will explain how programmable blockchains are revolutionizing the world of web applications, which can be run on decentralized platforms or peer-to-peer networks like IPFS. You'll start with an introduction to decentralization with a focus on blockchain implementations like Ethereum and Bitcoin. You'll then learn to develop simple decentralized applications (dApps) using Solidity, the language used for developing apps with Ethereum as well as smart contracts, wallets, gateways and NFTs. This book also covers how security and scale are addressed by L2 networks for scaling Bitcoin and Ethereum blockchains. A Brief Introduction to Web3 is your go-to guide for setting up simple Web3 applications using the Ethereum blockchain programming model.
  • Добавил: literator
  • Дата: 22-12-2022, 13:51
  • Комментариев: 0
Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes: Java DevOps for BuildingНазвание: Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes: Java DevOps for Building and Deploying Microservices-based Applications
Автор: Tarun Telang
Издательство: Apress
Год: 2023
Страниц: 275
Язык: английский
Формат: pdf, epub (true)
Размер: 22.2 MB

Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE. This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of MicroProfile, such as fault tolerance, config, health check, metrics, and JWT auth. You'll develop a RESTful web service made up of some microservices. You'll deploy your application on Docker and Kubernetes. After reading this book, you'll come away with the fundamentals you need to build and deploy your first cloud-native Java-based app. Build your first cloud-native Java-based app with the open source MicroProfile platform, and Jakarta EE 10 APIs.
  • Добавил: literator
  • Дата: 22-12-2022, 13:30
  • Комментариев: 0
Boozang from the Trenches: Learn Test Automation with Boozang in an Enterprise EnvironmentНазвание: Boozang from the Trenches: Learn Test Automation with Boozang in an Enterprise Environment
Автор: Gianni Pucciani
Издательство: Apress
Год: 2023
Страниц: 330
Язык: английский
Формат: pdf, epub (true)
Размер: 59.5 MB

You'll have the opportunity to learn the basic features of Boozang and how to implement end-to-end automated scenarios, mixing GUI and API actions. Integration with JIRA-XRay and Jenkins is also covered to show how Boozang can be used effectively in an enterprise environment. The book is filled with examples that go beyond the Boozang tool, and cover the setup of a test automation project in a real context, with practical solutions as well as open points for which we are still looking for new ideas. End-to-End Test Automation is becoming increasingly important in today’s world, where business processes are performed via several interconnected web applications. The team at Boozang understands this and has created a Test Automation tool that solves many of the issues other competitors are not addressing. Boozang is quite new in the Test Automation tools arena, and as an early adopter, I was lucky enough to be in the right place at the right time.