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

  • Добавил: literator
  • Дата: 25-01-2023, 16:36
  • Комментариев: 0
Bayesian Statistical Modeling With Stan, R, and PythonНазвание: Bayesian Statistical Modeling With Stan, R, and Python
Автор: Kentaro Matsuura
Издательство: Springer
Год: 2023
Страниц: 395
Язык: английский
Формат: pdf (true), epub
Размер: 41.5 MB

This book provides a highly practical introduction to Bayesian statistical modeling with Stan, which has become the most popular probabilistic programming language. The book is divided into four parts. The first part reviews the theoretical background of modeling and Bayesian inference and presents a modeling workflow that makes modeling more engineering than art. The second part discusses the use of Stan, CmdStanR, and CmdStanPy from the very beginning to basic regression analyses. The third part then introduces a number of probability distributions, nonlinear models, and hierarchical (multilevel) models, which are essential to mastering statistical modeling. It also describes a wide range of frequently used modeling techniques, such as censoring, outliers, missing data, speed-up, and parameter constraints, and discusses how to lead convergence of MCMC. Lastly, the fourth part examines advanced topics for real-world dаta: longitudinal data analysis, state space models, spatial data analysis, Gaussian processes, Bayesian optimization, dimensionality reduction, model selection, and information criteria, demonstrating that Stan can solve any one of these problems in as little as 30 lines.
  • Добавил: literator
  • Дата: 25-01-2023, 15:55
  • Комментариев: 0
Precision Health and Artificial Intelligence: With Privacy, Ethics, Bias, Health Equity, Best Practices, and Case StudiesНазвание: Precision Health and Artificial Intelligence: With Privacy, Ethics, Bias, Health Equity, Best Practices, and Case Studies
Автор: Arjun Panesar
Издательство: Apress
Год: 2023
Страниц: 183
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

This book provides a comprehensive explanation of precision (i.e., personalized) healthcare and explores how it can be advanced through Artificial Intelligence (AI) and other data-driven technologies. From improving the diagnosis, treatment, and monitoring of many medical conditions to the effective implementation of precise patient care, this book will help you understand datasets produced from digital health technologies and IoT and teach you how to employ analytical methods such as convolutional neural networks and Deep Learning to analyze that data. Open-source toolkits support Machine Learning by providing accessible and ready-to-use code for common algorithms. Most are available for Python, the programming language favored for developing Machine Learning algorithms. Scikit-learn is a Python module containing image processing and Machine Learning techniques built on SciPy and enables algorithms for clustering, classification, and regression, such as naïve Bayes, decision trees, random forests, k-means, and support vector machines. NLTK, or Natural Language Toolkit, is a collection of libraries used in natural language processing (NLP).
  • Добавил: alex66
  • Дата: 25-01-2023, 09:34
  • Комментариев: 0

Название: Smart Applications with Advanced Machine Learning and Human-Centred Problem Design
Автор: D. Jude Hemanth, Utku Kose, Junzo Watada, Bogdan Patrut
Издательство: Springer
Год: 2023
Страниц: 801
Размер: 31.31 МБ
Формат: PDF
Язык: English

This book brings together the most recent, quality research papers accepted and presented in the 3rd International Conference on Artificial Intelligence and Applied Mathematics in Engineering (ICAIAME 2021) held in Antalya, Turkey between 1-3 October 2021. Objective of the content is to provide important and innovative research for developments-improvements within different engineering fields, which are highly interested in using artificial intelligence and applied mathematics.
  • Добавил: umkaS
  • Дата: 25-01-2023, 07:02
  • Комментариев: 0
Название: Основы web-программирования на PHP
Автор: Маркин А. В. , Шкарин С. С.
Издательство: Диалог-МИФИ
Год: 2012
Cтраниц: 252 с. : табл., схем., ил.
Формат: pdf (ocr)
Размер: 44 мб
Язык: русский

Описаны основные термины и понятия, характеризующие современный web, а также технологии, применяемые для web-разработки, такие, как XHTML, CSS и PHP. Подробно рассмотрены синтаксис языка PHP и его работа с протоколом передачи данных HTTP и системой управления базами данных Firebird. Также дано описание основного синтаксиса регулярных выражений и их применению в PHP-скриптах. Теоретический материал ориентирован на последнюю, пятую версию языка РHP и в полной мере проиллюстрирован примерами.
  • Добавил: literator
  • Дата: 25-01-2023, 06:19
  • Комментариев: 0
Java Persistence with Spring Data and Hibernate (Final Release)Название: Java Persistence with Spring Data and Hibernate (Final Release)
Автор: Catalin Tudose
Издательство: Manning Publications
Год: 2023
Страниц: 618
Язык: английский
Формат: pdf (true)
Размер: 53.9 MB

Java Persistence with Spring Data and Hibernate explores persistence with the most popular available tools. You’ll benefit from detailed coverage of Spring Data JPA, Spring Data JDBC, Spring Data REST, JPA, and Hibernate, comparing and contrasting the alternatives so you can pick what’s best for your code. We’ll begin with a hands-on introduction to object/relational mapping (ORM) and then dive into mapping strategies for linking up objects and your database. You’ll learn about the different approaches to transactions in Hibernate and Spring Data, and even how to deliver Java persistence with non-relational databases. Finally, we’ll explore testing strategies for persistent applications to keep your code clean and bug free. This book is for application developers who are already proficient in writing Java Core code and are interested in learning how to develop applications to interact easily and effectively with databases. You should be familiar with object-oriented programming and have at least a working knowledge of Java. You will also need a working knowledge of Maven and be able to build a Maven project and open a Java program in IntelliJ IDEA, edit it, and launch it in execution. Some of the chapters require basic knowledge about technologies like Spring or REST.
  • Добавил: literator
  • Дата: 25-01-2023, 05:59
  • Комментариев: 0
