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

  • Добавил: literator
  • Дата: 25-05-2023, 13:20
  • Комментариев: 0
Video Data Analytics for Smart City Applications: Methods and Trends (IoT and Big Data Analytics Book 1)Название: Video Data Analytics for Smart City Applications: Methods and Trends (IoT and Big Data Analytics Book 1)
Автор: Abhishek Singh Rathore, Surendra Rahamatkar, Syed Imran Ali, Ramgopal Kashyap
Издательство: Bentham Books
Год: 2023
Страниц: 150
Язык: английский
Формат: pdf (true), epub
Размер: 25.7 MB

Video data analytics is rapidly evolving and transforming the way we live in urban environments. Video Data Analytics for Smart City Applications: Methods and Trends, data science experts present a comprehensive review of the latest advances and trends in video analytics technologies and their extensive applications in smart city planning and engineering. The book covers a wide range of topics including object recognition, action recognition, violence detection, and tracking, exploring deep learning approaches and other techniques for video data analytics. It also discusses the key enabling technologies for smart cities and homes and the scope and application of smart agriculture in smart cities. The technologies like Machine Learning, Deep Learning, IoT, WSN, IoT, and AI have been contributing to the application and efficient processing of data. Object detection and tracking, intelligent processing, video compression, the performance of IoT & AI in business growth, key enabling technologies and video analytics need to be explored more. The information processing is both challenging and interesting. The researchers are working with passion, and dedication to develop new methods and algorithms for information analysis and to provide a solution to remain in the new direction.

  • Добавил: literator
  • Дата: 25-05-2023, 06:38
  • Комментариев: 0
The Swift Programming Language: Swift 5.7 EditionНазвание: The Swift Programming Language: Swift 5.7 Edition
Автор: Apple
Издательство: Apple Inc.
Год: November 15, 2022
Страниц: 1040
Язык: английский
Формат: pdf
Размер: 11.1 MB

Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and interactive programming language that combines the best in modern language thinking with wisdom from the wider Apple engineering culture and the diverse contributions from its open-source community. The compiler is optimized for performance and the language is optimized for development, without compromising on either. Swift is friendly to new programmers. It’s an industrial-quality programming language that’s as expressive and enjoyable as a scripting language. Writing Swift code in a playground lets you experiment with code and see the results immediately, without the overhead of building and running an app. This book describes Swift 5.7, the default version of Swift that’s included in Xcode 14. You can use Xcode 14 to build targets that are written in either Swift 5.7, Swift 4.2, or Swift 4.

  • Добавил: literator
  • Дата: 24-05-2023, 20:13
  • Комментариев: 0
Автоматизация рутины в Excel VBA. Лайфхаки для облегчения скучных рабочих задачНазвание: Автоматизация рутины в Excel VBA. Лайфхаки для облегчения скучных рабочих задач
Автор: В. Шитов
Издательство: Эксмо
Год: 2023
Страниц: 438
Язык: русский
Формат: pdf
Размер: 11.3 MB

Руководство по использованию Excel VBA, которое поможет вам автоматизировать рабочую рутину и избавиться от однотипных задач! Часто работаете с большим количеством данных? Знаете основные приемы в Excel, но еще не пробовали использовать язык Visual Basic? Тогда самое время разобраться в нем и перестать тратить время на операции, которые можно выполнить одним кликом. С помощью этого руководства вы научитесь правильно использовать синтаксис VBA, сделать тривиальные действия в Excel автоматическими, быстро обрабатывать любые данные и визуализировать их в подходящем формате, легко подстраивать функции VBA под свои нужды и писать любой код самостоятельно. И, конечно же, работать с данными более эффективно! Умение самостоятельно решать такие проблемы позволит вам не только почувствовать себя крутым специалистом, которых компании зазывают к себе на работу, но и самой организации сэкономить много финансовых средств, которые были бы потрачены на поиск программистов. Программирование в среде Excel осуществляется на языке Visual Basic for Applications (VBA). Язык Visual Basic for Applications — специализированная версия языка Visual Basic.

  • Добавил: literator
  • Дата: 24-05-2023, 17:54
  • Комментариев: 0
Machine Learning Q and AI Expand Your Machine Learning & AI : Knowledge With 30 In-Depth Questions and AnswersНазвание: Machine Learning Q and AI Expand Your Machine Learning & AI : Knowledge With 30 In-Depth Questions and Answers
Автор: Sebastian Raschka
Издательство: Leanpub
Год: 2023-05-21
Страниц: 231
Язык: английский
Формат: pdf (true), epub
Размер: 28.0 MB

