ПРОГРАММИРОВАНИЕ » Страница 48
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
The Comprehensive Guide to Machine Learning Algorithms and Techniques
/ Комментариев: 0/

Название: The Comprehensive Guide to Machine Learning Algorithms and Techniques
Автор: Mohammed M. Ahmed
Издательство: Independently published
Год: 2024
Страниц: 240
Язык: английский
Формат: epub
Размер: 11.4 MB

Machine Learning (ML) has rapidly grown into a pivotal technology, transforming various industries by enabling data-driven decision-making and predictive analytics. As the volume and complexity of data grows, the ability to leverage sophisticated ML algorithms becomes primary for researchers, practitioners, and enthusiasts alike. This book aims to serve as a rich resource, addressing most of the algorithms, methods, and techniques used in this field. Offering insights into each method's theoretical foundations, practical applications, and strengths and weaknesses, also provides a robust framework for selecting the most appropriate technique for many projects and research endeavors. This book has provided a comprehensive overview of various Machine Learning algorithms and techniques, categorized by their primary functions such as regression, classification, clustering, optimization, and NLP. Each algorithm has been explained in terms of its main concept, purpose, use cases, mathematical background, loss function, pros and cons, and visual representation. This knowledge is crucial for selecting the right algorithm for specific problems and understanding the underlying mechanisms that drive their performance. This book is designed to help demystify the complex world of ML algorithms. By providing clear and cutting-edge explanations of each method, along with practical examples and illustrative figures, aiming to bridge the gap between practical implementation and theoretical knowledge. Whether you are working on stock price prediction, energy consumption forecasting, natural language processing (NLP), or image recognition, this guide will supply you with the knowledge needed to make informed decisions about which ML methods to utilize. The reader is invited to delve into the fascinating ML world in this book, uncover the methods, and pave the power of data to create proper solutions and drive progress in such an important domain.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Python Machine Learning: 100 Drills with Solution Diagrams
/ Комментариев: 0/

Название: Python Machine Learning: 100 Drills with Solution Diagrams
Автор: Kirigaya Yui, Yuko Takahashi, Fujisaki Ryousuke
Издательство: Independently published
Год: 2024
Страниц: 615
Язык: английский
Формат: epub
Размер: 10.1 MB

This eBook offers 100 practical exercises designed to master Machine Learning using Python. Each exercise comes with a detailed solution and accompanying diagram to make the learning process easier. Whether you're a beginner or an advanced user, these drills cover essential algorithms, models, and techniques in Machine Learning. With clear explanations and step-by-step guides, you can enhance your understanding of Python-based Machine Learning applications. By practicing regularly with these drills, you will improve your problem-solving skills and gain confidence in applying Machine Learning in real-world scenarios. The diagrams provided with each solution help clarify complex concepts and ensure a deeper comprehension of the material. This is an ideal resource for anyone who wants to build a strong foundation in Machine Learning with Python.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Game Development with Gamemaker: A Primer on Game Development and Design, 2nd Edition
/ Комментариев: 0/

Название: Game Development with Gamemaker: A Primer on Game Development and Design, 2nd Edition
Автор: Sebastiano M. Cossu
Издательство: Apress
Год: 2024
Страниц: 561
Язык: английский
Формат: pdf
Размер: 11.1 MB

Create games from start to finish while learning game design and programming principles using the GameMaker. Game Development with GameMaker covers all aspects of game design and development from the initial idea to the final release. You will learn how to make a 2D game from start to finish using GameMaker covering important features and topics related to game development. The book will cover design and development of a top-down action game from start to finish leveraging on best practices according to the current state of the industry's standards. It will cover all the building blocks of 2D game development: movements, combat, AI, UI, level design, inventory, power ups, etc. This edition also aims to implement the many changes that has come to GameMaker: new features as well as best practices. Game engines offer a number of features that simplify the process of making games, like the possibility to show an image, play a sound, get keyboard input, and so on. In this book, we will explore GameMaker, a professional yet easy-to-use game engine which offers two ways of making games: a proprietary scripting language and a no-coding drag-and-drop system. We will opt for the proprietary scripting language GML (GameMaker Language) to reach the full potential of the engine and to have maximum flexibility. GML (GameMaker Language) is GameMaker’s own scripting language. It’s a highly specialized scripting language, which means that it’s very easy to use, but it’s also quite powerful. It’s the best choice if you want maximum control on the features of your game and their implementation. For game enthusiasts interested in game development and design with GameMaker would benefit from the book. No prior programming experience is required.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Modernizing .NET Web Applications: Everything You Need to Know About Migrating ASP.NET Web Applications
/ Комментариев: 0/

Название: Modernizing .NET Web Applications: Everything You Need to Know About Migrating ASP.NET Web Applications to the Latest Version of .NET
Автор: Tomáš Herceg
Издательство: Apress
Год: 2024
Страниц: 672
Язык: английский
Формат: pdf
Размер: 10.1 MB

In 2016, Microsoft introduced the new generation of .NET called .NET Core. It brought many fundamental improvements to the platform, but there were also many breaking changes and missing APIs, especially when it comes to creating web applications. Upgrading any website running on .NET Framework to the new .NET Core proved to be a complex process, which can take months or even years. This book describes two approaches you can take to incrementally modernize legacy .NET web applications. It explains the changes that happened in ASP.NET MVC, ASP.NET Web API, Entity Framework, ASP.NET Identity, SignalR, and other libraries. It also shows a migration path for applications written in ASP.NET Web Forms: a technology which isn’t supported in the new .NET at all. In addition, the book describes the new frameworks available in the ASP.NET Core platform (Blazor, Razor Pages, ASP.NET Core MVC, SignalR Core, and so on) and helps you decide which technology will be the best fit. The book also covers several “soft” areas: how to explain the benefits or necessity for the modernization to your company management, how to deal with refactoring and improving the overall code quality during the entire process, and how to adjust the architecture of the application to be ready for another technology upgrade in the future. For .NET developers who work with ASP.NET web applications running on the .NET framework, and tech leads and software architects who make technical decisions about legacy .NET projects used in their organization.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
The Ultimate TypeScript Developer's Handbook: A Comprehensive Journey for New Developers
/ Комментариев: 0/

Название: The Ultimate TypeScript Developer's Handbook: A Comprehensive Journey for New Developers
Автор: Madison Giroux
Издательство: Independently published
Год: 2024
Страниц: 281
Язык: английский
Формат: epub
Размер: 52.9 MB

Unlock the full potential of modern jаvascript development with The Ultimate TypeScript Developer's Handbook. This comprehensive guide takes you on a deep dive into TypeScript, one of the fastest-growing programming languages, renowned for its ability to bring type safety and scalability to jаvascript applications. Whether you're a complete beginner or a seasoned jаvascript developer looking to enhance your skills, this book is designed to meet you where you are and help you master TypeScript in a step-by-step, structured manner. It blends clear explanations, practical examples, and professional best practices to help you create robust, maintainable, and highly efficient code for real-world applications. jаvascript has been the language of the web for many years, and while it's incredibly flexible and powerful, it can also be prone to unexpected issues, particularly as projects grow in complexity. TypeScript aims to address these challenges by providing a stricter, more structured way to write jаvascript. It helps make code more readable, maintainable, and reliable by offering tools that help developers understand their own and others’ code more effectively. TypeScript compiles down to standard jаvascript, which means that any environment that runs JS can also run TS. This makes it a highly versatile language that can be used for a variety of applications, from client-side to server-side development. Whether you’re building large-scale web applications, diving into object-oriented design, or managing asynchronous operations, this book gives you the tools to write high-quality TypeScript code with confidence. Prepare to elevate your coding skills and become proficient in TypeScript, the language that is shaping the future of jаvascript development.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Cloud Native Go: Building Reliable Services in Unreliable Environments, 2nd Edition (Final)
/ Комментариев: 0/

Название: Cloud Native Go: Building Reliable Services in Unreliable Environments, 2nd Edition (Final Release)
Автор: Matthew A. Titmus
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 619
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Learn how to use Go's strengths to develop services that are scalable and resilient even in an unpredictable environment. With this book's expanded second edition, Go developers will explore the composition and construction of cloud native applications, from lower-level Go features and mid-level patterns to high-level architectural considerations. Each chapter in this new edition builds on the lessons of the previous chapter, taking intermediate to advanced developers through Go to construct a simple but fully featured distributed key-value store. You'll learn about Go generics, dependability and reliability, memory leaks, and message-oriented middleware. New chapters on security and distributed state delve into critical aspects of developing secure distributed cloud native applications. Go has emerged as the lingua franca of cloud native development, being used in everything from Docker to Harbor, Kubernetes to Consul, InfluxDB to CockroachDB. Ten out of fifteen of the Cloud Native Computing Foundation’s graduated projects, and forty-two of sixty-two1 of its projects overall, are written mostly or entirely in Go. And more arrive every day. This book is directed at intermediate-to-advanced developers, particularly web application engineers and DevOps specialists/site reliability engineers. Many will have been using Go to build web services but may be unfamiliar with the subtleties of cloud native development—or even have a clear idea of what “cloud native” is—and have subsequently found their services to be difficult to manage, deploy, or observe. It’s expected that many readers may be more familiar with other languages but have been lured by Go’s reputation as the language of cloud native development. For these readers, this book will present best practices for adopting Go as their cloud native development language and help them solve their own cloud native management and deployment issues.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Shallow Learning vs. Deep Learning
/ Комментариев: 0/

Название: Shallow Learning vs. Deep Learning: A Practical Guide for Machine Learning Solutions
Автор: Ömer Faruk Ertuğrul, Josep M Guerrero, Musa Yilmaz
Издательство: Springer
Серия: The Springer Series in Applied Machine Learning
Год: 2024
Страниц: 283
Язык: английский
Формат: pdf (true), epub
Размер: 45.5 MB

This book explores the ongoing debate between shallow and Deep Learning in the field of Machine Learning. It provides a comprehensive survey of Machine Learning methods, from shallow learning to Deep Learning, and examines their applications across various domains. Shallow Learning vs Deep Learning: A Practical Guide for Machine Learning Solutions emphasizes that the choice of a Machine Learning approach should be informed by the specific characteristics of the dataset, the operational environment, and the unique requirements of each application, rather than being influenced by prevailing trends. In each chapter, the book delves into different application areas, such as engineering, real-world scenarios, social applications, image processing, biomedical applications, anomaly detection, natural language processing (NLP), speech recognition, recommendation systems, autonomous systems, and smart grid applications. By comparing and contrasting the effectiveness of shallow and Deep Learning in these areas, the book provides a framework for thoughtful selection and application of Machine Learning strategies. This guide is designed for researchers, practitioners, and students who seek to deepen their understanding of when and how to apply different Machine Learning techniques effectively. Through comparative studies and detailed analyses, readers will gain valuable insights to make informed decisions in their respective fields.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Computational Thinking: First Algorithms, Then Code 2nd Edition
/ Комментариев: 0/

Название: Computational Thinking: First Algorithms, Then Code 2nd Edition
Автор: Paolo Ferragina, Fabrizio Luccio
Издательство: Springer
Серия: Undergraduate Topics in Computer Science
Год: 2024
Страниц: 204
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book offers a gentle motivation and introduction to computational thinking, in particular to algorithms and how they can be coded to solve significant, topical problems from domains such as finance, cryptography, Web search, and data compression. The book is suitable for undergraduate students in Computer Science, engineering, and applied mathematics, university students in other fields, high-school students with an interest in STEM subjects, and professionals who want an insight into algorithmic solutions and the related mindset. While the authors assume only basic mathematical knowledge, they uphold the scientific rigor that is indispensable for transforming general ideas into executable algorithms. A supporting website contains examples and Python code for implementing the algorithms in the book.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Learning React: Modern Patterns for Developing React Apps, 3rd Edition (Early Release)
/ Комментариев: 0/

Название: Learning React: Modern Patterns for Developing React Apps, 3rd Edition (Early Release)
Автор: Alex Banks, Eve Porcello
Издательство: O’Reilly Media, Inc.
Год: 2024-10-14
Страниц: 111
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how jаvascript, CSS, and HTML work in the browser, this updated third edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional jаvascript is necessary. Using their learning road map, authors Alex Banks and Eve Porcello show you how to create UIs that can deftly display changes without page reloads on large-scale, data-driven websites. You'll also discover how to work with functional programming and the latest ECMAScript features. Once you learn how to build React components with this hands-on guide, you'll understand just how useful React can be in your organization.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Introducing Python, 3rd Edition (Early Release)
/ Комментариев: 0/

Название: Introducing Python: Modern Computing in Simple Packages, 3rd Edition (Early Release)
Автор: Bill Lubanovic
Издательство: O’Reilly Media, Inc.
Год: 2024-10-14
Страниц: 106
Язык: английский
Формат: pdf, epub
Размер: 11.9 MB

Stuck in a coding conundrum? Whether you're an advanced beginner, an intermediate developer, or a curious newcomer, the complexities of coding can often feel like a labyrinth with no exit. With Python, however, you can start writing real code quickly—but where should you start? In this updated third edition, Bill Lubanovic acts as your personal guide to Python, offering a clear path through the intricacies and capabilities of this much-beloved coding language, including new chapters on AI models and performance enhancements. Easy to understand and enjoyable to read, this book not only teaches you the core concepts but also dives into practical applications that bridge the gap between learning and doing. Computing languages are easier to learn than human languages — they’re more concise and precise. Python is recognized as one of the easiest computing languages to learn, read, and write. It consists of data (like nouns in spoken languages) and instructions or code (like verbs). In alternating chapters, you’ll be introduced to Python’s basic code and data structures, learn how to combine them, and build up to more advanced ones. The programs that you read and write will get longer and more complex. You’ll learn the language, and what to do with it. We’ll begin with the core Python language and its “batteries included” standard library, and advance to finding, downloading, installing, and using some good third-party packages. My emphasis is on whatever I’ve actually found useful in twenty years of production Python development, rather than fringe topics or complex hacks.