|
|
|
|
|
|
|
| |
|
Название: Software Development, Design, and Coding: With Patterns, Debugging, Unit Testing, and Refactoring 3rd Edition Автор: John F. Dooley, Vera A. Kazakova Издательство: Apress Год: 2024 Страниц: 521 Язык: английский Формат: pdf (true), epub (true) Размер: 17.7 MB
Learn the principles of good software design and then turn those principles into great code. This book introduces you to software engineering ― from the application of engineering principles to the development of software. You'll see how to run a software development project, examine the different phases of a project, and learn how to design and implement programs that solve specific problems. This book is also about code construction ― how to write great programs and make them work. This new third edition is revamped to reflect significant changes in the software development landscape with updated design and coding examples and figures. Extreme programming takes a backseat, making way for expanded coverage of the most crucial agile methodologies today: Scrum, Lean Software Development, Kanban, and Dark Scrum. Agile principles are revised to explore further functionalities of requirement gathering. The authors venture beyond imperative and object-oriented languages, exploring the realm of scripting languages in an expanded chapter on Code Construction. The Project Management Essentials chapter has been revamped and expanded to incorporate "Software Development” to discuss the crucial interpersonal nature of joint software creation. Here’s the definition of software development that we’ll use in this book: software development is the process of taking a set of requirements from a user (a problem statement), analyzing them, designing a solution to the problem, and then implementing that solution on a computer. |
Разместил: Ingvar16 27-06-2024, 16:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Python for Accounting and Finance: An Integrative Approach to Using Python for Research Автор: Sunil Kumar Издательство: Palgrave Macmillan Год: 2024 Страниц: 502 Язык: английский Формат: pdf (true) Размер: 24.7 MB
This book is a comprehensive guide to the application of Python in accounting, finance, and other business disciplines. This book is more than a Python tutorial; it is an integrative approach to using Python for practical research in these fields. The book begins with an introduction to Python and its key libraries. It then covers real-world applications of Python, covering data acquisition, cleaning, exploratory data analysis, visualization, and advanced topics like Natural Language Processing (NLP), Machine Learning, predictive analytics, and Deep Learning. What sets this book apart is its unique blend of theoretical knowledge and real-world examples, supplemented with ready-to-use code. It doesn't stop at the syntax; it shows how to apply Python to tackle actual analytical problems. “Python for Accounting and Finance” uses case studies to illustrate how Python can enhance traditional research methods in accounting and finance, not only allowing the reader to gain a firm understanding of Python programming but also equipping them with the skills to apply Python to accounting, finance, and broader business research. Whether you are a PhD student, a professor, an industry professional, or a financial researcher, this book provides the key to unlocking the full potential of Python in research. One of the standout features of “Python for Accounting and Finance” is its focus on real-world case studies and practical examples, supplemented with ready-to-use codes for most of the activities involved for research in these disciplines. |
Разместил: Ingvar16 27-06-2024, 11:02 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Object-Oriented Software Design in C++ (Final) Автор: Ronald Mak Издательство: Manning Publications Год: 2024 Страниц: 520 Язык: английский Формат: epub Размер: 15.7 MB
Learn the fundamentals of Object-Oriented design by investigating good—and bad—code! Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain. Using an engaging “before-and-after” approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns. Object-Oriented Software Design in C++ is a vital guide to building the kind of high performance applications delivered by the pros—all using industry-proven design principles and patterns. You’ll learn how to gather and analyze requirements so you’re building exactly what your client is looking for, backtrack mistakes with iterative development, and build a toolbox of design patterns that troubleshoot common issues with application architecture. The book’s accessible examples are written in C++ 17, but its universal principles can be applied to any object-oriented language. Object-Oriented Software Design in C++ introduces object-oriented design principles, practices, and patterns in clear, jargon-free language. The instantly-familiar before-and-after examples highlight the benefits of good design. Each chapter is full of friendly conversations that anticipate your questions and help point out the subtleties you might overlook. Along the way, you’ll pick up tips about idiomatic C++ style that will set your code apart. Examples are in C++ 17. |
Разместил: Ingvar16 27-06-2024, 10:10 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Machine Learning with Noisy Labels: Definitions, Theory, Techniques and Solutions Автор: Gustavo Carneiro Издательство: Academic Press/Elsevier Год: 2024 Страниц: 312 Язык: английский Формат: epub Размер: 43.5 MB
Machine Learning and Noisy Labels: Definitions, Theory, Techniques and Solutions provides an ideal introduction to Machine Learning with noisy labels that is suitable for senior undergraduates, post graduate students, researchers and practitioners using, and researching, Machine Learning methods. Most of the modern Machine Learning models based on Deep Learning techniques depend on carefully curated and cleanly labeled training sets to be reliably trained and deployed. However, the expensive labeling process involved in the acquisition of such training sets limits the number and size of datasets available to build new models, slowing down progress in the field. This book defines the different types of label noise, introduces the theory behind the problem, presents the main techniques that enable the effective use of noisy-label training sets, and explains the most accurate methods. The book starts by defining the noisy-label learning problem, then it introduces different types of label noise and the theory behind the problem. It also presents the main techniques and methods that enable the effective use of noisy-label training sets. With this book, the reader will have the tools to be able to understand, reproduce, and design regression, classification, segmentation, and detection models that can be trained with large-scale noisy-label training sets. Advanced Machine Learning courses that cover topics in learning with noisy-label and real-world datasets will greatly benefit from the insights provided in this book. |
Разместил: Ingvar16 27-06-2024, 01:18 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Federated Learning: Theory and Practice Автор: Lam M. Nguyen, Trong Nghia Hoang, Pin-Yu Chen Издательство: Academic Press/Elsevier Год: 2024 Страниц: 434 Язык: английский Формат: epub Размер: 23.4 MB
Federated Learning: Theory and Practice provides a holistic treatment to Federated Learning as a distributed learning system with various forms of decentralized data and features. Part I of the book begins with a broad overview of optimization fundamentals and modeling challenges, covering various aspects of communication efficiency, theoretical convergence, and security. Part II features emerging challenges stemming from many socially driven concerns of Federated Learning as a future public Machine Learning service. Part III concludes the book with a wide array of industrial applications of Federated Learning, as well as ethical considerations, showcasing its immense potential for driving innovation while safeguarding sensitive data. Federated Learning: Theory and Practice provides a comprehensive and accessible introduction to Federated Learning which is suitable for researchers and students in academia, and industrial practitioners who seek to leverage the latest advance in Machine Learning for their entrepreneurial endeavors. In our era of Big Data and the rapid advancement of Artificial Intelligence (AI), innovation and progress are often driven by harnessing the power of vast amounts of data. Yet, privacy concerns and data protection regulations have placed limitations on traditional centralized approaches to Machine Learning: While data are abundant, they often exist in small and isolated silos. The need for collaborative and privacy-preserving approaches to Machine Learning has therefore become more crucial than ever. In this context, Federated Learning (FL) has emerged as the de facto framework for distributed Machine Learning (ML) that preserves the privacy of data, especially in the proliferation of mobile and edge devices with their increasing capacity for storage and computation. |
Разместил: Ingvar16 27-06-2024, 00:54 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Learn Ansible: Automate your cloud infrastructure, security configuration, and application deployment with Ansible Автор: McKendrick Russ Издательство: Packt Год выхода: 2024 Страниц: 414 Формат: True PDF Размер: 13,8 MB Язык: английский
Learn Ansible is for system administrators, developers, and infrastructure engineers who want to implement infrastructure automation and configuration management using Ansible. The hands-on tutorials make this book ideal for both beginners as well as intermediate users looking to take their Ansible skills to the next level. Technology professionals working with public cloud platforms like AWS and Azure will also find valuable insights into automating deployments. |
Разместил: Dovegone 26-06-2024, 23:25 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Building LLMs for Production: Enhancing LLM Abilities and Reliability with Prompting, Fine-Tuning, and RAG Автор: Louis-François Bouchard, Louie Peters Издательство: Towards AI, Inc. Год: 2024 Страниц: 475 Язык: английский Формат: epub (true) Размер: 11.1 MB
With amazing feedback from industry leaders, this book is an end-to-end resource for anyone looking to enhance their skills or dive into the world of AI and develop their understanding of Generative AI and Large Language Models (LLMs). It explores various methods to adapt "foundational" LLMs to specific use cases with enhanced accuracy, reliability, and scalability. Written by over 10 people on our Team at Towards AI and curated by experts from Activeloop, LlamaIndex, Mila, and more, it is a roadmap to the tech stack of the future. Whether you're looking to enhance your skills or dive into the world of AI for the first time as a programmer or software student, our book is for you. From the basics of LLMs to mastering fine-tuning and RAG for scalable, reliable AI applications, we guide you every step of the way. The book aims to guide developers through creating LLM products ready for production, leveraging the potential of AI across various industries. It is tailored for readers with an intermediate knowledge of Python. |
Разместил: Ingvar16 26-06-2024, 17:56 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Building Scalable Web Apps with Node.js and Express: Design and Develop a Robust, Scalable, High-Performance Web Application Using Node.js, Express.js, TypeScript, and Redis Автор: Yamini Panchal, Ravi Kumar Gupta Издательство: Orange Education Pvt Ltd, AVA Год: 2024 Страниц: 382 Язык: английский Формат: epub (true) Размер: 43.8 MB
Easy API Design Using Express.js and Node.js (TypeScript). Embark on a transformative journey into the world of web development with the latest Node.js v20, Express.js frameworks and TypeScript. This comprehensive book empowers developers at all levels, from newcomers to seasoned professionals, by covering foundational to advanced topics through a single, cohesive example: a project management system. Beginning with an exploration of fundamentals, the book swiftly progresses to delve into TypeScript, equipping readers with the tools to enhance their applications with strong typing and modern jаvascript features. Readers will master the art of building RESTful APIs using Express.js, ensuring adherence to industry best practices in API design. The book dives into advanced topics like routing strategies, middleware implementation, MongoDB integration with Mongoose for efficient data management, and Redis for optimizing API performance through caching techniques. The final section of the book provides thorough guidance on asynchronous operations, Mocha and Chai testing strategies, AWS deployment, security practices, performance tuning, and real-world application scenarios, ensuring developers gain a holistic understanding of Node.js and Express.js development. From cumbersome setups for writing APIs to launching projects in just five minutes with Node.js and Express.js, developers have come a long way to witness revolutionary simplification in web development. If you are new to Node.js, this book offers a clear pathway to master backend development using Node.js, TypeScript, and Express.js. If you are already familiar with jаvascript or Node.js and aim to build scalable and efficient APIs, this book will elevate your skills, equipping you with the techniques needed for modern backend architecture. |
Разместил: Ingvar16 26-06-2024, 15:17 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Building Micro-Frontends: Distributed Systems for the Frontend, 2nd Edition (Second Release) Автор: Luca Mezzalira Издательство: O’Reilly Media, Inc. Год: 2024-06-24 Страниц: 149 Язык: английский Формат: pdf, epub Размер: 10.1 MB
What's the answer to today's increasingly complex applications? Micro-frontends. Inspired by the microservices model, this approach lets you break interfaces into separate features managed by different teams of developers. In this updated second edition, software architects, tech leads, and software developers will learn how to design, build, and deploy independent micro-frontends that compose unique frontend systems. Author Luca Mezzalira, principal serverless specialist solutions architect at AWS, shows you how micro-frontends enable agility within an organization, decentralize decision-making, and optimize for fast flow. This gives your organization technical flexibility and allows you to hire and retain a broad spectrum of talent. Micro-frontends also support distributed or colocated teams more efficiently. Pick up this book and learn how to get started with this technological breakthrough right away. In the long run, companies with large monoliths usually slow down all the operations needed to release any new feature, losing the great momentum they had at the beginning of a project where everything was easier and smaller with few complications and risks. Also, with monolithic applications, we have to test and deploy the entire codebase every single time, which comes with a higher chance of breaking the APIs in production, introducing new bugs, and making more mistakes, especially when the codebase is not rock solid or extensively tested. Solving these and many other challenges its staff faces, a company might move from complex monolith codebases to multiple smaller codebases and scoped domains called microservices. |
Разместил: Ingvar16 26-06-2024, 07:38 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Программирование инженерных задач на базе использования алгоритмов циклической структуры на языке C в среде VS C++. Модуль 2 Автор: Алексеев Ю. Е., Куров А. В. Издательство: МГТУ им. Баумана Год: 2019 Cтраниц: 134 Формат: pdf Размер: 17 мб Язык: русский
Приведены краткие теоретические сведения по организации программ циклической структуры на примере алгоритмов вычисления сумм, произведений, суммы бесконечного ряда, определенного интеграла, уточнения корней уравнений. Рассмотрена организация вложенных циклов, показано решение таких задач, как вычисление определенного интеграла с заданной точностью, поиск наибольшего (наименьшего) значения функции с требуемой точностью, обработка матриц, сортировка элементов массива. |
Разместил: rivasss 25-06-2024, 22:10 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|