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



Реклама


Название: Intelligent Systems for Engineers and Scientists: A Practical Guide to Artificial Intelligence, 4th Edition
Автор: A. A. Hopgood
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 515
Размер: 14 Mb
Язык: English

The fourth edition of this bestselling textbook explains the principles of artificial intelligence (AI) and its practical applications. Using clear and concise language, it provides a solid grounding across the full spectrum of AI techniques, so that its readers can implement systems in their own domain of interest.
The coverage includes knowledge-based intelligence, computational intelligence (including machine learning), and practical systems that use a combination of techniques. All the key techniques of artificial intelligence are explained—including rule-based systems, Bayesian updating, certainty theory, fuzzy logic (types 1 and 2), agents, objects, frames, symbolic learning, case-based reasoning, genetic algorithms and other optimization techniques, shallow and deep neural networks, hybrids, and the Lisp, Prolog, and Python programming languages. The book also describes a wide range of practical applications in interpretation and diagnosis, design and selection, planning, and control.
Разместил: vitvikvas 17-11-2021, 09:39 | Комментарии: 0 | Подробнее
Название: Advanced Engineering Mathematics with MATLAB, 5th Edition
Автор: Dean G. Duffy
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 616
Размер: 16,7 Mb
Язык: English

In the four previous editions the author presented a text firmly grounded in the mathematics that engineers and scientists must understand and know how to use. Tapping into decades of teaching at the US Navy Academy and the US Military Academy and serving for twenty-five years at (NASA) Goddard Space Flight, he combines a teaching and practical experience that is rare among authors of advanced engineering mathematics books.
This edition offers a smaller, easier to read, and useful version of this classic textbook. While competing textbooks continue to grow, the book presents a slimmer, more concise option. Instructors and students alike are rejecting the encyclopedic tome with its higher and higher price aimed at undergraduates.
To assist in the choice of topics included in this new edition, the author reviewed the syllabi of various engineering mathematics courses that are taught at a wide variety of schools. Due to time constraints an instructor can select perhaps three to four topics from the book, the most likely being ordinary differential equations, Laplace transforms, Fourier series and separation of variables to solve the wave, heat, or Laplace's equation. Laplace transforms are occasionally replaced by linear algebra or vector calculus.
Разместил: vitvikvas 17-11-2021, 09:29 | Комментарии: 0 | Подробнее
Название: Survival Analysis with Python
Автор: Avishek Nag
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 94
Размер: 10 Mb
Язык: English

Survival analysis uses statistics to calculate time to failure. Survival Analysis with Python takes a fresh look at this complex subject by explaining how to use the Python programming language to perform this type of analysis As the subject itself is very mathematical and full of expressions and formulations, the book provides detailed explanations and examines practical implications. The book begins with an overview of the concepts underpinning statistical survival analysis.
Разместил: vitvikvas 17-11-2021, 09:13 | Комментарии: 0 | Подробнее

Название: Программирование с использованием PHP и MySQL в разработке веб-приложений
Автор: Паршукова Н.Б.
Издательство: Челябинск: Издательство Южно-Уральского государственного гуманитарно-педагогического университета
Год: 2021
Формат: pdf, djvu
Страниц: 167
Размер: 15 mb
Язык: Русский

Учебное пособие предназначено для обучения технологии создания веб-приложений на базе языка программирования PHP и системы управления базами данных MySQL. Уделяется внимание как теоретическим вопросам языка программирования PHP (синтаксис, алгоритмические конструкции, отличия от других языков веб-программирования) и MySQL (запросы, программное обеспечение, связь с PHP), так и практическому созданию веб-приложения с модульной архитектурой.
Разместил: na5ballov 17-11-2021, 08:54 | Комментарии: 0 | Подробнее
Название: Machine Learning for Finance: Beginner's guide to explore machine learning in banking and finance
Автор: Saurav Singla
Издательство: BPB Publications,
Год: 2021
Формат: True EPUB
Страниц: 391
Размер: 10 Mb
Язык: English

Understand the essentials of Machine Learning and its impact in financial sector
Key Features
Explore the spectrum of machine learning and its usage.
Understand the NLP and Computer Vision and their use cases.
Understand the Neural Network, CNN, RNN and their applications.
Understand the Reinforcement Learning and their applications.
Learn the rising application of Machine Learning in the Finance sector.
Разместил: vitvikvas 16-11-2021, 18:44 | Комментарии: 0 | Подробнее
Название: Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications
Автор: Simon A. Kingaby
Издательство: Apress
Год: 2022
Формат: PDF
Страниц: 425
Размер: 18 Mb
Язык: English