Have you recently completed a Machine Learning or Deep Learning course and wondered what to learn next? With 30 questions and answers on key concepts in Machine Learning and AI, this book provides bite-sized bits of knowledge for your journey to becoming a Machine Learning expert. Machine Learning and AI are moving at a rapid pace. Researchers and practitioners are constantly struggling to keep up with the breadth of concepts and techniques. This book provides bite-sized bits of knowledge for your journey from Machine Learning beginner to expert, covering topics from various Machine Learning areas. Even experienced Machine Learning researchers and practitioners will encounter something new that they can add to their arsenal of techniques. Machine Learning Q and AI is for people who are already familiar with Machine Learning and want to learn something new. However, this is not a math or coding book. You won't need to solve any proofs or run any code while reading. In other words, this book is a perfect travel companion or something you can read on your favorite reading chair with your morning coffee.

  • Добавил: literator
  • Дата: 24-05-2023, 17:33
  • Комментариев: 0
A very informal journey through ROS 2 : patterns, anti-patterns, frameworks and best practicesНазвание: A very informal journey through ROS 2 : patterns, anti-patterns, frameworks and best practices
Автор: Marco Matteo Bassa
Издательство: Leanpub
Год: 2023-05-14
Страниц: 125
Язык: английский
Формат: pdf (true)
Размер: 27.3 MB

This book takes you through the most common patterns and frameworks used by developers while creating software based on ROS 2. It's not a programming guide guiding you through the basic APIs, but is meant to help you organizing complex architectural patterns in robotics. It is written with an informal tone that will hopefully keep you entertained. A very informal journey through the new edition of the Robot Operative System: ROS 2. This book will bring you through the most common patterns and frameworks used by software engineers while creating software based on this framework. It will try to do that with an informal tone that hopefully won't make you fall asleep in the process. A convenient way to perform component tests in Python is using Launch testing, a tool that allows the execution of a launch-file in parallel to the tests to be executed. Similarly to what is done in Python, component tests can be written in C++ using the GTests framework introduced in the unit tests section. Before doing this, it must be noted that, the language used to write a component test for a Node, doesn’t need to match the language used to write the node itself. Since these tests communicate to the node using its ROS-interfaces, there’s nothing stopping you from writing Python tests for a C++ node.

  • Добавил: literator
  • Дата: 23-05-2023, 19:55
  • Комментариев: 0
How to Solve Algorithm Problems : Make Coding Interview Preparation Less PainfulНазвание: How to Solve Algorithm Problems : Make Coding Interview Preparation Less Painful
Автор: Waleed Khamies
Издательство: Leanpub
Год: 2023-05-21
Страниц: 121
Язык: английский
Формат: pdf (true)
Размер: 33.2 MB

With a focus on practicality, This guide is designed to provide readers with the tools they need to approach problem-solving differently, write efficient code, and clear their coding interviews. Preparing for coding interviews can often be a daunting task, causing stress and anxiety for many individuals. It's crucial to move beyond solely solving leetcode problems and adopt a new approach to your preparation that emphasizes studying algorithms and data structures effectively. Introducing "How to Solve Algorithm Problems" a guide written by an experienced programmer and AI expert. This guide is developed to help you improve your approach to solving algorithm problems, write efficient code that impresses your interviewer, and adopt a better preparation framework that makes the journey enjoyable and fun. Whether you are a student looking to improve your problem-solving skills or a job seeker preparing for your next coding interview, I hope this guide helps you to master algorithms and achieve your goals of becoming a skilled programmer and ace your coding interviews.

  • Добавил: literator
  • Дата: 23-05-2023, 19:23
  • Комментариев: 0
An Introduction to R: Data Analysis and VisualizationНазвание: An Introduction to R: Data Analysis and Visualization
Автор: Mark Gardener
Издательство: Pelagic Publishing
Год: 2023
Страниц: 384
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

