Назад Вперед

Optimization Algorithms in Machine Learning: A Meta-heuristics Perspective

Автор: literator от Сегодня, 01:36, Коментариев: 0

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

Название: Optimization Algorithms in Machine Learning: A Meta-heuristics Perspective
Автор: Debashish Das, Ali Safaa Sadiq, Seyedali Mirjalili
Издательство: Springer
Год: 2025
Страниц: 189
Язык: английский
Формат: pdf (true), epub
Размер: 28.9 MB

This book explores the development of several new learning algorithms that utilize recent optimization techniques and meta-heuristics. It addresses well-known models such as particle swarm optimization, genetic algorithm, ant colony optimization, evolutionary strategy, population-based incremental learning, and grey wolf optimizer for training neural networks. Additionally, the book examines the challenges associated with these processes in detail. This volume will serve as a valuable reference for individuals in both academia and industry. Artificial Intelligence which mostly simulates the human intelligence through machine is one of the most trending technologies around the globe that impacts almost every domain these days. Whereas, optimization relates to the process of finding the optimum solution to a particular problem satisfying some given constraints within AI. We decided to write this book to share our understanding of optimization leveraging meta-heuristic algorithms for solving stock market prediction. The first goal of this book is to demonstrate what a meta-heuristic algorithm is and what its applications are. The second goal of this book is to show how to prepare and employ a meta-heuristic algorithm for a given optimization problem: how to create models, how to test them, and how to use them.
 

Французька абетка з прописами

Автор: Tetyanka_ от Сегодня, 01:22, Коментариев: 0

Категория: КНИГИ » ИЗУЧЕНИЕ ЯЗЫКОВ

Название: Французька абетка з прописами
Автор: Н. Г. Мокрієва
Изд-во: К.: Освіта
Год: 1998
Стр.: 48
Формат: pdf
Язык: франц., укр.
Размер: 2,56 Мб

Навчальний посібник для початківців допоможе дітям, які починають вивчати французьку мову, ознайомитися з абеткою і оволодіти навичками письма й читання.
Зошит-шаблон призначений для використання учнями не тільки на уроках, але й для самостійної роботи.
 

Брене Браун: Дари недосконалості. Стань сильнішим

Автор: Tetyanka_ от Сегодня, 01:06, Коментариев: 0

Категория: КНИГИ » ПСИХОЛОГИЯ

Название: Дари недосконалості. Стань сильнішим
Автор: Брене Браун
Изд-во: Книжковий клуб "Клуб Сімейного Дозвілля"
Год: 2017 / 2016
Формат:epub/fb2/pdf /mobi
Стр.: 208+288
Размер: 7,55 Мб
Язык: українська

Книги Брене Браун отримують позитивні відгуки у читачів і стають одними з найпопулярніших книжок із психології за рейтингом Amazon та бестселерами за версією The New York Times.
Брене Браун — професор і дослідник Г’юстонського університету. Її роботи пов'язані з вивченням почуттів сорому та вразливості. Своє життя вона присвятила методам боротьби з цими деструктивними явищами людської психіки і заснувала ресурс онлайн освіти COURAGEworks для навчання психологів та психотерапевтів.
• Дари недосконалості. Як полюбити себе таким, який ти є
• Стань сильнішим
 

Node.js Secure Coding: Mitigate and Weaponize Code Injection Vulnerabilities

Автор: literator от Сегодня, 01:04, Коментариев: 0

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

Название: Node.js Secure Coding: Mitigate and Weaponize Code Injection Vulnerabilities
Автор: Liran Tal
Издательство: nodejs-security.com
Год: 01.05.2024 (Version v1.0)
Страниц: 131
Язык: английский
Формат: pdf (true)
Размер: 16.1 MB

Master the Art of Code Injection in jаvascript by learning. Learn about jаvascript’s insecure code patterns that lead to code injection vulnerabilities in Node.js applications. This book provides a comprehensive guide to code security in server-side jаvascript applications and how to mitigate code injection vulnerabilities by analyzing real-world security vulnerabilities reported as CVE to popular open-source npm packages. This book begins by laying the foundations of application security and continues to unfold the theory and practice behind code injection vulnerabilities. It then takes a hands-on approach to vulnerable code, demonstrating how insecure jаvascript and Node.js APIs lead to code injection security risks. Following vulnerable code reviews with applied security vulnerabilities will teach you how to recognize and avoid insecure code patterns in your Node.js applications.
 

BBC Sky at Night - June 2025

Автор: magnum от Сегодня, 00:58, Коментариев: 0

Категория: ЖУРНАЛЫ » НАУЧНО-ПОПУЛЯРНЫЕ

BBC Sky at Night - June 2025Название: Sky at Night Magazine
Год / месяц: June 2025
Номер: 241
Страниц: 104
Формат: True PDF
Размер: 132 MB
Язык: English

Complementing the much-loved BBC television programme, BBC Sky at Night Magazine is your practical guide to astronomy. Each issue features columns by renowned experts as well as in-depth cosmological features, practical observing tutorials, comprehensive equipment reviews, astrophotography master classes and much, much more.

