|
 |
|
 |
|
|
 |
|  |
|
Название: Graph Algorithms the Fun Way: Powerful Algorithms Decoded, Not Oversimplified Автор: Jeremy Kubica Издательство: No Starch Press Год: 2025 Страниц: 419 Язык: английский Формат: True/Retail PDF, True/Retail EPUB Размер: 58.2 MB
Graph Algorithms the Fun Way offers a refreshing approach to complex concepts by blending humor, imaginative examples, and practical Python implementations to reveal the power and versatility of graph-based problem-solving in the real world. Through clear diagrams, engaging examples, and Python code, you’ll build a solid foundation for addressing graph problems in your own projects. This book is an introduction to graphs and their algorithms for programmers who want to understand and apply them. Graphs are a type of data structure used throughout mathematics, Computer Science, and numerous other fields to model and solve a wide range of real-world problems. The structure of a graph allows us to represent connections or associations between items. Understanding this structure is critical to harnessing the power of graphs and using them efficiently. This book is for programmers who want to learn more about graphs, graph algorithms, and the computational thinking behind such techniques. I assume no prior knowledge of graphs or graph algorithms. However, readers should have the kind of basic familiarity with Python that can be expected after an introductory course, book, or boot camp. They should be familiar with fundamental Python programming concepts, including basic data structures such as lists and dictionaries. |
Разместил: Ingvar16 29-03-2025, 18:25 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Machine Learning Q and AI: 30 Essential Questions and Answers on Machine Learning and AI Автор: Sebastian Raschka Издательство: No Starch Press Год: 2024 Страниц: 267 Язык: английский Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI Размер: 122.2 MB
If you’re ready to venture beyond introductory concepts and dig deeper into Machine Learning, Deep Learning, and AI, the question-and-answer format of Machine Learning Q and AI will make things fast and easy for you, without a lot of mucking about. Born out of questions often fielded by author Sebastian Raschka, the direct, no-nonsense approach of this book makes advanced topics more accessible and genuinely engaging. Each brief, self-contained chapter journeys through a fundamental question in AI, unraveling it with clear explanations, diagrams, and hands-on exercises. This book adopts a unique Q&A style, where each brief chapter is structured around a central question related to fundamental concepts in Machine Learning, Deep Learning, and AI. Every question is followed by an explanation, with several illustrations and figures, as well as exercises to test your understanding. Many chapters also include references for further reading. These bite-sized nuggets of information provide an enjoyable jumping-off point on your journey from Machine Learning beginner to expert. |
Разместил: Ingvar16 29-03-2025, 16:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Программирование на Java для начинающих Автор: МакГрат М. Издательство: Эксмо Год: 2016 Формат: pdf Размер: 10 mb Качество: хорошее
Данная книга является исчерпывающим руководством для того, чтобы научиться программировать на языке Java. Познакомившись с основами языка, вы научитесь использовать основные возможности Java, необходимые для изучения операторов, операций обработки данных, импорта, создания интерфейсов и изготовления апплетов с использованием свободно распространяемого исходного кода. Вы сможете использовать лямбда-выражения, библиотеку java.time и другие ключевые новшества версии Java 8. |
Разместил: rivasss 29-03-2025, 06:27 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB Roadmap to Applications: Volume I Fundamental Автор: Yi Chen, Long Huang Издательство: Springer Год: 2025 Страниц: 611 Язык: английский Формат: pdf (true) Размер: 10.1 MB
This book presents a comprehensive guide to MATLAB programming, catering to students, engineers, and researchers seeking to harness MATLAB as a powerful tool for their work. The text meticulously covers fundamental concepts, progressing from basic elements such as types and operators to more complex structures like arrays and matrices. It elucidates key programming constructs including selection statements, loop structures, scripts, and functions, providing readers with a solid foundation in MATLAB programming. The book's structure is carefully crafted to facilitate step-by-step learning, with each chapter building upon previous knowledge. Abundant examples and exercises reinforce understanding, while dedicated sections on data visualisation, algorithm development, and practical applications in engineering, science, and finance demonstrate MATLAB's versatility across disciplines. One of MATLAB’s key strengths is its high-level programming language that leverages matrix and array operations, enabling concise and efficient code development for scientific and engineering computations. |
Разместил: Ingvar16 29-03-2025, 05:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introduction to Computer Organization: ARM Edition: An Under-the-Hood Look at Hardware and ARM A64 Assembly Автор: Robert G. Plantz Издательство: No Starch Press Год: 2025 Страниц: 520 Язык: английский Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI Размер: 78.4 MB
The ARM edition of Introduction to Computer Organization will show you how high-level code connects to computer hardware through ARM 64-bit assembly language. You’ll learn ARM assembly language from the ground up, and all you’ll need is some basic experience with programming. As you grow to understand ARM’s 64-bit design, you’ll develop the skills to write more efficient, optimized code. Get hands-on experience programming the GPIO on Raspberry Pi 3, 4, and 5 in assembly. Use GNU programming tools to examine code generated from C and C++ by the compiler, write assembly programs from scratch, and use the debugger to visualize execution, inspect registers, and understand machine-level operations. Each chapter includes practical “Your Turn” exercises to reinforce key concepts and build real-world programming skills. Whether you’re optimizing code performance, developing embedded systems, or simply curious about how computers execute your programs, this guide provides deep insight into how software and hardware interact to bring programs to life. |
Разместил: Ingvar16 29-03-2025, 05:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: R for the Rest of Us: A Statistics-Free Introduction Автор: David Keyes Издательство: No Starch Press Год: 2024 Страниц: 259 Язык: английский Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI Размер: 70.4 MB
The R programming language is a remarkably powerful tool for data analysis and visualization, but its steep learning curve can be intimidating for some. If you just want to automate repetitive tasks or visualize your data, without the need for complex math, R for the Rest of Us is for you. Inside you’ll find a crash course in R, a quick tour of the RStudio programming environment, and a collection of real-word applications that you can put to use right away. You’ll learn how to create informative visualizations, streamline report generation, and develop interactive websites—whether you’re a seasoned R user or have never written a line of R code. Many people think of R as simply a tool for hardcore statistical analysis, but it can do much more than manipulate numerical values. After all, every R user must illuminate their findings and communicate their results somehow, whether that’s via data visualizations, reports, websites, or presentations. Also, the more you use R, the more you’ll find yourself wanting to automate tasks you currently do manually. No matter your background, using R can transform your work. This book is for you if you’re either a current R user keen to explore its uses for visualization and communication or a non-R user wondering if R is right for you. I’ve written R for the Rest of Us so that it should make sense whether or not you’ve ever written a line of R code. But even if you’ve written entire R programs, the book should help you learn plenty of new techniques to up your game. R is a great tool for anyone who works with data. |
Разместил: Ingvar16 29-03-2025, 02:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: GenAI on AWS: A Practical Approach to Building Generative AI Applications on AWS Автор: Olivier Bergeret, Asif Abbasi, Joel Farvault Издательство: Wiley Год: 2025 Страниц: 368 Язык: английский Формат: epub (true) Размер: 17.1 MB
The definitive guide to leveraging AWS for Generative AI. GenAI on AWS: A Practical Approach to Building Generative AI Applications on AWS is an essential guide for anyone looking to dive into the world of generative AI with the power of Amazon Web Services (AWS). Crafted by a team of experienced cloud and software engineers, this book offers a direct path to developing innovative AI applications. It lays down a hands-on roadmap filled with actionable strategies, enabling you to write secure, efficient, and reliable generative AI applications utilizing the latest AI capabilities on AWS. This comprehensive guide starts with the basics, making it accessible to both novices and seasoned professionals. You'll explore the history of artificial intelligence, understand the fundamentals of Machine Learning, and get acquainted with deep learning concepts. It also demonstrates how to harness AWS's extensive suite of generative AI tools effectively. Through practical examples and detailed explanations, the book empowers you to bring your generative AI projects to life on the AWS platform. |
Разместил: Ingvar16 28-03-2025, 19:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Book of Batch Scripting: From Fundamentals to Advanced Automation Автор: Jack McLarney Издательство: No Starch Press Год: 2024 Страниц: 491 Язык: английский Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI Размер: 23.9 MB
In this era of advanced programming languages, the simplicity, universality, and efficiency of Batch scripting holds undeniable value. A book about bat files? Why? Whether you’re maintaining legacy systems or seeking to understand the foundations of command line automation, The Book of Batch Scripting shows you how to become proficient with this tool included in every version of Windows. Batch isn’t new, and the lack of some functionality is mystifying by today’s standards, but it’s still an immensely useful language that isn’t going away anytime soon, especially since it’s being packaged with the operating system installed on every Windows computer. While Batch is one scripting language among many, there are still many lines of Batch code being supported by large and small companies, and some tasks truly lend themselves to bat files more than any other language. And as for that lacking functionality—booleans, arrays, hash tables, stacks, even object-oriented design, and more—I’ll show you how to build it yourselves by the end of this book. But the most immediate reason for me personally to write a book about Batch scripting is that after two decades of writing bat files for personal and professional use, I believe that I’ve gotten to a place where I’ve learned enough about the topic to share my experiences and insights with a larger community. |
Разместил: Ingvar16 28-03-2025, 17:55 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introducing .NET MAUI: Build and Deploy Cross-Platform Applications Using C# and .NET 9.0 Multi-Platform App UI, 2nd Edition Автор: Shaun Lawrence Издательство: Apress Год: 2025 Страниц: 584 Язык: английский Формат: pdf Размер: 10.1 MB
Interested in giving Microsoft’s new Multi-platform App UI (MAUI) a try? This book provides developers with a comprehensive set of tools and hands-on coding to build their own cross-platform applications. The book is a comprehensive end-to-end guide on creating, building, and distributing .NET MAUI applications. As you walk through each new concept, .NET MAUI expert and Microsoft MVP Shaun Lawrence will show the concept's value and uses, and then have you apply it in a build-along application. You will work with this build-along application right up until you are ready to ship it to the relevant stores (e.g., App Store, etc.). The underlying theme through the book is to explain a key concept, show how to implement it directly in order to reinforce your understanding, and then show potential simplifications (e.g., alternative libraries) that can help you reduce the complexities of an applications code base. For developers who are new to .NET MAUI and cross-platform development. A basic knowledge of C# is required, but no prior knowledge using .NET MAUI is required. |
Разместил: Ingvar16 28-03-2025, 16:21 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Post-Quantum Security for AI: Resilient Digital Security in the Age of Artificial General Intelligence and Technological Singularity (Early Release) Автор: Petar Radanliev Издательство: Pearson Год: 2025 Страниц: 280 Язык: английский Формат: epub (true), mobi Размер: 24.6 MB
The rise of Quantum Computing and Artificial General Intelligence (AGI) is set to redefine the digital world. While these advancements promise revolutionary progress, they also pose unprecedented security threats–with the power to break today’s encryption and manipulate digital identities at scale. Without proactive defense strategies, bank accounts, government records, and private data could become vulnerable to breaches that no existing security system can withstand. The Solution: Quantum-Resistant Security. In Post-Quantum Security for AI, industry expert Petar Radanliev delivers a comprehensive guide to protecting digital infrastructure in an era where quantum computing and AI-driven cyber threats are rapidly evolving. |
Разместил: Ingvar16 28-03-2025, 04:01 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|