Understanding Results with Python: 100 Drills for Data Analysis and Statistical Analysis

Автор: literator от 26-08-2024, 05:54, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Understanding Results with Python: 100 Drills for Data Analysis and Statistical Analysis
Автор: Tomoya Kanro, John Smith, Nishiyama Nana
Издательство: Independently published
Год: 2024
Страниц: 516
Язык: английский
Формат: epub
Размер: 13.3 MB

This eBook provides a comprehensive guide to mastering data analysis and statistical techniques using Python. It features 100 practical drills designed to enhance your skills through hands-on experience. Each drill is accompanied by visual results to help you understand the concepts better. Whether you are a beginner or looking to refine your expertise, this book serves as an invaluable resource. Dive into the world of data with clear explanations and actionable insights. Perfect for students, professionals, and anyone interested in Data Science. This ebook is designed for those who already have a basic understanding of programming and are looking to deepen their skills in Python for data analysis and statistical computation through hands-on practice. By running the provided source code, you can gain a more profound understanding of the concepts. Each exercise is presented with both the source code and the corresponding output, ensuring a comprehensive learning experience. Through this structured approach, you’ll not only reinforce your existing knowledge but also develop new insights into Python’s capabilities for data analysis. Unlock the potential of Python in data analysis today!
 

Data Science and Artificial Intelligence for Digital Healthcare

Автор: literator от 26-08-2024, 04:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Data Science and Artificial Intelligence for Digital Healthcare
Автор: Pradeep Kumar Singh, Marcello Trovati, Fionn Murtagh
Издательство: Springer
Год: 2024
Страниц: 284
Язык: английский
Формат: pdf (true), epub
Размер: 44.3 MB

This book explores current research and development in the area of digital healthcare using recent technologies such as Data Science and Artificial Intelligence (AI). The authors discuss how Data Science, AI, and mobile technologies provide the fundamental backbone to digital healthcare, presenting each technology separately as well covering integrated solutions. The book also focuses on the integration of different multi-disciplinary approaches along with examples and case studies. In order to identify the challenges with security and privacy issues, relevant block chain technologies are identified and discussed. Social aspects related to digital solutions and platforms for healthcare are also discussed and analyzed. The book aims to present high quality, technical contributions in the field of mobile digital healthcare using technologies such as AI, Deep Learning, IoT and distributed cloud computing.
 

Learning Java: A Test-Driven Approach

Автор: literator от 25-08-2024, 16:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learning Java: A Test-Driven Approach
Автор: Joshua Crotts
Издательство: Springer
Год: 2024
Страниц: 474
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

This introductory textbook on Java programming is different from others by its emphasis on test-driven development. Writing tests before designing the implementation is incredibly important for debugging purposes and understanding the desired outcome. While testing is often an afterthought in other Java textbooks (being placed at the very end or not at all, which is in some ways cruel to withhold such capabilities from the student), this text takes a different, perhaps "functional“ approach to learning Java: it introduces testing and methods from the start, followed by conditionals, recursion, and loops (on purpose in this very order). It then dives deep into data structures and the Java Collections API, including streams and generics. After this, it pivots to object-oriented programming, exceptions and I/O, searching and sorting, algorithm analysis, and eventually advanced Java/programming topics. This ordering of topics is well adjusted to prepare students to subsequent upper-level courses in data structure or algorithm design and implementation. The approach is illuminated by numerous code snippets and the students’ understanding is consolidated by about 250 exercises covering all topics covered in the book. With this book, readers will not only learn how to program Java, but also acquire a necessary precondition for successfully writing and testing commercial software.
 

Машинное обучение в Elastic Stack

Автор: umkaS от 25-08-2024, 14:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Машинное обучение в Elastic Stack
Автор: Кольер Р., Монтонен К., Азарами Б.
Издательство: ДMK
Год: 2021 (2022)
Cтраниц: 380
Формат: pdf
Размер: 24 мб
Язык: русский

Elastic Stack – это комплексное решение для анализа журналов, которое помогает пользователям эффективно получать, обрабатывать и анализировать данные поиска. Книга содержит всесторонний обзор функций машинного обучения Elastic Stack (Elastic ML) как для анализа данных временных рядов, так и для классификации, регрессии и обнаружения выбросов.
 

