|
|
|
|
|
|
|
| |
|
Название: Integrated Human-Machine Intelligence: Beyond Artificial Intelligence Автор: Wei Liu Издательство: Elsevier Год: 2023 Страниц: 300 Язык: английский Формат: pdf (true), epub Размер: 10.9 MB
Integrated Human-Machine Intelligence: Beyond Artificial Intelligence focuses on deep situational awareness in human-computer integration, covering the interaction and integration mechanisms of human intelligence, machine intelligence and environmental systems. The book also details the cognitive, philosophical, social, scientific and technological, and military theories and methods of human-computer division, cooperation and collaborative decision-making to provide basic theoretical support for a development strategy in the field of national intelligence. Sections focus on describing a new form of intelligence produced by the interaction of human, machine and environmental systems which will become the next generation of Artificial Intelligence (AI). Man-machine integration intelligence, in short, is to make full use of the advantages of man and machine to create a new form of intelligence. |
Разместил: Ingvar16 24-01-2023, 19:07 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Quarkus in Action (MEAP v1) Автор: Martin Stefanko, Jan Martiska Издательство: Manning Publications Год: 2023 Страниц: 184 Язык: английский Формат: pdf, epub Размер: 11.4 MB
Build resilient and scalable, cloud-native, enterprise Java applications using the Quarkus framework. Java is one of the most popular programming languages utilized for developing enterprise systems. With its vast ecosystem of libraries, frameworks, standards, runtimes, and most importantly us, the developers, Java represents a genuine choice for building modern, robust, and scalable software. Quarkus is a Java framework that targets microservices and serverless system development. Quarkus emerged as an alternative to the existing Java microservices stacks to provide an application framework that delivers an unmatched performance benefits while still providing a development model utilizing the APIs (Application-Programming interfaces) of popular libraries and Java standards that the Java ecosystem has been practicing for years. Quarkus also puts a strong focus on developer productivity because, as developers know a technology’s productivity and usability are what is appreciated the most. |
Разместил: Ingvar16 24-01-2023, 18:21 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Recent Advances in Computer Vision Applications Using Parallel Processing Автор: Khalid M. Hosny, Ahmad Salah Издательство: Springer Серия: Studies in Computational Intelligence Год: 2023 Страниц: 126 Язык: английский Формат: pdf (true), epub Размер: 26.5 MB
This comprehensive book is primarily intended for researchers, computer vision specialists, and high-performance computing specialists who are interested in parallelizing computer vision techniques for the sake of accelerating the run-time of computer vision methods. This book covers different penalization methods on different parallel architectures such as multi-core CPUs and GPUs. It is also a valuable reference resource for researchers at all levels (e.g., undergraduate and postgraduate) who are seeking real-life examples of speeding up the computer vision methods’ run-time. Computer vision is one field that is considered compute-intensive. This is because the input can be an image or a video. As the input is of large size, then the computing/processing time is huge as well. In addition, Deep Learning methods are heavily used in the field of computer vision. Thus, utilizing the parallel architecture for improving the runtime of the computer vision methods is of great interest and benefit. |
Разместил: Ingvar16 24-01-2023, 17:46 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Scratch для детей. Самоучитель по программированию Автор: Мажед Маржи Издательство: Манн, Иванов и Фербер Год: 2017 Страниц: 285 Формат: pdf Размер: 10 mb
Scratch — это простой, понятный и невероятно веселый язык программирования для детей. В нем нет кодов, которые нужно знать назубок и писать без ошибок. Все, что требуется, — это умение читать и считать. Как из конструктора Lego, при помощи Scratch можно собирать программы из разноцветных «кирпичиков» — блоков. В программу можно вносить любые изменения в любой момент и сразу видеть, как она работает. Подробные объяснения, разобранные по шагам примеры и множество упражнений помогут освоить Scratch без труда. Книга подойдет детям от 8 лет (и их родителям!), а также всем, кто хочет научиться программировать с нуля. |
Разместил: rivasss 24-01-2023, 04:28 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Business-Friendly DSLs (MEAP v10) Автор: Meinte Boersma Издательство: Manning Publications Год: 2023 Страниц: 653 Язык: английский Формат: pdf, epub Размер: 43.6 MB
Written for developers who need to create user-facing Domain-Specific Languages (DSLs), Business-Friendly DSLs unlocks clear and practical methods to create DSLs with easy-to-use interfaces. In this book, we’re going to explore how to develop software tools for the business experts that allow them to write down their business knowledge in a way that’s understandable for them. Moreover, the business knowledge written down that way will be automatically translated into working software, without requiring a software developer for every change. This puts the business experts, rather than the software developers, at the center of software development. Written for developers who need to create user-facing DSLs, Business-Friendly DSLs unlocks clear and practical methods to create DSLs with easy-to-use interfaces. Author Meinte Boersma lays out an iterative process for creating languages accessible to domain experts such as operations specialists, data analysts, and financial experts. You'll start with an overview of software language engineering before diving into the unique projectional editing paradigm that makes it easy to produce DSLs for business. |
Разместил: Ingvar16 24-01-2023, 03:58 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Geometry for Programmers (MEAP v11) Автор: Oleksandr Kaleniuk Издательство: Manning Publications Год: 2023 Страниц: 643 Язык: английский Формат: pdf, epub Размер: 27.4 MB
Master the geometry behind CAD, game engines, GIS, and more! This hands-on book teaches you the math behind the tools and libraries you use to create simulations, 3D prints, and other models of the physical world. Geometry for Programmers reveals important geometry concepts you need to write more efficient code. It’s full of practical guidance that’s relevant to your daily work as a developer. There are no unnecessary theory or formal proofs. Instead, you’ll learn how geometry can help you optimize your code for boosts to performance, and real reductions in your cloud services bill. You don’t have to be good at math to enjoy it. We will delegate all the non-trivial math to SymPy – a Python library that does your math for you. You don’t have to have a good memory either, the book is supposed to help you build the proper intuition, not just pack your head with terms and definitions. There are no theorems or proofs, but there are Python snippets with formulas in them. The book addresses geometry but it speaks in the programmer’s language. |
Разместил: Ingvar16 24-01-2023, 03:41 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Build a Robo Advisor with Python (From Scratch) (MEAP v1) Автор: Rob Reider, Alex Michalka Издательство: Manning Publications Год: 2023 Язык: английский Формат: pdf, epub Размер: 10.2 MB
Take control of your wealth management by building your own reliable, effective, and automated financial advisor tool. Every day automated digital advisors, also called robo advisors, make financial decisions worth millions of dollars. Build a Robo Advisor with Python (From Scratch): Automate your financial and investment decisions teaches you how to construct a Python-based financial advisor of your very own! You’ll develop a flexible tool that’s capable of managing a real investing strategy—all with popular free Python libraries. |
Разместил: Ingvar16 24-01-2023, 02:43 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Scaling Python with Dask: From Data Science to Machine Learning (Fifth Early Release) Автор: Holden Karau, Mika Kimmins Издательство: O’Reilly Media, Inc. Год: 2023-01-23 Страниц: 111 Язык: английский Формат: pdf, epub (true), mobi Размер: 10.1 MB
Dask is a free and open source library for parallel computing in Python that helps you scale your Data Science and Machine Learning workflows. With this quick but thorough resource, data scientists and Python programmers will learn how Dask provides APIs that make it easy to parallelize PyData libraries like NumPy, Pandas, and Scikit-learn. Dask is a framework for parallelized computing with Python that scales from multiple cores on one machine to data centers with thousands of machines. It has both low-level task APIs and higher-level data-focused APIs. The low-level task APIs power Dask’s integration with a wide variety of Python libraries. Having public APIs has allowed an ecosystem of tools to grow around Dask for various use cases. Why Do You Need Dask? Dask simplifies scaling analytics and ML code written in Python, allowing you to handle larger and more complex data and problems. Dask aims to fill the space where your existing tools, like pandas DataFrames, or your sci-kit machine learning pipelines start to become too slow (or do not succeed). |
Разместил: Ingvar16 24-01-2023, 02:23 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Web Security: Learning HTTP Security Headers Автор: Liran Tal Издательство: Leanpub Год: 2023-01-17 Язык: английский Формат: pdf (true), mobi, epub Размер: 11.98 MB
This book is a follow-up on Liran Tal's Essential Node.js Security for Express web applications and teaches you hands-on practical use of HTTP security headers as browser security controls to help secure web applications. 18 Lessons, 8 Quizzes, 30 Code Snippets, and 19 Illustrations to help you learn. If you have a development environment set with Node.js, Git, npm, and working Internet connectivity, you’re all set to get started! Some exercises require work with a valid HTTPS-enabled website, for which we defer to Heroku as the web hosting platform due to its ease of use and supporting simultaneously both HTTP and HTTPS web hosting. A javascript and Node.js development environment: This book uses the Express web application framework for Node.js to create web applications and set headers using open source modules from the npm ecosystem. It is expected that you have a working development environment with a supported Node.js version (LTS), along with the npm command-line utility. You’ll also need Git to clone example repositories used along with the exercises if you wish to practice locally. |
Разместил: Ingvar16 23-01-2023, 19:45 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Essential Node.js Security for Express Web Applications Автор: Liran Tal Издательство: Leanpub Год: 2023-01-14 Страниц: 140 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.08 MB
Hands-on and abundant with source code for a practical guide to Securing Node.js web applications. This book is intended to be a hands-on thorough guide for securing web applications based on Node.js and the Express web application framework. Many of the concepts, tools and practices in this book are primarily based on open source libraries and the author leverages these projects and highlights them. The main objective of the book is to equip the reader with practical solutions to real world problems, and so this book is heavily saturated with source code examples as well as a high level description of the risks involved with any security topic, and the practical solution to prevent or mitigate it. |
Разместил: Ingvar16 23-01-2023, 19:15 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|