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

  • Добавил: literator
  • Дата: 17-03-2023, 19:01
  • Комментариев: 0
Machine Learning Algorithms in Depth (MEAP v7)Название: Machine Learning Algorithms in Depth (MEAP v7)
Автор: Vadim Smolyakov
Издательство: Manning Publications
Год: 2023
Страниц: 267
Язык: английский
Формат: pdf (true)
Размер: 46.1 MB

Develop a mathematical intuition for how Machine Learning (ML) algorithms work so you can improve model performance and effectively troubleshoot complex ML problems. Machine Learning Algorithms in Depth dives into the design and underlying principles of some of the most exciting Machine Learning (ML) algorithms in the world today. With a particular emphasis on probability-based algorithms, you’ll learn the fundamentals of Bayesian inference and Deep Learning. You’ll also explore the core data structures and algorithmic paradigms for Machine Learning. Each algorithm is fully explored with both math and practical implementations so you can see how they work and how they’re put into action. For each category of algorithm, you’ll go from math-first principles to a hands-on implementation in Python, exploring dozens of examples from across all the fields of machine learning. Each example is accompanied by worked-out derivations and details, as well as insightful code samples and graphics.
  • Добавил: literator
  • Дата: 17-03-2023, 16:48
  • Комментариев: 0
Introduction to Dependent Types with Idris: Encoding Program Proofs in TypesНазвание: Introduction to Dependent Types with Idris: Encoding Program Proofs in Types
Автор: Boro Sitnikovski
Издательство: Apress
Год: 2023
Страниц: 128
Язык: английский
Формат: pdf
Размер: 10.2 MB

Idris is a programming language designed to encourage Type-Driven Development. Dependent types are a concept that allows developers to write proof-carrying code. In Idris, types are first-class constructs in the language. This means types can be passed as arguments to functions, and returned from functions just like any other value, such as numbers, strings, or lists. This book will teach you the mathematical foundations of Idris as well as how to use it to write software and mathematically prove properties. Idris is a general-purpose functional1 programming language that supports dependent types. The features of Idris are influenced by Haskell, another general-purpose functional programming language. Thus, Idris shares many features with Haskell, especially in the part of syntax and types, where Idris has a more advanced type system. There are several other programming languages that support dependent types; however, I chose Idris for its readable syntax.
  • Добавил: literator
  • Дата: 17-03-2023, 15:10
  • Комментариев: 0
Kafka Streams и ksqlDB: данные в реальном времениНазвание: Kafka Streams и ksqlDB: данные в реальном времени
Автор: Митч Сеймур
Издательство: Питер
Год: 2023
Страниц: 432
Язык: русский
Формат: pdf
Размер: 10.8 MB

Работа с неограниченными и быстрыми потоками данных всегда была сложной задачей. Но Kafka Streams и ksqlDB позволяют легко и просто создавать приложения потоковой обработки. Из книги специалисты по обработке данных узнают, как с помощью этих инструментов создавать масштабируемые приложения потоковой обработки, перемещающие, обогащающие и преобразующие большие объемы данных в режиме реального времени. Kafka Streams — это легкая, но мощная библиотека Java для обогащения, преобразования и обработки потоков данных в реальном времени. Митч Сеймур, инженер службы обработки данных в Mailchimp, объясняет важные понятия потоковой обработки на примере нескольких любопытных бизнес-задач. Он рассказывает о достоинствах Kafka Streams и ksqlDB, чтобы помочь вам выбрать наиболее подходящий инструмент.
  • Добавил: literator
  • Дата: 17-03-2023, 14:36
  • Комментариев: 0
The Well-Grounded Python Developer (MEAP v9)Название: The Well-Grounded Python Developer (MEAP v9)
Автор: Doug Farrel
Издательство: Manning Publications
Год: 2023
Страниц: 278
Язык: английский
Формат: pdf (true)
Размер: 38.5 MB

When you’re new to Python, it can be tough to understand where and how to use its many language features. There’s a dizzying array of libraries, and it’s challenging to fit everything together. The Well-Grounded Python Developer builds on Python skills you’ve learned in isolation and shows you how to unify them into a meaningful whole. As you work through this practical guide, you’ll discover how all the bits of the Python ecosystem connect as you build and modify a typical web server application. Python is the perfect language for beginning programmers. It is easy to learn, with tons of helpful libraries and tools. Better still, it doesn’t run out of steam when you want to create more advanced applications for web development or Machine Learning. Once you’ve mastered the syntax of simple Python scripts, it can be a challenge to progress to more ambitious projects. This book helps you on that path. For beginner developers who have learned the basics of Python.
  • Добавил: literator
  • Дата: 17-03-2023, 14:24
  • Комментариев: 0
Julia as a Second Language (Final Release)Название: Julia as a Second Language: General purpose programming with a taste of Data Science (Final Release)
Автор: Erik Engheim
Издательство: Manning Publications
Год: 2023
Страниц: 402
Язык: английский
Формат: pdf (true)
Размер: 23.8 MB

Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or jаvascript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. Don’t be put off by Julia’s reputation as a scientific programming language. There’s no Data Science or numerical computing knowledge required. You can get started with what you learned in high school math classes.
  • Добавил: literator
  • Дата: 17-03-2023, 14:08
  • Комментариев: 0
Code Like a Pro in Rust (MEAP v10)Название: Code Like a Pro in Rust (MEAP v10)
Автор: Brenden Matthews
Издательство: Manning Publications
Год: 2023
Страниц: 217
Язык: английский
Формат: pdf (true)
Размер: 42.3 MB

Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You’ll upgrade your basic knowledge of Rust with conventions, best practices, and veteran’s secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust’s support for asynchronous programming and integrating Rust with codebases written in other languages. This is not an introductory book for the Rust language; this book is for those who’ve learned the basics of the language and want to fast forward past the bang-your-head-in-frustration phase of learning a new programming language. If you’re new to programming in general, you may find this book quite challenging, and while I won’t discourage you from reading it, you may find it difficult to follow.
  • Добавил: literator
  • Дата: 17-03-2023, 13:41
  • Комментариев: 0
Demand Forecasting Best Practices (MEAP v2)Название: Demand Forecasting Best Practices (MEAP v2)
Автор: Nicolas Vandeput
Издательство: Manning Publications
Год: 2023
Язык: английский
Формат: pdf (true)
Размер: 37.5 MB

Master the demand forecasting skills you need to decide what resources to acquire, what products to produce, and where and how to distribute them. Demand Forecasting Best Practices is a handbook of techniques for effective demand planning for products of all types. You'll learn how to optimize your data, metrics, processes, models, and even people to make better decisions and deliver value to your supply chains. Discover pro tips from author Nicolas Vandeput's global career in supply chain consultancy, and dodge the common mistakes you might not know you're making. Illustrations, clear explanations, and relevant real-world examples make each concept easy to understand and easy to follow. Throughout the book, I will explain these best practices step by step, highlighting how they will lead you to efficacy (more useful forecasts) and efficiency (reducing your team’s workload while making the most out of their available time). Each chapter will be another opportunity for you to improve your forecasting process and make your forecasts more useful for your supply chain. You will have to use forecasting software or data management tools such as Python. Utilize different types of statistical and Machine Learning models.
  • Добавил: literator
  • Дата: 17-03-2023, 13:22
  • Комментариев: 0
Let's Talk Python (MEAP v6)Название: Let's Talk Python (MEAP v6)
Автор: Pavel Anni
Издательство: Manning Publications
Год: 2023
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 44.9 MB

Learn Python the fun and easy way with your new friends Erik and Simon! This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time. Let's Talk Python is a unique Python beginners guide written especially for young people. There are no boring lessons or dull exercises. Instead, you'll team up with two brothers who are busy talking about Python programming and asking the same questions you are! As you follow along, you’ll learn from the brothers' mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi. Python is one of the best languages for new programmers!
  • Добавил: umkaS
  • Дата: 17-03-2023, 08:40
  • Комментариев: 0
Название: Алгоритмы и программы: Язык С++
Автор: Конова Е. А., Поллак Г. А.
Издательство: СПб.: Лань
Год: 2020 - 5-е изд.
Cтраниц: 384
Формат: pdf (ocr) / djvu
Размер: 11 мб
Язык: русский

При изложении материала авторы используют методику обучения от алгоритмов к программам, поэтому вначале излагаются сведения об алгоритмах с примерами реализации типовых алгоритмов. Изучение основ языка программирования С++ опирается на полученные знания. Примеры можно решать в любой среде разработчика, поддерживающей язык С++, но авторами примеры отлажены в Visual Studio 2013.
  • Добавил: literator
  • Дата: 17-03-2023, 02:50
  • Комментариев: 0
Agile Software Engineering SkillsНазвание: Agile Software Engineering Skills
Автор: Julian Michael Bass
Издательство: Springer
Год: 2023
Страниц: 320
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

This textbook is about working in teams to create functioning software. It covers skills in Agile software development methods, team working, version control and continuous integration and shows readers how to apply some of the latest ideas from lean, Agile and Kanban. Part I, which focuses on People, describes various project roles and the skills needed to perform each role. This includes members of self-organizing teams, scrum masters, product owners and activities for managing other stakeholders. The skills needed to create Product artefacts are detailed in Part II. These include skills to create Agile requirements, architectures, designs as well as development and security artefacts. The Agile development Process to coordinate with co-workers is described in Part III. It introduces the skills needed to facilitate an incremental process and to use software tools for version control and automated testing. Eventually some more advanced topics are explained in Part IV. These topics include large projects comprising multiple cooperating teams, automating deployment, cloud software services, DevOps and evolving live systems.