Реализация полезных алгоритмов на C++

Автор: literator от 25-08-2024, 07:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Реализация полезных алгоритмов на C++
Автор: Дмитро Кедик
Издательство: БХВ-Петербург
Год: 2024
Страниц: 1022
Язык: русский
Формат: pdf
Размер: 20.7 MB

Книга с подробным описанием всевозможных алгоритмов, которые принято реализовывать на C++ в силу высоких требований к скорости и наращиванию мощности алгоритмов. Алгоритмы относятся к следующим предметным областям: машинное обучение и нейронные сети, статистика, криптография, оптимизация, перемножение матриц, хеширование, строковые алгоритмы, случайные леса, методы работы с числами, сортировка, кластеризация, графовые алгоритмы и другие темы, касающиеся программной инженерии. Затронуты вопросы командной разработки алгоритмов. Для простоты я не задействую в книге многие новейшие функции C++. Например, семантика перемещения позволяет повысить эффективность кода, если у объектов есть эффективные деструкторы, но в остальных случаях достаточно встроенной оптимизации от компилятора. Тем не менее в книге эти процессы описаны достаточно углубленно, поэтому для ее освоения необходимы некоторые знания в области вычислительной техники и математики. В главах, посвященных специализированным темам типа численных алгоритмов, вам потребуется знакомство с определенными разделами математики — например, с линейной алгеброй. Книгу можно использовать как справочник по алгоритмам для программистов и исследователей и как учебное пособие для студентов соответствующих специальностей. Также будет полезна при подготовке к собеседованиям.
 

Библия C# — 5-е изд.

Автор: literator от 25-08-2024, 06:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Библия C# — 5-е изд.
Автор: Фленов М.Е.
Издательство: БХВ-Петербург
Год: 2022
Страниц: 463
Язык: русский
Формат: pdf
Размер: 10.2 MB

Книга посвящена программированию на языке C# для платформы Microsoft .NET, начиная с основ языка и разработки программ для работы в режиме командной строки и заканчивая созданием современных веб-приложений. Материал сопровождается большим количеством практических примеров. Подробно описывается логика выполнения каждого участка программы. Уделено внимание вопросам повторного использования кода. В пятом издании примеры переписаны с учетом современной платформы .NET 5, а вместо прикладных приложений упор делается на веб-приложения. Хотя эта книга и носит название «Библия C#», посвящена она в целом платформе .NET от компании Microsoft. Частью этой платформы стали ОС, инструменты разработчика и .NET Framework — программный фреймворк для разработчика, чтобы мы могли писать приложения для платформы .NET. Фреймворк, если максимально упростить пояснение, — это библиотеки, предоставляющие языку программирования функционал, который мы можем использовать для написания программ. На сайте издательства находятся коды программ, дополнительная справочная информация и копия базы данных для выполнения примеров из книги.
 

Deep Reinforcement Learning with Python: RLHF for Chatbots and Large Language Models, 2nd Edition

Автор: literator от 25-08-2024, 05:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Deep Reinforcement Learning with Python: RLHF for Chatbots and Large Language Models, 2nd Edition
Автор: Nimish Sanghi
Издательство: Apress
Год: 2024
Страниц: 650
Язык: английский
Формат: pdf (true), epub (true)
Размер: 34.1 MB

Gain a theoretical understanding to the most popular libraries in deep reinforcement learning (deep RL). This new edition focuses on the latest advances in deep RL using a learn-by-coding approach, allowing readers to assimilate and replicate the latest research in this field. New agent environments ranging from games, and robotics to finance are explained to help you try different ways to apply reinforcement learning. A chapter on multi-agent reinforcement learning covers how multiple agents compete, while another chapter focuses on the widely used deep RL algorithm, proximal policy optimization (PPO). You'll see how reinforcement learning with human feedback (RLHF) has been used by chatbots, built using Large Language Models, e.g. ChatGPT to improve conversational capabilities. You'll also review the steps for using the code on multiple cloud systems and deploying models on platforms such as Hugging Face Hub. The code is in Jupyter Notebook, which canbe run on Google Colab, and other similar Deep Learning cloud platforms, allowing you to tailor the code to your own needs. For software engineers and Machine Learning developers eager to sharpen their understanding of deep RL and acquire practical skills in implementing RL algorithms fromscratch.
 