Журнал BBC Sky at Night Magazine, дополняющий любимую телепрограмму BBC, станет вашим практическим руководством по астрономии.
В каждом выпуске представлены колонки известных экспертов, а также подробные космологические особенности, практические руководства по наблюдениям, подробные обзоры оборудования, мастер-классы по астрофотографии и многое, многое другое.
 

Node.js Secure Coding: Prevention and Exploitation of Path Traversal Vulnerabilities

Автор: literator от Сегодня, 00:26, Коментариев: 0

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

Название: Node.js Secure Coding: Prevention and Exploitation of Path Traversal Vulnerabilities
Автор: Liran Tal
Издательство: nodejs-security.com
Год: 12.09.2023 (Version v1.1)
Страниц: 153
Язык: английский
Формат: pdf (true)
Размер: 13.8 MB

Learn about secure coding practices with Node.js based on real-world CVE vulnerabilities in popular open-source npm packages. This book takes an adventure-based approach to application security learning, where you will be playing a detective who unravels the mysteries of common security vulnerabilities. Through these exercises, you will learn about secure coding practices and how to avoid security pitfalls that software developers and open-source maintainers encounter. Senior software engineers often recite how one of the most critical skills you should have as an engineer is the ability to read code. The more you read, the easier it becomes for you to understand code and the more context you gain. This book focuses on that - reading vulnerable code so we can learn from it. Designed for jаvascript software developers building Node.js applications and security professionals interested in path traversal security vulnerabilities, this book provides a comprehensive understanding of the topic. It also demonstrates its impact and concerns on web application security. Through insecure coding practices found in vulnerable open-source npm packages, this book examines the security aspects affecting jаvascript and Node.js applications.
 

House Beautiful USA - May/June 2025 The Color Issue

Автор: magnum от Сегодня, 00:09, Коментариев: 0

Категория: ЖУРНАЛЫ » АРХИТЕКТУРА, ДИЗАЙН, СТРОИТЕЛЬСТВО

House Beautiful USA - May/June 2025 The Color IssueНазвание: House Beautiful USA
Издательство: Hearst Magazines UK
Год / месяц: May/June 2025
Номер: Vol.167 No.3
Страниц: 110
Формат: True PDF
Размер: 37,7 MB
Язык: English

This magazine is packed with brilliant and inventive decorating ideas as well as kitchen ideas with helpful cooking tips and advice on the best household appliances. House Beautiful USA magazine is one of the leading interior decorating publications of its kind in the USA. It will inspire readers to go bold with colour and style and not be afraid to try out something new.

Этот журнал наполнен практическими советами по декорированию и цветовому оформлению, а также идеями по приготовлению пищи и советами по лучшей бытовой технике. Журнал House Beautiful USA — одно из ведущих изданий по декорированию интерьеров в США.
 

Cuisine at Home - Summer 2025

Автор: magnum от Вчера, 23:41, Коментариев: 0

Категория: ЖУРНАЛЫ » КУЛИНАРНЫЕ

Cuisine at Home - Summer 2025Название: Cuisine at Home
Издательство: Cruz Bay Publishing, Inc.
Год / месяц: Summer 2025
Номер: 163
Страниц: 84
Формат: True PDF
Размер: 91,6 MB
Язык: английский

Cuisine at Home Magazine offers more than just recipes. Every issue is loaded with tips, techniques and step-by-step instructions that will give you great results every time. Our mouth watering recipes may look fancy but are made with ingredients you can find at your grocery store. No need to go out when you can have Cuisine at home.
 

Блуждающая Огневая Группа (БОГ). Я есть гнев!

Автор: tatanavip от Вчера, 23:32, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ


Название: Блуждающая Огневая Группа (БОГ). Я есть гнев!
Автор: Василий Головачёв
Издательство: Эксмо
Год: 2025
Формат: fb2, rtf
Размер: 13 Мб
Качество: Хорошее
Язык: Русский

Как можно одолеть врага, который не знает ни жалости, ни усталости, который не скорбит по близким и не понимает уз товарищества? Как победить безжалостный компьютер?
«Братья» Лобовы и их соратники продолжают свое путешествие по реалам Мультиверсума в поисках «лекарства от войны». Наши герои как никогда близки к тому, чтобы загрузить смертельный вирус в систему суперкомпьютеров и остановить ИИ навсегда.
«Блуждающей Огневой Группе» не нужен «бог из машины»!
 

Серия "Современный фантастический боевик" в 316 книгах

Автор: SCART56 от Вчера, 23:24, Коментариев: 2

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Серия "Современный фантастический боевик" в 316 книгах
Название: Серия "Современный фантастический боевик" в 316 книгах
Автор: разные
Издательство: Лениздат
Год: 2012-2025
Страниц: 1000+
Формат: FB2
Размер: 534 Мб
Язык: русский

Книжная серия "Современный фантастический боевик" включает произведения не только именитых, но и молодых авторов, пишущих в фантастическом жанре. В серии книги разных направлений по тематике: попаданцы, звёздные битвы, параллельные миры, звёздные империи и пираты... каждый найдет в этой серии что-то для СЕБЯ!

 
Назад Вперед