The modern world is awash with data. The R Project is a statistical environment and programming language that can help to make sense of it all. A huge open-source project, R has become enormously popular because of its power and flexibility. With R you can organise, analyse and visualise data. This clear and methodical book will help you learn how to use R from the ground up, giving you a start in the world of data science. Learning about data is important in many academic and business settings, and R offers a potent and adaptable programming toolbox. The book covers a range of topics, including: importing/exporting data, summarising data, visualising data, managing and manipulating data objects, data analysis (regression, ANOVA and association among others) and programming functions. Regardless of your background or specialty, you'll find this book the perfect primer on data analysis, data visualisation and data management, and a springboard for further exploration.

  • Добавил: literator
  • Дата: 23-05-2023, 17:37
  • Комментариев: 0
ChatGPT For Dummies, 1st EditionНазвание: ChatGPT For Dummies, 1st Edition
Автор: Pam Baker
Издательство: For Dummies
Год: 2023
Страниц: 179
Язык: английский
Формат: pdf (true)
Размер: 11.5 MB

Learn how the disruptive AI chatbot is going to change school, work, and beyond. ChatGPT For Dummies demystifies the Artificial Intelligence (AI) tool that can answer questions, write essays, and generate just about any kind of text it’s asked for. This powerful example of generative AI is widely predicted to upend education and business. In this book, you’ll learn how ChatGPT works and how you can operate it in a way that yields satisfactory results. You’ll also explore the ethics of using AI-generated content for various purposes. Written by a journalist who's been on the front lines of artificial intelligence for over a decade, this book dives deep into ChatGPT’s potential, so you can make informed decisions―without asking ChatGPT for help. It’s easy to think of ChatGPT as a one-off phenomenon or a hot new trend given its abrupt and sensational emergence on the public scene. But this technology is a harbinger of immense and permanent change. Whether it ultimately succeeds or fails, ChatGPT is changing how we work, play, live, and interact with the world around us. It’s also paving the way for the advancement of AI as a permanent fixture and influencer in the human experience.

  • Добавил: literator
  • Дата: 23-05-2023, 16:38
  • Комментариев: 0
Begin to Code: Building apps and games in the CloudНазвание: Begin to Code: Building apps and games in the Cloud
Автор: Rob Miles
Издательство: Microsoft Press/Pearson Education
Год: 2023
Страниц: 748
Язык: английский
Формат: epub (true)
Размер: 55.6 MB

Become a cloud developer — and have fun doing it! This full-color guide will help you start creating cloud-based apps and games fast, even if you’ve never done it before. Not just friendly and easy, it puts you in control of your own learning and empowers you to solve problems you care about. Microsoft and author Rob Miles have reinvented the introductory tutorial, reflecting deep research into how newcomers learn. Begin to Code is packed with innovations, from debugging challenges to step-by-step Make Something Happen exercises replicated as YouTube videos linked directly from the book. Miles puts code in context, showing how modern cloud applications are deployed and run, how their elements combine into working systems, and how key cloud technologies help you address security, reliability, and scalability. Easy, friendly, and you’re in control! jаvascript has been described as “the programming language for the cloud.” jаvascript has become extremely popular. You will almost certainly run jаvascript code when you visit a website. jаvascript has also become very popular on web servers (the machines on the Internet that deliver the information the browser requests). A technology called Node.js allows jаvascript programs to run on a server to respond to requests from browsers. We have run our jаvascript applications in the browser, on a PC, and in the cloud. Now, we will deploy them to a much smaller device, a Raspberry Pi. This is a small but powerful computer that can run Node.js.

  • Добавил: literator
  • Дата: 23-05-2023, 16:08
  • Комментариев: 0
Effective Software Development for the Enterprise: Beyond Domain Driven Design, Software Architecture, and Extreme ProgrammingНазвание: Effective Software Development for the Enterprise: Beyond Domain Driven Design, Software Architecture, and Extreme Programming
Автор: Tengiz Tutisani
Издательство: Apress
Год: 2023
Страниц: 344
Язык: английский
Формат: pdf
Размер: 35.0 MB

Delivering software solutions with predictable costs, time, scope, and quality has become more complicated than ever. Developers need to account for multiple moving targets, including often avoided but always relevant factors such as culture, people, and leadership. To effectively deal with these challenges, it’s necessary to rethink the entire delivery chain of modern software development. This book addresses all these topics, putting everything in perspective, from the potential awkwardness created by cultural differences to connecting code with business outcomes to make delivering quality solutions possible. As a software engineer who strives to be his best and challenge the status quo when building IT systems, author Tengiz Tutisani always wanted a book that would cover all of these elements from a developer’s perspective — so he wrote one.