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

  • Добавил: literator
  • Дата: 17-11-2023, 22:04
  • Комментариев: 0
Название: Raspberry Pi OS System Administration with systemd and Python: A Practical Approach
Автор: Robert M. Koretsky
Издательство: CRC Press
Год: 2024
Страниц: 333
Язык: английский
Формат: pdf (true), epub
Размер: 10.3 MB

The second in a new series exploring the basics of Raspberry Pi Operating System administration, this installment builds on the insights provided in Volume 1 to provide a compendium of easy-to-use and essential Raspberry Pi OS system administration for the novice user, with specific focus on Python and Python3. The overriding idea behind system administration of a modern, 21st-century Linux system such as the Raspberry Pi OS is the use of systemd to ensure that the Linux kernel works efficiently and effectively to provide these three foundation stones of computer operation and management: computer system concurrency, virtualization, and secure persistence. Exercises are included throughout to reinforce the readers’ learning goals with solutions and example code provided on the accompanying GitHub site. In the Chapter 2, we give a broad introduction to the Python programming language, using Python version 3. For the beginner Python3 programmer, we illustrate all of its important programming capabilities and syntactic structures, in the context of the three predominant computer programming paradigms: virtualization, concurrency, and persistence.
  • Добавил: literator
  • Дата: 17-11-2023, 21:36
  • Комментариев: 0
Название: Graph Neural Networks in Action (MEAP v8)
Автор: Keita Broadwater
Издательство: Manning Publications
Год: 2023
Страниц: 404
Язык: английский
Формат: epub
Размер: 32.6 MB

A hands-on guide to powerful graph-based Deep Learning models! Learn how to build cutting-edge graph neural networks for recommendation engines, molecular modeling, and more. Graph Neural Networks in Action teaches you to create powerful Deep Learning models for working with graph data. You’ll learn how to both design and train your models, and how to develop them into practical applications you can deploy to production. Go hands-on and explore relevant real-world projects as you dive into graph neural networks perfect for node prediction, link prediction, and graph classification. Inside this practical guide, you’ll explore common graph neural network architectures and cutting-edge libraries, all clearly illustrated with well-annotated Python code. Graph neural networks expand the capabilities of Deep Learning beyond traditional tabular data, text, and images. This exciting new approach brings the amazing capabilities of deep learning to graph data structures, opening up new possibilities for everything from recommendation engines to pharmaceutical research. For Python programmers familiar with Machine Learning and the basics of Deep Learning.
  • Добавил: literator
  • Дата: 17-11-2023, 15:39
  • Комментариев: 0
Название: Better Python Code: A Guide for Aspiring Experts (Final)
Автор: David Mertz
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 510
Язык: английский
Формат: epub
Размер: 23.8 MB

Python is one of the most widely used programming languages in the world. It is used everywhere from primary school education to workaday web development, to the most advanced scientific research institutes of the world. However, like all programming languages, Python has a collection of "Pythonic" ways of accomplishing tasks that are easy to overlook, especially when habits are borrowed wholesale from work in other programming languages. Better Python Code is a guide to Pythonic programming. The book presents common mistakes that Python developers make--even Python developers who have used the language for years--often because Python sometimes presents "attractive nuisances." Throughout, the book is a guide to better programming in the core Python language. Each section shows a concrete but concise example of some misunderstanding or bad habit in action. Each section contains a description of what is wrong with the sample code and a suggestion for one or more better ways to code equivalent functionality without the initial pitfall. Every pitfall addressed in this book reflects foibles, errors, and misunderstandings that the author as seen in concrete, widely used code bases written by experienced developers, over his 25 years of writing Python.
  • Добавил: literator
  • Дата: 17-11-2023, 07:51
  • Комментариев: 0
Название: Fundamentals of Supervised Machine Learning: With Applications in Python, R, and Stata
Автор: Giovanni Cerulli
Издательство: Springer
Год: 2023
Страниц: 416
Язык: английский
Формат: pdf (true), epub
Размер: 63.8 MB