Design and build innovative, custom, data-driven Alexa skills for home or business. Working through several projects, this book teaches you how to build Alexa skills and integrate them with online APIs. If you have basic Python skills, this book will show you how to build data-driven Alexa skills. You will learn to use data to give your Alexa skills dynamic intelligence, in-depth knowledge, and the ability to remember.
Data-Driven Alexa Skills takes a step-by-step approach to skill development. You will begin by configuring simple skills in the Alexa Skill Builder Console. Then you will develop advanced custom skills that use several Alexa Skill Development Kit features to integrate with lambda functions, Amazon Web Services (AWS), and Internet data feeds. These advanced skills enable you to link user accounts, query and store data using a NoSQL database, and access real estate listings and stock prices via web APIs.
Разместил: vitvikvas 16-11-2021, 16:26 | Комментарии: 0 | Подробнее
Название: Practical Go: Building Scalable Network and Non-Network Applications
Автор: Amit Saha
Издательство: Wiley
Год: 2022
Страниц: 419
Язык: английский
Формат: pdf (true), epub
Размер: 10.07 MB

Step-by-step instruction on writing your first production-ready servers with Golang. Google's Go language, otherwise known as Golang, is a fast, simple, and reliable language that is rapidly becoming a highly popular choice for developers of all kinds. With particular utility in cloud-native environments, Golang is being adopted in major projects like Docker and Ethereum thanks to its user-friendly features, like concurrency and easy deployment. In Practical Golang: Building Scalable Network and Non-Network Applications, expert coder and devops engineer Amit Saha delivers a step-by-step guide to writing production-ready HTTP 1.1, HTTP2, RPC, and TCP/UDP servers. Walking you through the entire process of learning this already straightforward language, from your first application to your first deployed server, the authors rely solely on the most popular open-source projects to ensure you can apply the book's advice in any cloud environment.
Разместил: Ingvar16 16-11-2021, 13:05 | Комментарии: 0 | Подробнее
Название: GPT-3: Building Innovative NLP Products Using Large Language Models (Early Release)
Автор: Sandra Kublik and Shubham Saboo
Издательство: O’Reilly
Год: 2021-11-15
Формат: epub/mobi/pdf(conv.)
Размер: 10 Mb
Язык: English

GPT-3: NLP with LLMs is a unique, pragmatic take on Generative Pre-trained Transformer 3, the famous AI language model launched by OpenAI in 2020. This model is capable of tackling a wide array of tasks, like conversation, text completion, and even coding with stunningly good performance. Since its launch, the API has powered a staggering number of applications that have now grown into full-fledged startups generating business value. This book will be a deep dive into what GPT-3 is, why it is important, what it can do, what has already been done with it, how to get access to it, and how one can build a GPT-3 powered product from scratch.
Разместил: bomboane 16-11-2021, 08:03 | Комментарии: 0 | Подробнее
Название: MATLAB 5G Toolbox User’s Guide (R2021b)
Автор: The MathWorks, Inc
Издательство: The MathWorks, Inc
Год: 2021
Формат: PDF
Страниц: 684
Размер: 10 Mb
Язык: English

Simulate, analyze, and test 5G communications systems. 5G Toolbox provides standard-compliant functions and reference examples for the modeling, simulation, and verification of 5G New Radio (NR) communications systems. The toolbox supports link-level simulation, golden reference verification, conformance testing, and test waveform generation.
Разместил: vitvikvas 15-11-2021, 18:20 | Комментарии: 0 | Подробнее
Название: Intelligent Automation Simplified: Learn Enterprise Automation, AI-Led Automation, and Robotic Process Automation with Use-cases
Автор: Debanjana Dasgupta
Издательство: BPB Publications
Год: 2022
Страниц: 437
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

A guide to understand the potential of Intelligent Automation across businesses and enterprises. 'Intelligent Automation Simplified' guides tech professionals to take a much more simplified and sophisticated step towards developing intelligent automation. This book will explain the basic concepts of smart automation and how to put it into practice for a company. This book explores each stage of automation design and explains how these automation fragments can be brought together in the end-to-end automation of workflow. This book discusses numerous examples and scenarios that will help relate and understand how technology can be used in real life to solve business problems. This book provides a lot of information and insights and helps readers grasp the methodology used to develop an automation solution correctly. With detailed illustrations and real use-cases, you will be able to easily create smart automation solutions and practice how to modify them.
Разместил: Ingvar16 15-11-2021, 14:57 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности