|
 |
|
 |
|
|
 |
|  |
|
Название: Machine Learning: Concepts, Tools And Data Visualization Автор: Minsoo Kang, Eunsoo Choi Издательство: World Scientific Publishing Год: 2021 Страниц: 296 Язык: английский Формат: pdf (true) Размер: 118.4 MB
This set of lecture notes, written for those who are unfamiliar with mathematics and programming, introduces the reader to important concepts in the field of Machine Learning. It consists of three parts. The first is an overview of the history of Artificial Intelligence (AI), Machine Learning (ML), and Data Science (DS), and also includes case studies of well-known AI systems. The second is a step-by-step introduction to Azure Machine Learning, with examples provided. The third is an explanation of the techniques and methods used in data visualization with R, which can be used to communicate the results collected by the AI systems when they are analyzed statistically. Practice questions are provided throughout the book. This book, firstly, was written for those who do not know mathematics and the theory of control, secondly, for those who tried the open-source approach but had difficulties. This book consists of three parts. Part 1 briefly introduces the history of Artificial Intelligence, Machine Learning, and Deep Learning, as well as algorithms. Part 2 introduces Azure Machine Learning, how to use it, and some examples as needed. Part 3 introduced visualization and Power BI, which is a visualization tool |
Разместил: Ingvar16 26-07-2023, 03:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Practical Rust Projects: Build Serverless, AI, Machine Learning, Embedded, Game, and Web Applications, 2nd Edition Автор: Shing Lyu, Andrew Rzeznik Издательство: Apress Год: 2023 Страниц: 397 Язык: английский Формат: pdf Размер: 10.2 MB
Go beyond the basics and build complete applications using the Rust programming language, updated for Rust 2021 edition. The applications you'll build over the course of this book include a high-performance web client, an embedded computer (for a robot, for example), a game, a serverless web app, and an application that incorporates AI and machine learning. Each chapter is organized in the following format: what the kind of should application look like; requirements and user stories of our example program; an introduction to the Rust libraries used; the actual implementation of the example program, including common pitfalls and their solutions; and a brief comparison of libraries for building each application, if there is no clear preference. Practical Rust Projects, Second Edition will open your eyes to how Rust can be put to practical, real-world use. After reading this book, you will be able to use Rust to build a variety of your own projects. |
Разместил: Ingvar16 25-07-2023, 20:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Zefs Guide to Deep Learning (2023-05-31 Update) Автор: Roy Keyes Издательство: Leanpub Год: 2023-05-31 Страниц: 163 Язык: английский Формат: pdf (true), epub Размер: 25.0 MB
Zefs Guide to Deep Learning is a short guide to the most important concepts in Deep Learning, the technique at the center of the current Artificial Intelligence (AI) revolution. It will give you a strong understanding of the core ideas and most important methods and applications. All in around only 150 pages! This book presents the foundational concepts behind Machine Learning, neural networks, and the recent major advancements in architectures and training techniques in an easy to understand way. It also covers the most important applications of deep neural networks, including Computer Vision, natural language processing (NLP}, and beyond. Your time is valuable, Zefs Guide to Deep Learning will get you up to speed in around only 163 pages! This book is about Deep Learning, a set of Machine Learning methods that have sparked a huge amount of interest in applying computational and predictive models to everything from whimsical face filters to medical imaging to generating computer code itself. Deep learning is at the core of the current “AI revolution”. |
Разместил: Ingvar16 25-07-2023, 14:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introduction to Biostatistics using R Автор: Mohsen Nady Издательство: Arcler Press Год: 2022 Страниц: 521 Язык: английский Формат: pdf (true) Размер: 73.8 MB
This book covers some introductory steps in biostatistics using R programming language. Biostatistics is the branch of statistics that applies statistical methods to medical and biological problems. Biostatistics has become more important recently for studying the great amount of data that is produced from census data, genome sequencing, gene expression data, medical bioinformatics, and medical imaging data. With the help of R programming, statistical analysis, data cleaning, data visualization, and machine learning has become a relatively easy tasks for these huge datasets. R is now considered the centerpiece language for doing all these data science skills because it has many useful packages that not only can perform all these tasks, but also, has additional packages that were specifically designed for several statistical tasks related to biology and medical data. In addition, many scientific journals require the data analysis R scripts to ensure reproducibility of the submitted results. |
Разместил: Ingvar16 25-07-2023, 11:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Concise Guide to Software Verification: From Model Checking to Annotation Checking Автор: Marieke Huisman, Anton Wijs Издательство: Springer Год: 2023 Страниц: 251 Язык: английский Формат: pdf (true), epub Размер: 46.1 MB
This textbook overviews the whole spectrum of formal methods and techniques that are aimed at verifying correctness of software, and how they can be used in practice. It focuses on techniques whereby the user has some control over the properties that are being checked. More specifically, it shows a wide range of techniques covering the whole spectrum: from abstract system design to implementation, from bug finding to full proofs, and from techniques that are push-button by design and give a yes/no answer to techniques that require the user to provide explicit guidance to steer the analysis process. Formal methods employ a variety of theoretical computer science fundamentals, including logic calculi, formal languages, automata theory, control theory, program semantics, type systems, and type theory. This book gives an overview of a range of techniques, captured by this term formal methods, that are aimed at the analysis of software, and it describes how these techniques can be used to improve the reliability and robustness of software. Formal methods for the analysis of hardware are not in the scope of this book. When we refer to formal methods in this book, we implicitly rule out techniques aimed specifically at hardware analysis. |
Разместил: Ingvar16 25-07-2023, 11:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Kubernetes for Python Developers Автор: Oz Tiram Издательство: Independently published Год: 2023 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Python is awesome, Kubernetes is awesome too. Use the combined power of both to create highly available Python application, declarative data processing task, and all sort of automation tasks. This book will teach you not only how to use Kubernetes for your Python applications, but also how you can extend Kubernetes using Python. There are three ways in which we can extend Kubernetes using Python. The first one is adding functionallity to kubectl via plugins. The second one modifies the behaviour of the API server by adding webhooks. The third one allows us to store objects in the Kubernetes database using CustomResourceDefinition. |
Разместил: Ingvar16 25-07-2023, 03:11 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Key Principles in Computation Автор: S.P. Upadhyay Издательство: Arcler Press Год: 2023 Страниц: 266 Язык: английский Формат: pdf (true) Размер: 25.4 MB
A new framework for computing understanding: a consistent set of principles that spans technologies, domains, algorithms, architectures, and designs. This novel textbook introduces the fundamental principles necessary for a one-semester undergraduate course in computing theory. It provides the most accessible and motivating course material for undergraduate computer theory classes available. Aimed at students who may struggle to grasp the course's relevance to their future jobs, the text assists them in becoming more acquainted with the procedures necessary for advanced study of Computer Science. Students will be motivated by the book's numerous examples, exercises, and comprehensive proofs that simplify complicated theory. |
Разместил: Ingvar16 25-07-2023, 02:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Pro Power BI Architecture: Sharing, Security, and Deployment Options for Microsoft Power BI Solutions, 2nd Edition Автор: Reza Rad Издательство: Apress Год: 2023 Страниц: 760 Язык: английский Формат: pdf Размер: 48.7 MB
This book provides detailed guidance around architecting and deploying Power BI reporting solutions, including help and best practices for sharing and security. You’ll find chapters on dataflows, shared datasets, composite model and DirectQuery connections to Power BI datasets, deployment pipelines, XMLA endpoints, and many other important features related to the overall Power BI architecture that are new since the first edition. You will gain an understanding of what functionality each of the Power BI components provide (such as Dataflow, Shared Dataset, Datamart, thin reports, and paginated reports), so that you can make an informed decision about what components to use in your solution. You will get to know the pros and cons of each component, and how they all work together within the larger Power BI architecture. You can interact with Power BI objects in the Power BI Service through a set of APIs called the Power BI REST API. The Power BI REST API can help automate tasks, build tools that work with Power BI, configure Power BI outside of the platform, and embed Power BI into third-party applications. |
Разместил: Ingvar16 25-07-2023, 01:06 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Head First Software Architecture A Learner's Guide to Architectural Thinking (3rd Early Release) Автор: Raju Gandhi, Mark Richards, Neal Ford Издательство: O’Reilly Media, Inc. Год: 2023-07-24 Страниц: 550 Язык: английский Формат: epub (true) Размер: 19.9 MB
What will you learn from this book? If you're a software developer looking for a quick on-ramp to software architecture, this handy guide is a great place to start. From the authors of Fundamentals of Software Architecture, Head First Software Architecture teaches you how to think architecturally and explores the unique challenges of software architecture. You'll learn the distinction between architecture and design and the relationship between code, components, and architectural styles. You'll also learn how to work with some common architectural styles through vivid, fun examples. Quick, easy, and entertaining, this book is a valuable introduction to the world of software architecture. |
Разместил: Ingvar16 24-07-2023, 21:34 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Key Concepts in Artificial Intelligence Автор: Jocelyn O. Padallan Издательство: Arcler Press Год: 2022 Страниц: 291 Язык: английский Формат: pdf (true) Размер: 43.0 MB
This book explains numerous key terms that are related to Artificial Intelligence. Artificial Intelligence (AI) is the simulation of human intelligence processes by machines, especially computer systems. Specific applications of AI include expert systems, natural language processing, speech recognition and machine vision. Artificial Intelligence (AI) refers to the ability of a digital computer or, in other words, of the computer-regulated robot to carry out the tasks mainly associated with intellectual beings. This term, most of the time, is implemented to the project of systems that are developing furnished with the intellectual processes attributes of human beings, for instance, the ability of being rational or logical, or to discover purpose, observe, or learn from the experiences in the past. This book will introduce the readers to the field of artificial intelligence and its fundamentals. It is precisely designed for readers or students with no prior experience related to AI and its application, and touches upon a diversity of fundamental topics. By the end of the book, readers will understand the basic knowledge of Artificial Intelligence and the key concepts involved. |
Разместил: Ingvar16 24-07-2023, 20:47 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|