LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 12-10-2021, 16:37
  • Комментариев: 0
Practical Swarm Intelligence in Python: Using Swarm Intelligence and Evolutionary Algorithms to Solve Problems in Engineering and ScienceНазвание: Practical Swarm Intelligence in Python: Using Swarm Intelligence and Evolutionary Algorithms to Solve Problems in Engineering and Science
Автор: Ronald T. Kneusel, Ph.D.
Издательство: Independently published
Год: 2021
Страниц: 250
Язык: английский
Формат: pdf (true)
Размер: 17.1 MB

Swarm intelligence and evolutionary algorithms are powerful approaches to solving optimization problems, or anything that can be cast as an optimization problem. This includes everything from designing neural network architectures (AutoML) to arranging products in a grocery store to maximize profit. This book introduces the reader to these techniques via a Python toolkit and many experiments.


  • Добавил: literator
  • Дата: 12-10-2021, 14:30
  • Комментариев: 0
Название: The Art of 64-Bit Assembly, Volume 1: x86-64 Machine Organization and Programming (Final)
Автор: Randall Hyde
Издательство: No Starch Press, Inc.
Год: 2022
Страниц: 1035
Язык: английский
Формат: pdf (true), epub
Размер: 18.3 MB

Randall Hyde's The Art of Assembly Language has long been the go-to guide for learning assembly language. In this long-awaited follow-up, Hyde presents a 64-bit rewrite of his seminal text. It not only covers the instruction set for today’s x86-64 class of processors in-depth (using MASM), but also leads you through the maze of assembly language programming and machine organization by showing you how to write code that mimics operations in high-level languages.Beginning with a “quick-start” chapter that gets you writing basic ASM applications as rapidly as possible, Hyde covers the fundamentals of machine organization, computer data representation and operations, and memory access. He’ll teach you assembly language programming, starting with basic data types and arithmetic, progressing through control structures and arithmetic to advanced topics like table lookups and string manipulation. In addition to the standard integer instruction set, the book covers the x87 FPU, single-instruction, multiple-data (SIMD) instructions, and MASM’s very powerful macro facilities. Throughout, you’ll benefit from a wide variety of ready-to-use library routines that simplify the programming process.
  • Добавил: literator
  • Дата: 11-10-2021, 20:13
  • Комментариев: 0
Person Re-Identification with Limited SupervisionНазвание: Person Re-Identification with Limited Supervision
Автор: Rameswar Panda, Amit K Roy-Chowdhury
Издательство: Morgan & Claypool
Серия: Synthesis Lectures on Computer Vision
Год: 2021
Страниц: 100
Язык: английский
Формат: pdf (true)
Размер: 10.16 MB

Person re-identification is a very fast-growing field of research. This book considers a specific aspect of this problem, i.e., how to learn re-identification models with limited supervision. This is related to research in Machine Learning (ML) on developing unsupervised to weakly supervised approaches, given the huge effort required in supervision. While the book tries to provide an overview of the work in this area, it does not claim to be an exhaustive review of every possible paper in a very fast-developing area of research. Rather, it focuses on a set of specific research directions in learning re-identification models with limited supervision. In order to highlight some of the research trends, the book identifies some specific topics of interest. These are chosen so as to lead the reader to increasingly complex ideas.


  • Добавил: Maurix
  • Дата: 11-10-2021, 16:28
  • Комментариев: 0
Название: Spring Boot with React and AWS: Learn to Deploy a Full Stack Spring Boot React Application to AWS
Автор: Ravi Kant Soni, Namrata Soni
Издательство: Apress
Год: 2021
Формат: PDF
Страниц: 236
Размер: 13 Mb
Язык: English

Create and deploy full-stack Spring Boot applications with React and AWS. This practical and authoritative guide teaches you the fundamentals of Amazon Web Services with no prior experience.
You will start by learning the fundamentals of AWS, including EC2, S3, IAM, and load balancer. Next, you will learn to deploy a Spring Boot REST API to AWS with Elastic Beanstalk, which will give you the ability to build and deploy a Spring Boot application. You will explore the RDS relational database and create an instance of a MySQL database in AWS with RDS.
  • Добавил: literator
  • Дата: 11-10-2021, 14:12
  • Комментариев: 0
Algorithms on Trees and Graphs: With Python Code, Second EditionНазвание: Algorithms on Trees and Graphs: With Python Code, Second Edition
Автор: Gabriel Valiente
Издательство: Springer
Год: 2021
Страниц: 392
Язык: английский
Формат: pdf (true), epub
Размер: 41.1 MB

