Game Theory and Machine Learning for Cyber Security

Автор: literator от 7-09-2021, 12:49, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Game Theory and Machine Learning for Cyber Security
Автор: Charles A. Kamhoua, Christopher D. Kiekintveld
Издательство: ‎Wiley-IEEE Press
Год: 2021
Страниц: 547
Язык: английский
Формат: pdf (true)
Размер: 13.5 MB

Move beyond the foundations of machine learning and game theory in cyber security to the latest research in this cutting-edge field. In Game Theory and Machine Learning for Cyber Security, a team of expert security researchers delivers a collection of central research contributions from both machine learning and game theory applicable to cybersecurity. The distinguished editors have included resources that address open research questions in game theory and machine learning applied to cyber security systems and examine the strengths and limitations of current game theoretic models for cyber security. Readers will explore the vulnerabilities of traditional machine learning algorithms and how they can be mitigated in an adversarial machine learning approach. The book offers a comprehensive suite of solutions to a broad range of technical issues in applying game theory and machine learning to solve cyber security challenges.
 

Professional C# and .NET, 2021 Edition

Автор: TRex от 7-09-2021, 10:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Professional C# and .NET, 2021 Edition
Автор: Nagel, Christian
Издательство: John Wiley & Sons
Год: 2022
Формат: True (ePUB, PDF)
Страниц: 1011
Размер: 33,4 Mb
Язык: English

Get the latest coverage of the newest features in C#9 and .NET 5
In Professional C# and .NET: 2021 Edition, Microsoft MVP for Visual Studio and Development Technologies and veteran developer, Christian Nagel, delivers a comprehensive tour of the new features and capabilities of C#9 and .NET 5.
Experienced programmers making the transition to C# will benefit from the author’s in-depth explorations to create Web- and Windows applications using ASP.NET Core, Blazor, and WinUI using modern application patterns and new features offered by .NET including Microservices deployed to Docker images, GRPC, localization, asynchronous streaming, and much more.
 

Beginning Programming with Java For Dummies, 6th Edition

Автор: TRex от 7-09-2021, 10:45, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Beginning Programming with Java For Dummies, 6th Edition
Автор: Barry A. Burd
Издательство: For Dummies
Год: 2021
Формат: ePUB, PDF
Страниц: 563
Размер: 27,6 Mb
Язык: English

Become a Java wizard with this popular programming guide
Consider Beginning Programming with Java For Dummies your indispensable guide to learning how to program in one of the most popular programming languages—Java! Java is an invaluable language to master, as it’s widely used for application development, including Android, desktop, and server-side applications.
 

Genetic Algorithms and Applications for Stock Trading Optimization

Автор: TRex от 7-09-2021, 08:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Genetic Algorithms and Applications for Stock Trading Optimization
Автор: Vivek Kapoor, Shubhamoy Dey
Издательство: IGI Global
Год: 2021
Формат: True PDF
Страниц: 273
Размер: 10 Mb
Язык: English

Genetic algorithms (GAs) are based on Darwin's theory of natural selection and survival of the fittest. They are designed to competently look for solutions to big and multifaceted problems. Genetic algorithms are wide groups of interrelated events with divided steps. Each step has dissimilarities, which leads to a broad range of connected actions. Genetic algorithms are used to improve trading systems, such as to optimize a trading rule or parameters of a predefined multiple indicator market trading system. Genetic Algorithms and Applications for Stock Trading Optimization is a complete reference source to genetic algorithms that explains how they might be used to find trading strategies, as well as their use in search and optimization. It covers the functions of genetic algorithms internally, computer implementation of pseudo-code of genetic algorithms in C++, technical analysis for stock market forecasting, and research outcomes that apply in the stock trading system.
 

Основы программирования на языке высокого уровня Python

Автор: SCART56 от 6-09-2021, 22:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Основы программирования на языке высокого уровня Python
Автор(ы): Шелудько В.М.
Издательство: Ростов-на-Дону; Таганрог: ЮФУ
Год: 2017
Страниц: 147
Формат: PDF
Размер: 10 Мб
Язык: русский