This book presents the fundamental theoretical notions of supervised Machine Learning along with a wide range of applications using Python, R, and Stata. It provides a balance between theory and applications and fosters an understanding and awareness of the availability of Machine Learning methods over different software platforms. After introducing the Machine Learning basics, the focus turns to a broad spectrum of topics: model selection and regularization, discriminant analysis, nearest neighbors, support vector machines, tree modeling, artificial neural networks, Deep Learning, and sentiment analysis. Each chapter is self-contained and comprises an initial theoretical part, where the basics of the methodologies are explained, followed by an applicative part, where the methods are applied to real-world datasets. Numerous examples are included and, for ease of reproducibility, the Python, R, and Stata codes used in the text, along with the related datasets, are available online.
  • Добавил: literator
  • Дата: 16-11-2023, 23:39
  • Комментариев: 0
Название: Become A Ninja With Angular (v17.0.0)
Автор: Ninja Squad
Издательство: Ninja Squad
Год: 2023-11-08
Страниц: 346
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Книга "Стань ниндзя с Angular" поможет программистам понять философию Angular на практике (в настоящее время 17.0.2), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения данного руководства вы сможете начать свой проект и создавать свои удивительные приложения!
  • Добавил: literator
  • Дата: 16-11-2023, 22:46
  • Комментариев: 0
Название: Kubernetes Cookbook: Building Cloud Native Applications, 2nd Edition (Final)
Автор: Sameer Naik, Sébastien Goasguen, Jonathan Michaux
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 301
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Kubernetes is the de facto standard for container orchestration and distributed applications management across a microservices framework. With this practical cookbook, you'll learn hands-on Kubernetes recipes for automating the deployment, scaling, and operations of application containers across clusters of hosts. In this fully updated second edition, Sameer Naik, Sébastien Goasguen, and Jonathan Michaux from TriggerMesh provide a problem-solution-discussion format with easy lookups to help you find the detailed answers you need—fast. Kubernetes lets you deploy your applications quickly and predictably, so you can efficiently respond to customer demand. This cookbook delivers the essential knowledge that developers and system administrators need to get there. With this book, we want to help you solve concrete problems around Kubernetes. We’ve compiled more than 100 recipes covering topics such as setting up a cluster, managing containerized workloads using Kubernetes API objects, using storage primitives, configuring security, and plenty more. This book was written for anyone who belongs somewhere in the DevOps spectrum. You might be an application developer who is required to occasionally interact with Kubernetes, or a platform engineer creating reusable solutions for other engineers in your organization, or anywhere in between. This book will help you navigate your way successfully through the Kubernetes jungle, from development to production.
  • Добавил: literator
  • Дата: 16-11-2023, 21:18
  • Комментариев: 0
Название: Generative AI on AWS: Building Context-Aware Multimodal Reasoning Applications
Автор: Chris Fregly, Antje Barth, Shelbee Eigenbrode
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 309
Язык: английский
Формат: epub (true)
Размер: 42.1 MB

Companies today are moving rapidly to integrate generative AI into their products and services. But there's a great deal of hype (and misunderstanding) about the impact and promise of this technology. With this book, Chris Fregly, Antje Barth, and Shelbee Eigenbrode from AWS help CTOs, ML practitioners, application developers, business analysts, data engineers, and data scientists find practical ways to use this exciting new technology. You'll learn the generative AI project life cycle including use case definition, model selection, model fine-tuning, retrieval-augmented generation, reinforcement learning from human feedback, and model quantization, optimization, and deployment. And you'll explore different types of models including large language models (LLMs) and multimodal models such as Stable Diffusion for generating images and Flamingo/IDEFICS for answering questions about images. A basic understanding of Python and deep learning frameworks such as TensorFlow or PyTorch should be sufficient to understand the code samples used throughout the book. Familiarity with AWS is not required to learn the concepts, but it is useful for some of the AWS-specific samples.
  • Добавил: literator
  • Дата: 16-11-2023, 18:10
  • Комментариев: 0
Название: Natural Language Processing: A Textbook With Python Implementation
Автор: Raymond S. T. Lee
Издательство: Springer
Год: 2024
Страниц: 454
Язык: английский
Формат: pdf (true)
Размер: 23,9 MB

This textbook presents an up-to-date and comprehensive overview of Natural Language Processing (NLP), from basic concepts to core algorithms and key applications. Further, it contains seven step-by-step NLP workshops (total length: 14 hours) offering hands-on practice with essential Python tools like NLTK, spaCy, TensorFlow Kera, Transformer and BERT. The objective of this book is to provide readers with a fundamental grasp of NLP and its core technologies, and to enable them to build their own NLP applications (e.g. Chatbot systems) using Python-based NLP tools. It is both a textbook and NLP tool-book intended for the following readers: undergraduate students from various disciplines who want to learn NLP; lecturers and tutors who want to teach courses or tutorials for undergraduate/graduate students on NLP and related AI topics; and readers with various backgrounds who want to learn NLP, and more importantly, to build workable NLP applications after completing its 14 hours of Python-based workshops. This book can be served as a textbook for undergraduates and postgraduate courses on Natural Language Processing, and a reference book for general readers who would like to learn key technologies and implement NLP applications with contemporary implementation tools such as NLTK, spaCy, TensorFlow, BERT, and Transformer technology.
  • Добавил: literator
  • Дата: 16-11-2023, 16:56
  • Комментариев: 0
Название: What Are AI Agents? When and How to Use LLM Agents
Автор: Benjamin Labaschin
Издательство: O’Reilly Media, Inc.
Год: 2024
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

AI agents represent the latest milestone in humanity's computational toolbox. Powered by large language models (LLMs) and the data they were trained on, AI agents are tools that let you interact with specialized LLMs to achieve more productive or creative workflows with less technical hassle. The last century in the history of computing has had many notable milestones: the invention of the computer; the development of the personal computer as we know it; the internet; the smart phone; machine learning; and cloud computing. Every few decades it seems societies are thrust forward, riding the wave of some new computational innovation. If you are reading this, then congratulations (or I’m sorry?), you are living during another one of these milestones in computational advancement. Code assistant agents are AI agents that are fueled by models specifically designed to help users like you write code more productively and efficiently. Popular code assistant agents include GitHub Copilot, Amazon CodeWhisperer, and Hugging Face’s StarCoder. Code assistant agents are tools designed to edit error-ridden code, autocomplete simple functions to common coding problems, or design templates for more difficult coding problems.
  • Добавил: literator
  • Дата: 16-11-2023, 12:03
  • Комментариев: 0
Название: Python GUI Development with PyQt: Mastering PyQt
Автор: Williams Asiedu
Издательство: Ouereila Publishing House
Год: 2023
Страниц: 183
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

"Python GUI Development with PyQt" is a comprehensive guide for software developers aiming to master graphical user interface creation using Python and PyQt. The book covers fundamental concepts such as widgets and layouts, progressing to advanced topics like custom widgets and multi-threading. Readers learn to design visually appealing interfaces using Qt Designer and implement functionality through Python code. Practical examples and projects reinforce learning, while best practices ensure the development of maintainable and efficient applications. The guide also addresses deployment strategies, helping developers package and distribute their PyQt applications across various operating systems. With an emphasis on real-world application, this book equips developers with the skills needed for effective GUI development in Python. Immersive in practicality, this book is laden with examples to ensure a profound grasp of every concept. It delves into the practical usage of PyQt libraries, spotlighting essential modules for constructing remarkable graphical user interfaces. With snippets of meticulously tested code, you’ll find ready-to-use segments that can be effortlessly copied and pasted into your integrated development environment (IDE). This book aspires to be your comprehensive guide in mastering the art of desktop application development with Python.