Graph algorithms is a well-established subject in mathematics and computer science. Beyond classical application fields, like approximation, combinatorial optimization, graphics, and operations research, graph algorithms have recently attracted increased attention from computational biology, bioinformatics, and computational chemistry. This textbook introduces graph algorithms on an intuitive basis followed by a detailed exposition using structured pseudocode, with correctness proofs as well as worst-case analyses. Centered around the fundamental issue of graph isomorphism, the content goes beyond classical graph problems of shortest paths, spanning trees, flows in networks, and matchings in bipartite graphs. Advanced algorithmic results and techniques of practical relevance are presented in a coherent and consolidated way.
  • Добавил: literator
  • Дата: 11-10-2021, 11:46
  • Комментариев: 0
AI AssistantsНазвание: AI Assistants
Автор: Roberto Pieraccini
Издательство: The MIT Press
Год: 2021
Страниц: 290
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

An accessible explanation of the technologies that enable such popular voice-interactive applications as Alexa, Siri, and Google Assistant. Have you talked to a machine lately? Asked Alexa to play a song, asked Siri to call a friend, asked Google Assistant to make a shopping list? This volume in the MIT Press Essential Knowledge series offers a nontechnical and accessible explanation of the technologies that enable these popular devices. Roberto Pieraccini, drawing on more than thirty years of experience at companies including Bell Labs, IBM, and Google, describes the developments in such fields as artificial intelligence, machine learning, speech recognition, and natural language understanding that allow us to outsource tasks to our ubiquitous virtual assistants.


  • Добавил: Maurix
  • Дата: 10-10-2021, 19:51
  • Комментариев: 0
Название: Учимся программировать с примерами на Python
Автор: Фримен Эрик
Издательство: Диалектика
Год: 2020
Формат: PDF
Страниц: 642
Размер: 115 Mb
Язык: Русский

В мире современных технологий все вокруг нас становится взаимосвязанным, настраиваемым, программируемым и в каком-то смысле компьютерным. Можно оставаться пассивным наблюдателем, а можно научиться программировать. Самое главное - это начать думать как программист. С помощью этой книги вы освоите свой первый язык программирования и узнаете, как заставить компьютер выполнять ваши команды. На примере языка Python вы пошагово изучите базовые концепции программирования и многие фундаментальные темы компьютерных наук, включая структуры данных, файлы, объекты, рекурсию и модульную организацию приложений.
  • Добавил: literator
  • Дата: 10-10-2021, 19:31
  • Комментариев: 0
D, the Best Programming Language, for Former Python Developers : Learn D Programming for Python DevelopersНазвание: D, the Best Programming Language, for Former Python Developers : Learn D Programming for Python Developers
Автор: Victor Porton
Издательство: Leanpub
Год: 2020-12-31
Страниц: 333
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

A book about D programming language or DLang for Python programmers. “There is no best programming language”, they say. There is, for most applications it is D. The book starts from a comparison of D to Python and teaches all important features of D. D has all the features of Python but speed comparable to C and reliability comparable to Ada! D programming language or DLang for Python programmers: rapid software development of high performance software and a reliable software technology. “There is no best programming language”, they say. There is, for most applications it is D.


  • Добавил: literator
  • Дата: 10-10-2021, 18:57
  • Комментариев: 0
Practical Linear Algebra for Machine LearningНазвание: Practical Linear Algebra for Machine Learning
Автор: Amirsina Torf
Издательство: Instill AI
Год: December, 2020
Язык: английский
Формат: pdf (true)
Размер: 10.18 MB

Whether you want to learn Machine Learning for your work or research or you want to become a master, so the others pay you to do it, you need to know how it works. For knowing how it works, you NEED TO KNOW Linear Algebra, which is the foundation of Machine Learning. BUT Linear Algebra is too boundless! In this book, you will get what is NECESSARY. I have been blogging about Machine Learning for a while and after searching and searching I realized there is a deficiency of an organized book which (1) teaches the most used Linear Algebra concepts in Machine Learning, (2) provides practical notions using everyday used programming languages such as Python, and (3) be concise and NOT unnecessarily lengthy.


  • Добавил: Maurix
  • Дата: 10-10-2021, 09:50
  • Комментариев: 0
Название: Learn Penetration Testing with Python 3.x: Perform Offensive Pentesting and Prepare Red Teaming to Prevent Network Attacks
Автор: Yehia Elghaly
Издательство: BPB Publications
Год: 2022
Формат: ePUB
Страниц: 699
Размер: 10 Mb
Язык: English

This book starts with an understanding of penetration testing and red teaming methodologies and teaches Python 3.x from scratch for those who are not familiar with programming. The book gives the skills of how to create scripts for cracking, and brute force attacks.
The second part of this book focuses on the network and wireless level. The book teaches you the skills of how to create an offensive tool using Python 3.x to identify different services and ports using different Python network modules and conducting network attacks. In the network monitoring section, you will be able to monitor layers 3 and 4. And finally, you will be able to conduct different attacks on wireless.