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

  • Добавил: literator
  • Дата: 11-11-2024, 15:45
  • Комментариев: 0
Название: Английский разговорник
Автор: Некрасова С.С. (ред.)
Издательство: АСТ
Серия: Давай путешествовать вместе!
Год: 2016
Страниц: 257
Язык: русский
Формат: pdf
Размер: 25.0 MB

Английский разговорник содержит самые необходимые темы и наиболее типичные модели фраз и выражений. Английский текст снабжен практической транскрипцией, передающей звуки английского языка средствами русской графики. Каждый раздел обозначен своим цветом – вы легко и быстро найдете нужную информацию. Разговорник предназначен для всех, кто выезжает за границу и хочет иметь с собой в поездке надежного помощника.
  • Добавил: literator
  • Дата: 11-11-2024, 15:11
  • Комментариев: 0
Название: Учимся читать по-английски
Автор: Скуланова А.Ю.
Издательство: Эксмо
Год: 2023
Страниц: 97
Язык: русский
Формат: pdf
Размер: 10.3 MB

Освоение иностранного языка начинается со знакомства с его буквами и звуками. Однако в английском языке недостаточно знать буквы для того, чтобы уверенно и без ошибок читать новые слова. Правила чтения в английском языке сложны, к ним существует множество исключений, а в школьной программе эта тема подается неполно. Эта книга призвана помочь детям и их родителям разобраться в этой непростой теме и между делом расширить словарный запас. В этой книге даны все основные правила и исключения английского языка, необходимые для чтения слов. Вместо сложных объяснений слова группируются по общему произношению, к ним тут же даются задания, так что правила запоминаются на практике. В конце книги есть советы для взрослых: они подскажут, на что обратить внимание школьника. Аудиозапись, начитанная носителем языка, доступна по QR-коду. С ее помощью дети смогут освоить чтение слов и поставить безупречное произношение. Книга подойдет для занятий с родителями, преподавателями и репетиторами, а также для самостоятельного совершенствования в английском.
  • Добавил: literator
  • Дата: 11-11-2024, 14:40
  • Комментариев: 0
Название: AI Literacy Fundamentals
Автор: Ben Jones
Издательство: Data Literacy Press
Год: 2024
Страниц: 240
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Feeling overwhelmed by AI? It's not you—it's the breakneck speed of technological progress. To quickly get into the AI conversation, you need a clear and simple foundation of knowledge to build on. This book is a friendly primer on the basic concepts of AI, how it's already snuck into our daily lives, and what we need to know to prepare for the future. Machine Learning (ML) is an umbrella term describing the study and use of different types of statistical algorithms that we can apply to data sets in order to learn from the patterns in those data sets how to accomplish specific tasks. When we apply a Machine Learning algorithm to a data set to learn its patterns, we say that we are training a model. Deep Learning is a special branch of Machine Learning that involves a specific family of artificial neural networks: deep neural networks (DNN). DNNs have changed the world of AI, and in so doing they have changed the world we live in. Any neural network that contains two or more hidden layers is considered a deep neural network. Unsurprisingly, then, a neural network with a single hidden layer is sometimes referred to as a shallow neural network. Furthermore, the number of hidden layers corresponds to the depth of the deep neural network. To wrap up our own study of Deep Learning and neural networks, I’d like to instead consider a few different types of deep neural networks that have led to breakthrough capabilities in the fields of computer vision and natural language processing. The first type is the convolutional neural network (CNN), sometimes called the ConvNet.
  • Добавил: literator
  • Дата: 11-11-2024, 13:58
  • Комментариев: 0
Название: Just Enough Data Science and Machine Learning: Essential Tools and Techniques
Автор: Mark Levene, Martyn Harris
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2025
Страниц: 224
Язык: английский
Формат: epub
Размер: 10.1 MB