Experimentation for Engineers: From A/B testing to Bayesian optimization (Final Release)Название: Experimentation for Engineers: From A/B testing to Bayesian optimization (Final Release)
Автор: David Sweet
Издательство: Manning Publications
Год: 2023
Страниц: 250
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Experimentation for Engineers: From A/B testing to Bayesian optimization delivers a toolbox of processes for optimizing software systems. You’ll start by learning the limits of A/B testing, and then graduate to advanced experimentation strategies that take advantage of Machine Learning and probabilistic methods. The skills you’ll master in this practical guide will help you minimize the costs of experimentation and quickly reveal which approaches and features deliver the best business results. This book is for Machine Learning engineers, quantitative traders, and software engineers looking to measure and improve the performance of whatever they’re building. Performance of the systems they build may be gauged by user behavior, revenue, speed, or similar metrics. You might already be working with an experimentation system at a tech or finance company and want to understand it more deeply. You might be planning or aspiring to work with or build such a system. Students entering industry might find that this book is an ideal introduction to industry practices. A reader should be comfortable with Python, NumPy, and undergraduate math (including basic linear algebra).
  • Добавил: literator
  • Дата: 25-01-2023, 05:39
  • Комментариев: 0
React From Scratch, Book 2: Hooks and forms - Build your porfolio with hooks and formsНазвание: React From Scratch, Book 2: Hooks and forms - Build your porfolio with hooks and forms
Автор: Ajdin Imsirovic
Издательство: Leanpub
Год: 2023-01-19
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB

Build better React apps using hooks and forms. This book picks up where Book 1: The Basics left off. In this book, you continue discovering the ins and outs of React. The focus of this book is working with hooks and forms, as well as further understanding components and JSX. Contrary to some other ways of dealing with forms on the web, with React, forms are put into a state variable, and then React watches for any form-related event, with every such event updating the form’s state. This means that React’s sort of constantly watching your form for any changes.
  • Добавил: literator
  • Дата: 25-01-2023, 04:34
  • Комментариев: 0
Introduction to Java Through Game Development: Learn Java Programming Skills by Working with Video GamesНазвание: Introduction to Java Through Game Development: Learn Java Programming Skills by Working with Video Games
Автор: Victor G. Brusca
Издательство: Apress
Год: 2023
Страниц: 256
Язык: английский
Формат: pdf (true), epub
Размер: 13.2 MB

Interested in learning how to program with Java? Let’s face it, the best way to learn to program is by writing programs. This can be a daunting proposition with the specter of hours of simple command line example programs hanging over your head. Fear not! Now you can learn to program in Java in a fun way by working on video games. With this book, you’ll get to work with three Java game projects and have access to the complete game code for each project, including a full Java game engine. After completing Introduction to Java through Game Development, you’ll be proficient in Java programming, having worked with the language’s fundamental aspects throughout the text, and will be ready to further your Java and game programming expertise with confidence.
  • Добавил: literator
  • Дата: 25-01-2023, 04:01
  • Комментариев: 0
Live Coding: A User's Manual (Software Studies)Название: Live Coding: A User's Manual (Software Studies)
Автор: Alan F. Blackwell, Emma Cocker, Geoff Cox
Издательство: The MIT Press
Год: 2022
Страниц: 352
Язык: английский
Формат: pdf (true), epub (true)
Размер: 18.8 MB, 63.8 MB

The first comprehensive introduction to the origins, aspirations, and evolution of live coding. Performative, improvised, on the fly: live coding is about how people interact with the world and each other via code. In the last few decades, live coding has emerged as a dynamic creative practice gaining attention across cultural and technical fields—from music and the visual arts through to computer science. Live Coding: A User’s Manual is the first comprehensive introduction to the practice, and a broader cultural commentary on the potential for live coding to open up deeper questions about contemporary cultural production and computational culture. This multi-authored book—by artists and musicians, software designers, and researchers—provides a practice-focused account of the origins, aspirations, and evolution of live coding, including expositions from a wide range of live coding practitioners. In a more conceptual register, the authors consider liveness, temporality, and knowledge in relation to live coding, alongside speculating on the practice’s future forms.
  • Добавил: literator
  • Дата: 25-01-2023, 03:29
  • Комментариев: 0
Python How-To (MEAP V10)Название: Python How-To (MEAP v10)
Автор: Dr. Yong Cui
Издательство: Manning Publications
Год: 2023
Страниц: 478
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 23.5 MB

Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Author Yong Cui’s clear and practical writing is perfect for beginners and veterans alike, with insightful code snippets, interesting graphics, and challenging exercises. Along the way, you’ll learn how to take advantage of Python’s versatile tools and libraries. Python How-To is full of techniques and best practices for writing readable and maintainable Python code, with careful cross-referencing that reveals how the same concept can be used in different contexts. Each chapter stands alone, so you can dip in whenever you need a practical solution to a common Python problem. For beginning to intermediate Python programmers.