Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Risk Management Professional (PMI-RMP) Cert GuideНазвание: Risk Management Professional (PMI-RMP) Cert Guide
Автор: Carl Pritchard
Издательство: Pearson
Год: 2023
Страниц: 566
Язык: английский
Формат: epub, mobi
Размер: 10.2 MB

Learn, prepare, and practice for the Risk Management Professional (PMI-RMP) exam success with this Cert Guide from Pearson IT Certification, a leader in IT Certification learning. Risk Management Professional (PMI-RMP) Exam Cert Guide is a comprehensive exam study guide. Author and expert instructor, Carl Pritchard, shares preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics. The PMI-RMP is the premier certification for project managers with a risk orientation or risk managers working extensively on projects. It is industry neutral, but Agile areas of the exam do lend themselves to those in the information technology community. The exam serves as a means to show a clear grasp of risk management practice in a project management context.

Разместил: Ingvar16 16-04-2023, 04:11 | Комментарии: 0 | Подробнее
200 Problems on Languages, Automata, and ComputationНазвание: 200 Problems on Languages, Automata, and Computation
Автор: Filip Murlak, Damian Niwinski, Wojciech Rytter
Издательство: Cambridge University Press
Год: 2023
Страниц: 267
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Formal languages and automata have long been fundamental to theoretical computer science, but students often struggle to understand these concepts in the abstract. This book provides a rich source of compelling exercises designed to help students grasp the subject intuitively through practice. The text covers important topics such as finite automata, regular expressions, push-down automata, grammars, and Turing machines via a series of problems of increasing difficultly. Problems are organised by topic, many with multiple follow-ups, and each section begins with a short recap of the basic notions necessary to make progress. Complete solutions are given for all exercises, making the book well suited for self-study as well as for use as a course supplement. Developed over the course of the editors' two decades of experience teaching the acclaimed Automata, Formal Languages, and Computation course at the University of Warsaw, it is an ideal resource for students and instructors alike.

Разместил: Ingvar16 16-04-2023, 03:38 | Комментарии: 0 | Подробнее
Introduction to Algorithms and Data Structures: A solid foundation for the real world of Machine Learning and data analytics. Vol. 1Название: Introduction to Algorithms and Data Structures: A solid foundation for the real world of Machine Learning and data analytics. Vol. 1
Автор: Bolakale Aremu
Издательство: Ojula Technology Innovations
Год: 2023
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Learning algorithms and data structures from this book will help you become a better programmer. Algorithms and data structures will make you think more logically. Furthermore, they can help you design better systems for storing and processing data. They also serve as a tool for optimization and problem-solving. As a result, the concepts of algorithms and data structures are very valuable in any field. For example, you can use them when building a web app or writing software for other devices. You can apply them to Machine Learning and data analytics, which are two hot areas right now. If you are a hacker, algorithms and data structures in Python are also important for you everywhere.

Разместил: Ingvar16 15-04-2023, 18:12 | Комментарии: 0 | Подробнее
The ChatGPT GoldRush: Profiting from the AI Revolution Online: Prompt Engineering Mastery with ChatGPT-4Название: The ChatGPT GoldRush: Profiting from the AI Revolution Online: Prompt Engineering Mastery with ChatGPT-4
Автор: Mark Adelson
Издательство: Independently published
Год: 2023
Страниц: 200
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

Discover the secrets to unlocking the immense potential of AI and transform your online business with "The ChatGPT Goldrush: Profiting from the AI Revolution Online - Mastering Prompt Engineering". This comprehensive guide will empower you to leverage ChatGPT's powerful capabilities to achieve impressive results and create new income streams. ChatGPT is a large language model created by OpenAI based on the GPT-4 architecture. It is designed to understand and respond to natural language text input, allowing conversations to occur with a machine. ChatGPT has been trained on a vast amount of data, allowing it to generate coherent and contextually appropriate responses to a wide range of prompts. With its advanced natural language processing capabilities, ChatGPT has the ability to carry out tasks such as language translation, text summarization, and question answering.
Разместил: Ingvar16 15-04-2023, 08:23 | Комментарии: 0 | Подробнее
Simply Artificial IntelligenceНазвание: Simply Artificial Intelligence
Автор: DK
Издательство: DK
Год: 2023
Страниц: 160
Язык: английский
Формат: azw3
Размер: 62.2 MB

Understanding AI has never been easier with Simply Artificial Intelligence. Combining bold graphics with easy-to-understand text, Simply Artificial Intelligence is the perfect introduction to the world of AI for those who are short of time but hungry for knowledge. Explaining each individual aspect of AI more clearly than ever before, the book outlines the key building-blocks and technological milestones in its history, profiles its most important practical applications - both current and predicted - and explores the numerous ethical debates around AI, and its increasing influence on culture and society.
Разместил: Ingvar16 15-04-2023, 07:59 | Комментарии: 0 | Подробнее