Начинаем программировать на Python (2022)

Автор: SCART56 от 24-08-2024, 23:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Начинаем программировать на Python
Автор(ы): Тони Гэддис
Издательство: БХВ-Петербург
Год: 2022, 5-е изд.
Страниц: 880
Формат: DJVU
Размер: 17 Мб
Язык: русский

Изложены принципы программирования, с помощью которых читатель приобретет навыки алгоритмического решения задач на языке Python, даже не имея опыта программирования. Дано краткое введение в компьютеры и программирование. Рассмотрен ввод, обработка и вывод данных, управляющие структуры и булева логика, структуры с повторением, функции, файлы и исключения, списки и кортежи, строковые данные, словари и множества, классы и ООП, наследование, рекурсия, программирование интерфейса, функциональное программирование и др.
 

Entity Framework Core: From SQL to C# code

Автор: literator от 24-08-2024, 19:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Entity Framework Core: From SQL to C# code: Start with Entity Framework Core and implement it in your own applications in no time!
Автор: Kenji Elzerman
Издательство: Kens Learning Curve
Год: 2024
Страниц: 210
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Running software isn't all about code, some buttons, and some user interaction. There is much more to it. One of the key elements is data. Data is always data; information a user can see and manage. But also something you, the developer, can work with. But the way we can save that data is a whole different story. Where do you save information? How do you retrieve it again? How do you make sure the data is saved? How can my mobile app reach data all over the world? For this, we use (SQL) databases. While Entity Framework is really popular these days I believe it is important to know and understand the basics of the underlying system of Entity Framework Core. That is why we explore SQL before heading to the main guest: Entity Framework Core. This book is for those who want to learn how to use Entity Framework from zero or those who want to learn a little bit extra about this subject. Don't expect 100% coverage on the whole Entity Framework Core subject, because that's impossible. I will give you enough information to work with in a way you can implement Entity Framework in your own application(s). To help you with the practical side, I have included examples and a project which you can download from my GitHub. With this project, you can type along as we are building more aspects of Entity Framework Core in a console application and API. In the end, a developer's time is 75% searching on the internet. Do know that you need to know the basics of C#! Know what variables are, how to create classes and methods, how dependency injection works, how to make decisions, how unit testing works, etc.
 

Advanced Spiking Neural P Systems: Models and Applications

Автор: literator от 24-08-2024, 17:39, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Advanced Spiking Neural P Systems: Models and Applications
Автор: Hong Peng, Jun Wang
Издательство: Springer
Серия: Computational Intelligence Methods and Applications
Год: 2024
Страниц: 304
Язык: английский
Формат: pdf (true), epub
Размер: 53.0 MB

Membrane computing is a class of distributed and parallel computing models inspired by living cells. Spiking neural P systems are neural-like membrane computing models, representing an interdisciplinary field between membrane computing and artificial neural networks, and are considered one of the third-generation neural networks. Models and applications constitute two major research topics in spiking neural P systems. The entire book comprises two parts: models and applications. In the model part, several variants of spiking neural P systems and fuzzy spiking neural P systems are introduced. Subsequently, their computational completeness is discussed, encompassing digital generation/accepting devices, function computing devices, and language generation devices. This discussion is advantageous for researchers in the fields of membrane computing, biologically inspired computing, and theoretical computer science, aiding in understanding the distributed computing model of spiking neural P systems. In the application part, the application of spiking neural P systems in time series prediction, image processing, sentiment analysis, and fault diagnosis is examined. This offers a novel method and model for researchers in Artificial Intelligence, data mining, image processing, natural language processing (NLP), and power systems. Simultaneously, it furnishes engineering and technical personnel in these fields with a powerful, efficient, reliable, and user-friendly set of tools and methods.