An accessible introduction to applied Data Science and Machine Learning, with minimal math and code required to master the foundational and technical aspects of Data Science. In Just Enough Data Science and Machine Learning, authors Mark Levene and Martyn Harris present a comprehensive and accessible introduction to Data Science. It allows the readers to develop an intuition behind the methods adopted in both Data Science and Machine Learning, which is the algorithmic component of Data Science involving the discovery of patterns from input data. This book looks at Data Science from an applied perspective, where emphasis is placed on the algorithmic aspects of Data Science and on the fundamental statistical concepts necessary to understand the subject. The book begins by exploring the nature of Data Science and its origins in basic statistics. The authors then guide readers through the essential steps of Data Science, starting with exploratory data analysis using visualisation tools. The book is packed with practical examples and real-world data sets throughout to reinforce the concepts. All examples are supported by Python code external to the reading material to keep the book timeless.
  • Добавил: literator
  • Дата: 11-11-2024, 12:15
  • Комментариев: 0
Название: Building a Debugger (Early Access)
Автор: Sy Brand
Издательство: No Starch Press
Год: 2025
Страниц: 738
Язык: английский
Формат: pdf (true)
Размер: 11.9 MB

Master the inner workings of your x64 Linux system and expand your OS expertise by writing your very own debugger using C++. If debuggers seem like magic to you, there is no better way to demystify them than to write your own. This book will show you exactly how to do it, walking you through the entire process of building a debugger for x64 Linux systems using C++. As go from an empty filesystem folder to a fully fledged debugger capable of setting breakpoints, stepping through code, manipulating variables, and more. As you add features to your debugger, you’ll also pick up a wealth of knowledge about operating systems, compilers, software testing, and low-level programming that you can use in your day-to-day development. In this book, we’re particularly concerned with debuggers for compiled code that runs directly on your central processing unit (CPU), written in a language like C, C++, Rust, or FORTRAN. Debuggers for these programs need to interface directly with the operating system and the underlying hardware, which can lead us to some deep insights into how computers actually work. What Will We Build? Over the course of this book, we’ll build a command line debugger for native code. I’ll call the debugger sdb, for Sy’s Debugger, but you can call yours whatever you like.
  • Добавил: literator
  • Дата: 11-11-2024, 04:17
  • Комментариев: 0
Название: Data Structures and Algorithms in jаvascript (Early Access)
Автор: Federico Kereki
Издательство: No Starch Press
Год: 07/25/24
Страниц: 562
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Think you know jаvascript? Think again. This isn’t your typical coding book—it’s a deep dive into the powerful world of data structures and algorithms that will transform the way you approach problem solving in jаvascript. Whether you’re a frontend developer tackling complex applications, a backend engineer building scalable systems, or a programmer preparing for technical interviews, this book will revolutionize the way you code. Each chapter is carefully crafted with clear, no-nonsense explanations of complex concepts, real-world coding examples, and challenging questions (with answers at the end) to reinforce your understanding. This book is geared toward three groups of readers. The first and main group is JS frontend (web) and backend (Node.js) developers, as it explores how we can apply data structures and algorithms to solve and optimize complex problems. The second group of readers is computer science (CS) students, as the book covers topics that appear in most CS courses. These students should be familiar with several programming languages, so the JS focus shouldn’t be a hindrance. The algorithms don’t heavily depend on aspects of the language and can be translated into other languages with little difficulty. Finally, the third group of readers includes programmers who are preparing for coding interviews or are interested in competitive programming.
  • Добавил: literator
  • Дата: 11-11-2024, 03:40
  • Комментариев: 0
Название: PHP Crash Course: The Complete, Modern, Hands-On Guide (Early Access)
Автор: Matt Smith
Издательство: No Starch Press
Год: 08/19/24
Страниц: 692
Язык: английский
Формат: pdf (true)
Размер: 17.9 MB

This book will take you from beginner-level to professional PHP programming, through hundreds of in-depth examples and hands-on exercises. You’ll explore best practices for developing fast, secure, and easy-to-maintain websites, while establishing a broad foundation of programming knowledge and experience. PHP is one of the engines that drive the internet: it plays a role both in what the user sees on web pages and in what happens behind the scenes, such as processing form submissions, talking to other websites, and interacting with databases. PHP is currently in its eighth major version, so as well as being tried and tested, it’s faster and more secure than ever before. It’s a free, open source, and well-maintained language. While other popular web programming languages are available, about 70 percent of the web is run by PHP programs, including Etsy, Facebook (using its dialect of PHP, called Hack), Spotify, Wikipedia, and WordPress. PHP also has a relatively shallow learning curve. We’ll start off with just a few lines of code, and once you’re comfortable with the basics, we’ll move on to larger, more structured web application systems.
  • Добавил: literator
  • Дата: 11-11-2024, 03:08
  • Комментариев: 0
Название: Applications of Deep Machine Learning in Future Energy Systems
Автор: Mohammad-Hassan Khooban
Издательство: Elsevier
Год: 2024
Страниц: 336
Язык: английский
Формат: pdf (true), epub
Размер: 35.8 MB

Applications of Deep Machine Learning in Future Energy Systems pushes the limits of current Artificial Intelligence (AI) techniques to present deep machine learning suitable for the complexity of sustainable energy systems. The first two chapters take the reader through the latest trends in power engineering and system design and operation, before laying out the current AI approaches and our outstanding limitations. Later chapters provide in-depth accounts of specific challenges and the use of innovative third-generation machine learning, including neuromorphic computing, to resolve issues from security to power supply. An essential tool for the management, control, and modelling of future energy systems, Applications of Deep Machine Learning maps a practical path towards AI capable of supporting sustainable energy.
  • Добавил: literator
  • Дата: 10-11-2024, 21:05
  • Комментариев: 0
Название: Math for Programming (Early Access)
Автор: Ronald T. Kneusel
Издательство: No Starch Press
Год: 2025
Страниц: 498
Язык: английский
Формат: pdf (true)
Размер: 16.1 MB

A one-stop-shop for all the math you should have learned for your programming career.Math for Programming summarizes all the core math topics a typical professional software engineer needs to know. The book condenses the various mathematics concepts covered in an undergraduate computer science program into a single volume, providing a starting point for independent study or a refresher for those who are some years removed from the classroom. The book first covers preliminary subjects like number representation systems, set theory, and Boolean algebra. Then it dives into the field of discrete mathematics, including functions, induction proofs, number theory, combinatorics, graphs, and trees. The book also examines essential topics in probability, statistics, linear algebra, and calculus. Rather than confine itself to abstract theory, the book focuses on practical application and numerical methods at the level typically encountered by working developers. Hands-on code examples in Python and C also make the topics concrete. Brush up on all the math you should have learned and level-up your career today.
  • Добавил: literator
  • Дата: 10-11-2024, 20:19
  • Комментариев: 0
Название: The Official Raspberry Pi Camera Module Guide: For Raspberry Pi Camera Modules, 2nd Edition
Автор: David Plowman
Издательство: Raspberry Pi Press
Год: 2024
Страниц: 215
Язык: английский
Формат: epub (true)
Размер: 36.1 MB

Take pictures and shoot video with your Raspberry Pi. Attaching a Camera Module to Raspberry Pi is a powerful way to expand its capabilities. With an image sensor attached, Raspberry Pi can capture high quality still images and record full HD video. Raspberry Pi Camera Modules are easy to attach to your computer with a ribbon cable. This book walks you through all the different types of Camera Module, and how to attach them to Raspberry Pi and integrate vision technology to your projects. The powerful rpicam apps and PiCamera2 Python library enable you to integrate Raspberry Pi Camera Module with your code. With the AI Kit attached to Raspberry Pi you can perform image recognition and other AI computing tasks. In this book, you will discover how to attach a Camera Module to your Raspberry Pi, install the software, and code your own solutions. Our example projects explain how to perform image recognition, build time-lapse projects, wildlife camera traps, and live-stream video. You can find example code and other information about this book, including errata, in its GitHub repository.