В учебном пособии рассматриваются стандартные процедуры, методы и приемы языка высокого уровня Python, необходимые для решения задач защиты информации. Дается представление об основных операторах и конструкциях языка. Большое количество наглядных примеров позволит освоить основные принципы составления программ на языке Python. Даются рекомендации по выбору обучающей литературы.
 

Vue.js для опытных разработчиков

Автор: Chipa от 6-09-2021, 21:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Vue.js для опытных разработчиков
Автор: Коллектив
Издательство: Интернет-издание
Год: 2021
Формат: HTML (+доп.файлы)
Страниц: много
Размер: 138 Mb
Язык: Русский

Курс разработан для практикующих разработчиков, которые хотят повысить свой профессиональный уровень. Он подойдёт для работающих людей, у которых мало времени.
 

Guide for Dummies: from MATLAB to C++ through the MATLAB Coder

Автор: literator от 6-09-2021, 20:36, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Guide for Dummies: from MATLAB to C++ through the MATLAB Coder / Guida per Dummies: da MATLAB a C++ attraverso il MATLAB Coder
Автор: F. Piccinini, S. Belloni
Издательство: Youcanprint
Год: 2021
Страниц: 201
Язык: English, Italian
Формат: pdf, epub
Размер: 10.2 MB

Nowadays, many of the tools and applications used in the biomedical field are developed in MATLAB (The MathWorks, Inc., MA, USA). However, the C++ code is license-free so better suits the policy of code distributed in the form of Open Source. To facilitate the conversion from MATLAB to C++, MATLAB developers have recently created a toolbox called MATLAB Coder containing various functions and tools to facilitate a (semi-) automatic code conversion. In this book, using significant examples of increasing complexity, we show how to quickly and easily exploit the MATLAB Coder to create ".lib" static libraries, ".exe" executables and ".cpp" source code starting from MATLAB ".m" functions. In particular, starting from some case studies based on simple functions able to manage numerical inputs, we have shown how to manage various parameters of the MATLAB Coder toolbox, in order to be able to convert even complex functions based on image processing algorithms. Currently, in the literature there are no many manuals designed to guide step-by-step people interested in using the MATLAB Coder. We therefore hope that this document will be a valid help for developers interested in easily and quickly converting MATLAB code to C++ code.
 

Programming Basics: Getting Started with Java, C#, and Python

Автор: literator от 6-09-2021, 16:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Programming Basics: Getting Started with Java, C#, and Python
Автор: Robert Ciesla
Издательство: Apress
Год: 2021
Страниц: 172
Язык: английский
Формат: pdf (true), epub
Размер: 10.17 MB

Explore the basics of the three most popular programming languages: C#, Java, and Python and see what it's like to function in today's world from the perspective of a programmer. This book's uses is highly practical approach with numerous code listings aimed at bringing generations together through the intricacies of technology.
 

Simple and Efficient Programming with C# Skills to Build Applications with Visual Studio and .NET

Автор: TRex от 6-09-2021, 16:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Simple and Efficient Programming with C# Skills to Build Applications with Visual Studio and .NET
Автор: Vaskaran Sarcar
Издательство: Apress
Год: 2021
Формат: PDF, ePUB
Страниц: 282
Размер: 10 Mb
Язык: English

Apply skills and approaches to your programming to build a real-world application in C# 9 using the latest editions of Visual Studio, C#, and Microsoft .NET.
Each chapter opens with an introduction and original application written in C# 9 for you to jump into coding. From there, you are guided through an expected output and taught best practices along the way. Author Vaskaran Sarcar emphasizes extending and maintaining the same program and he demonstrates examples for different scenarios to make your program more efficient and effective.
 

Basic Python for Data Management, Finance, and Marketing

Автор: TRex от 6-09-2021, 16:29, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Basic Python for Data Management, Finance, and Marketing
Автор: Art Yudin
Издательство: Apress
Год: 2021
Формат: True PDF, ePUB
Страниц: 324
Размер: 26,4 Mb
Язык: English

Python, the most in-demand skill by employers, can be learned in a matter of months and a working knowledge will help you to advance your career. This book will teach you to crunch numbers, analyze big-data, and switch from spreadsheets to a faster and more efficient programming language. You'll benefit from the numerous real-life examples designed to meet current world challenges and from step-by-step guidance to become a confident Python user.