Python для детей и родителей. Играй и программируй (2023)

Автор: SCART56 от 9-07-2023, 03:42, Коментариев: 0

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


Название: Python для детей и родителей. Играй и программируй
Автор(ы): Брайсон Пэйн
Издательство: Эксмо
Год: 2023. 2-е изд.
Страниц: 352
Формат: PDF
Размер: 18 Мб
Язык: русский

Второе издание любимого многими родителями и детьми самоучителя. Программирование — одна из самых востребованных профессий в наше время, и она останется таковой в ближайшем будущем. Научите своих детей программировать уже сейчас с помощью этой книги! В книге представлен язык Python, один из самых популярных и простых. Вы найдете здесь много упражнений — полезных, интересных и забавных, поэтому ваш ребенок не заскучает. Материал написан доступно и просто, поэтому ему не составит труда освоить азы программирования.



 

Data Analysis with Rust Notebooks

Автор: literator от 8-07-2023, 23:02, Коментариев: 0

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

Название: Data Analysis with Rust Notebooks
Автор: Dr. Shahin Rostami
Издательство: Independently published
Год: 2022
Страниц: 109
Язык: английский
Формат: pdf
Размер: 10.1 MB

A practical book on Data Analysis with Rust Notebooks that teaches you the concepts and how they're implemented in practice. The Rust programming language has become a popular choice amongst software engineers since its release in 2010. Besides being something new and interesting, Rust promised to offer exceptional performance and reliability. In particular, Rust achieves memory-safety and thread-safety through its ownership model. Instead of runtime checks, this safety is assured at compile time by Rust's borrow checker. This prevents undefined behaviour such as dangling pointers! I had originally planned to use Plotters for all the graphing in this book. However, shortly after finding Plotters, I found out that a Rust library had enabled Plotly support. You will see this in later sections, but for now, here is an example of how Plotters works. In my other book, Practical Evolutionary Algorithms, I relied on the Plotly graphic libraries to generate visualisations throughout each notebook. When I started writing Rust Notebooks a Plotly solution was not available, however, I found Plotters to be a suitable alternative for rendering visualisations.
 

Deep Reinforcement Learning for Wireless Communications and Networking: Theory, Applications and Implementation

Автор: literator от 8-07-2023, 22:09, Коментариев: 0

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

Название: Deep Reinforcement Learning for Wireless Communications and Networking: Theory, Applications and Implementation
Автор: Dinh Thai Hoang, Nguyen Van Huynh, Diep N. Nguyen
Издательство: Wiley-IEEE Press
Год: 2023
Страниц: 288
Язык: английский
Формат: epub (true)
Размер: 12.5 MB

Comprehensive guide to Deep Reinforcement Learning (DRL) as applied to wireless communication systems. Deep Reinforcement Learning empowered by deep neural networks (DNNs) has been developing as a promising solution to address high-dimensional and continuous control problems effectively. The integration of DRL into future wireless networks will revolutionize conventional model-based network optimization with model-free approaches and meet various application demands. By interacting with the environment, DRL provides an autonomous decision-making mechanism for the network entities to solve non-convex, complex, model-free problems, e.g. spectrum access, handover, scheduling, caching, data offloading, and resource allocation. This not only reduces communication overhead but also improves network security and reliability. Though DRL has shown great potential to address emerging issues in complex wireless networks, there are still domain-specific challenges that require further investigation.
 

PowerShell SysAdmin Crash Course: Unlock the Full Potential of PowerShell with Advanced Techniques, Automation, Configuration Management and Integrati

Автор: literator от 8-07-2023, 20:57, Коментариев: 0

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

Название: PowerShell SysAdmin Crash Course: Unlock the Full Potential of PowerShell with Advanced Techniques, Automation, Configuration Management and Integration
Автор: Steeve Lee
Издательство: GitforGits
Год: 2023
Страниц: 387
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Take control of your PowerShell skills and start learning today! Say goodbye to complicated IT tasks and embrace efficient system administration with "PowerShell SysAdmin Crash Course." With hands-on experience and over 50 examples and demonstrations, you will build a strong understanding of PowerShell and gain confidence in its application. "PowerShell SysAdmin Crash Course" is the ultimate guide for system administrators and PowerShell users. This comprehensive resource teaches you everything to know about PowerShell, from the console and cmdlets to scripting, modules, and more. You will learn essential topics like Active Directory Management, Windows Server, PowerShell Remoting, DSC, SCCM, and administering software updates. In addition, you will discover advanced techniques such as working with JSON and XML data, parallel processing, multithreading, and creating custom cmdlets and modules. You get to learn how to integrate PowerShell with automation and configuration management tools like Ansible, Puppet, and Chef, and how to use CI/CD tools like Jenkins. The book also covers integrating PowerShell with Bash and Python scripting and utilizing PowerShell Universal for running automation scripts through a single platform.
 

Statistics with Rust: 50+ Statistical Techniques Put into Action

Автор: literator от 8-07-2023, 19:29, Коментариев: 0

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

Название: Statistics with Rust: 50+ Statistical Techniques Put into Action
Автор: Keiko Nakamura
Издательство: GitforGits
Год: 2023
Страниц: 346
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Are you an experienced statistician or data professional looking for a powerful, efficient, and versatile programming language to turbocharge your data analysis and Machine Learning projects? Look no further! "Statistics with Rust" is your comprehensive resource to unlock Rust's true potential in modern statistical methods. This book is tailored specifically for statisticians and data professionals who are already familiar with the fundamentals of statistics and want to leverage the speed and reliability of Rust in their projects. Over 11 in-depth chapters, you will discover how Rust outperforms Python in various aspects of data analysis and Machine Learning and learn to implement popular statistical methods using Rust's unique features and libraries. "Statistics with Rust" begins by introducing you to Rust's programming environment and essential libraries for data professionals. You'll then dive into data handling, preprocessing, and visualization techniques that form the backbone of any statistical analysis.
 

C++ Networking 101

Автор: literator от 8-07-2023, 18:57, Коментариев: 0

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

Название: C++ Networking 101: Unlocking Sockets, Protocols, VPNs, and Asynchronous I/O with 75+ sample programs
Автор: Anais Sutherland
Издательство: GitforGits
Год: 2023
Страниц: 364
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

This book is an invaluable resource for aspiring network administrators aiming to deepen their understanding of networking concepts while strengthening their C++ programming skills. Across eleven chapters, this book bridges the gap between network administration and programming, providing readers a holistic approach to mastering network operations. Readers begin with a deep-dive into network fundamentals such as TCP/IP model, sockets, and protocols. They then progress to practical programming, employing C++ to establish TCP/UDP client-server connections, handle network errors, and deal with application layer protocols such as HTTP/HTTPS, FTP, SMTP, IMAP, and DNS. The book then guides readers through Virtual Private Networks (VPNs), detailing their importance, functioning, and distinct types of VPNs. It explores wireless networking and asynchronous programming, providing clear illustrations of WiFi, Bluetooth, and Zigbee setup using C++. It covers critical wireless standards and security protocols. For a comprehensive understanding, the book illustrates network configuration management using C++ to automate crucial network operations tasks, thus highlighting the power of programming in network management.
 

Bayesian Optimization in Action (MEAP v12)

Автор: literator от 8-07-2023, 16:12, Коментариев: 0

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

Название: Bayesian Optimization in Action (MEAP v12)
Автор: Quan Nguyen
Издательство: Manning Publications
Год: 2023
Страниц: 593
Язык: английский
Формат: pdf, epub
Размер: 37.2 MB

Apply advanced techniques for optimizing Machine Learning processes. Bayesian optimization helps pinpoint the best configuration for your Machine Learning models with speed and accuracy. Bayesian Optimization in Action shows you how to optimize hyperparameter tuning, A/B testing, and other aspects of the machine learning process by applying cutting-edge Bayesian techniques. Using clear language, illustrations, and concrete examples, this book proves that Bayesian optimization doesn’t have to be difficult! You’ll get in-depth insights into how Bayesian optimization works and learn how to implement it with cutting edge Python libraries. The book’s easy-to-reuse code samples let you hit the ground running by plugging them straight into your own projects.
 

TensorFlow для глубокого обучения

Автор: umkaS от 8-07-2023, 12:02, Коментариев: 0

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

Название: TensorFlow для глубокого обучения
Автор: Рамсундар Бхарат, Заде Р.Б.
Издательство: БХВ-Петербург
Год: 2019
Cтраниц: 250
Формат: djvu
Размер: 22 мб
Язык: русский

Книга знакомит с основами программной библиотеки TensorFlow и принципами глубокого обучения, начиная с нулевого уровня. В книге рассмотрены базовые вычисления в библиотеке TensorFlow, простые обучающиеся системы и их построение, полносвязные глубокие сети, прототипы и превращение прототипов в высококачественные модели, сверхточные нейронные сети и обработка изображений, рекуррентные нейронные сети и наборы естественно-языковых данных, способы обучения с максимизацией подкрепления на примере известных игр, приемы тренинга глубоких сетей с помощью графических и тензорных процессоров.
 

F# in Action (MEAP v7)

Автор: literator от 8-07-2023, 08:20, Коментариев: 0

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

Название: F# in Action (MEAP v7)
Автор: Isaac Abraham
Издательство: Manning Publications
Год: 2023
Страниц: 371
Язык: английский
Формат: pdf, epub
Размер: 12.7 MB

F# is designed to make functional programming practical and accessible, especially for developers working on the .NET platform.
F# in Action teaches you the practical F# development skills you need to create professional applications. It’s based on author and Microsoft F# MVP Isaac Abraham’s years of experience working with developers as an F# consultant. You’ll upgrade your .NET development skills with the core principles of functional programming, and discover how F#’s functional-first approach makes it easy to learn this powerful paradigm. F# is a general-purpose programming language that’s designed to build systems that are robust, succinct and performant across Windows, Mac and Linux. It has a lightweight syntax, yet a powerful type-system and compiler. This makes it a compelling choice for writing applications, as it enables developers to rapidly model real-world systems in a way that does what they intend. It’s also an opinionated language with a set of characteristics that it is optimized towards.
 

Kubernetes Best Practices, 2nd Edition (Third Early Release)

Автор: literator от 8-07-2023, 07:41, Коментариев: 0

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

Название: Kubernetes Best Practices: Blueprints for Building Successful Applications on Kubernetes, 2nd Edition (Third Early Release)
Автор: Brendan Burns, Eddie Villalba, Dave Strebel, Lachlan Evenson
Издательство: O’Reilly Media, Inc.
Год: 2023-07-07
Страниц: 287
Язык: английский
Формат: epub (true), mobi, pdf
Размер: 11.1 MB

In this practical guide, four Kubernetes professionals with deep experience in distributed systems, enterprise application development, and open source will guide you through the process of building applications with this container orchestration system. They distill decades of experience from companies that are successfully running Kubernetes in production and provide concrete code examples to back the methods presented in this book. Revised to cover all the latest Kubernetes features, new tooling, and deprecations, this book is ideal for those who are familiar with basic Kubernetes concepts but want to get up to speed on the latest best practices. You'll learn exactly what you need to know to build your best app with Kubernetes the first time.