Название: Язык программирования С++. Специальное издание (2019)
Автор: Страуструп Б.
Издательство: Москва: Бином
Год: 2019
Формат: pdf
Страниц: 1120
Размер: 42 mb
Язык: Русский

Книга написана Бьерном Страуструпом - автором языка программирования C++ - и является каноническим изложением возможностей этого языка. Помимо подробного описания собственно языка, на страницах книги вы найдете доказавшие свою эффективность подходы к решению разнообразных задач проектирования и программирования.
Разместил: na5ballov 15-04-2023, 07:29 | Комментарии: 0 | Подробнее
Rust Programming language: A comprehensive beginner's guide to RustНазвание: Rust Programming language: A comprehensive beginner's guide to Rust, 3nd Edition
Автор: Claudia Alves
Издательство: Mem Inc
Год: 2021
Страниц: 259
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.18 MB

Rust is a statically and strongly typed systems programming language. statically means that all types are known at compile-time, strongly means that these types are designed to make it harder to write incorrect programs. A successful compilation means you have a much better guarantee of correctness than with a cowboy language like C. systems means generating the best possible machine code with full control of memory use. So the uses are pretty hardcore: operating systems, device drivers and embedded systems that might not even have an operating system. However, it's actually a very pleasant language to write normal application code in as well. The big difference from C and C++ is that Rust is safe by default; all memory accesses are checked. It is not possible to corrupt memory by accident.
Разместил: Ingvar16 15-04-2023, 07:12 | Комментарии: 0 | Подробнее
Алгоритмы и программы. Язык С++ (2022)Название: Алгоритмы и программы. Язык С++: учебное пособие для СПО. 3-е изд.
Автор: Конова Е.А., Поллак Г.А.
Издательство: Лань
Год: 2022
Страниц: 384
Язык: русский
Формат: pdf
Размер: 11.8 MB

Авторы прекрасно понимают трудности, которые возникают у начинающего программиста, поэтому учебное пособие предназначено, в первую очередь, для тех, кто только начинает изучать программирование. При изложении материала авторы используют методику обучения от алгоритмов к программам, поэтому вначале излагаются сведения об алгоритмах с примерами реализации типовых алгоритмов. Изучение основ языка программирования С++ опирается на полученные знания, приведены примеры кода на данном языке. В практикуме предлагаются как задачи, использующие типовые алгоритмы, так и содержательные, для которых приведено только вербальное описание. В типовых задачах оттачиваются навыки кодирования, в содержательных требуются построение инфологической модели и выбор алгоритмов решения.
Разместил: Ingvar16 14-04-2023, 15:39 | Комментарии: 0 | Подробнее
Artificial Intelligence for Scientific Discoveries: Extracting Physical Concepts from Experimental Data Using Deep LearningНазвание: Artificial Intelligence for Scientific Discoveries: Extracting Physical Concepts from Experimental Data Using Deep Learning
Автор: Raban Iten
Издательство: Springer
Год: 2023
Страниц: 168
Язык: английский
Формат: pdf (true), epub
Размер: 25.0 MB

Will research soon be done by Artificial Intelligence (AI), thereby making human researchers superfluous? This book explains modern approaches to discovering physical concepts with Machine Learning (ML) and elucidates their strengths and limitations. The automation of the creation of experimental setups and physical models, as well as model testing are discussed. The focus of the book is the automation of an important step of the model creation, namely finding a minimal number of natural parameters that contain sufficient information to make predictions about the considered system. The basic idea of this approach is to employ a Deep Learning (DL) architecture, SciNet, to model a simplified version of a physicist's reasoning process. SciNet finds the relevant physical parameters, like the mass of a particle, from experimental data and makes predictions based on the parameters found. The author demonstrates how to extract conceptual information from such parameters, e.g., Copernicus' conclusion that the solar system is heliocentric.
Разместил: Ingvar16 14-04-2023, 15:16 | Комментарии: 0 | Подробнее
Название: Программируем коллективный разум
Автор: Тоби Сегаран
Издательство: Символ-Плюс
Год: 2008
Страниц: 368
Язык: Русский
Формат: PDF
Размер: 13 мб

Средства эффективной обработки информации в Интернете еще никогда не были настолько важны и востребованы, как сегодня. Эта книга — первое практическое руководство по программированию интеллектуальных приложений для Web 2.0. Здесь вы найдете все необходимое, чтобы научиться создавать самообучаемые программы на языке Python, которые способны собирать и анализировать огромные массивы данных, имеющиеся в Сети. Вы научитесь пользоваться алгоритмами машинного обучения, адаптируя их под свои собственные нужды. Чтобы овладеть представленным материалом, от вас не потребуется никаких специальных знаний об анализе данных, машинном обучении или математической статистике.
Разместил: rivasss 14-04-2023, 10:39 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности