Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 27-12-2021, 19:35
  • Комментариев: 0
Machine Learning Mathematics: Explore Deep Learning Using Data Science. How to Create Artificial Intelligence Using Statistics, Algorithms, Analysis, and Data Mining Concepts (2022 Beginners Guide)Название: Machine Learning Mathematics: Explore Deep Learning Using Data Science. How to Create Artificial Intelligence Using Statistics, Algorithms, Analysis, and Data Mining Concepts (2022 Beginners Guide)
Автор: Jackson Smart
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 167
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.2 MB

The concept of Artificial Intelligence technology is based on the idea that computers can be programmed to have human-like intelligence. It can mimic human reasoning and learning abilities, adapting to new inputs and completing tasks without human intervention. The Artificial Intelligence principle includes Machine Learning. Machine Learning Technology (ML) is an Artificial Intelligence philosophy that focuses on computers' designed ability to learn directly and self-train, discover information patterns to improve the underlying algorithm, and make autonomous decisions without human intervention. During his tenure at IBM, Arthur Samuel, a pioneering gaming and artificial intelligence professor, coined the term "machine learning" in 1959. According to Machine Learning theory, modern computers can be trained using specific training data sets that can be easily customized to achieve desired functionality. Machine Learning is guided by a pattern-recognition method in which prior interactions and outcomes are recorded and reviewed in a way that correlates to its current position. Due to the iterative nature of machine learning, computers must be able to adapt to new data without the assistance of a human because they are required to process infinite volumes of data. Statistics, which focuses on making predictions using modern computer tools and technologies, is inextricably linked to machine learning. The study of "mathematical optimization" adds methodologies, theories, and application areas to the field of Machine Learning.
  • Добавил: SCART56
  • Дата: 27-12-2021, 18:26
  • Комментариев: 0

Название: Чисто функциональные структуры данных (+code)
Автор: Крис Окасаки
Издательство: ДМК
Год: 2016
Страниц: 252
Формат: PDF
Размер: 11 Мб
Язык: русский

Большинство книг по структурам данных предполагают использование императивного языка программирования, например, C/C++ или Java. Однако реализации структур данных на таких языках далеко не всегда хорошо переносятся на функциональные языки программирования, такие как Стандартный ML, Haskell или Scheme. В этой книге структуры данных описываются с точки зрения функциональных языков, в пей содержатся примеры и предлагаются подходы к проектированию, которые могут использоваться разработчиками при создании их собственных структур данных.



  • Добавил: literator
  • Дата: 27-12-2021, 17:55
  • Комментариев: 0
WebAssembly: The Definitive Guide (Final Release)Название: WebAssembly: The Definitive Guide (Final Release)
Автор: Brian Sletten
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 335
Язык: английский
Формат: pdf (true)+pdf (conv), epub
Размер: 30.1 MB, 14.6 MB

WebAssembly: The Definitive Guide is a thorough and accessible introduction to one of the most transformative technologies hitting our industry. What started as a way to use languages other than jаvascript in the browser has evolved into a comprehensive path toward portability, performance, increased security, and greater code reuse across an impressive collection of deployment targets.
  • Добавил: TRex
  • Дата: 27-12-2021, 16:54
  • Комментариев: 0
Название: jаvascript for Impatient Programmers
Автор: Axel Rauschmayer
Издательство: Axel Rauschmayer
Год: 2021
Формат: ePUB, PDF, MOBI
Страниц: 576
Размер: 10 Mb
Язык: English

This book makes jаvascript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible.
Highlights
Get started quickly, by initially focusing on modern features.
Test-driven exercises and quizzes available for most chapters.
Covers all essential features of jаvascript, up to and including ES2021.
Optional advanced sections let you dig deeper.
No prior knowledge of jаvascript is required, but you should know how to program.
A chapter in the book explains in detail what is and isn’t included.
  • Добавил: SCART56
  • Дата: 27-12-2021, 00:05
  • Комментариев: 1

Название: Скрапинг веб-сайтов с помощью Python (+file)
Автор: Р. Митчелл
Издательство: ДМК Пресс
Год: 2016
Формат: PDF
Страниц: 280
Размер: 10 Мб
Язык: Русский

Изучите методы скрапинга и краулинга веб-сайтов, чтобы получить доступ к неограниченному объему данных в любом уголке Интернета в любом формате. С помощью этого практического руководства вы узнаете, как использовать скрипты Python и веб-API, чтобы одновременно собрать и обработать данные с тысяч или даже миллионов веб-страниц.
Идеально подходящая для программистов, специалистов по безопасности и веб-администраторов, знакомых с языком Python, книга знакомит не только с основными принципами работы веб-скраперов, но и углубляется в более сложные темы, такие, как анализ сырых данных или использование скраперов для тестирования интерфейса веб-сайта. Примеры программного кода, приведенные в книге, помогут разобраться в этих принципах на практике.
  • Добавил: literator
  • Дата: 26-12-2021, 19:20
  • Комментариев: 0
Lua Programming Beginners: Learn Lua Programming Step by Step very easyНазвание: Lua Programming Beginners: Learn Lua Programming Step by Step very easy
Автор: Zizo Rizk
Издательство: Independently published
Год: 2021
Страниц: 280
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Learn Lua Programming Step by Step for beginners. Continuing the tradition, our first Lua program simply printed em “Hello World” : print (“Hello World”) If you are using a separate Lua interpreter, then all you need is you need to run your first program - this is to run the interpreter tator - usually called Lua or Lua 5.2 - with the name of the text file containing your program. Every piece of code that Lua executes, such as a file or from- a smart string in interactive mode is called a chunk. A block is simply a sequence of commands (or statements). Lua does not need a separator between consecutive operators, but you can use semicolon if you like. I personally use I use a semicolon only to separate statements written in one line. Line splitting does not play any role in the syntax system Lua.
  • Добавил: literator
  • Дата: 26-12-2021, 19:03
  • Комментариев: 0
C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by stepНазвание: C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by step
Автор: Zizo Rizk
Издательство: Independently published
Год: 2021
Страниц: 328
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

New Book Learn C++ from scratch and start build your very own new games step by step very easy. One question you might have is, why use C++ at all? C++ is fast, very fast. What makes this the case is the fact that the code that we write is directly translated into machine executable instructions. These instructions make the game. The executable game is contained within an .exe file that the player can simply double-click to run. There are a few steps in the process. First, the pre-processor looks to see if any other code needs to be included within our own code and adds it when necessary. Next, all the code is compiled into object files by the compiler program. Finally, a third program, called the linker, joins all the object files into the executable file, which is our game. In addition, C++ is well established at the same time as being extremely upto-date. C++ is an object oriented programming ( OOP ) language, which means we can write and organize our code in a proven way that makes our games efficient and manageable. The benefits, as well as the necessity for this, will reveal themselves as we progress through the book.
  • Добавил: kotmatros255
  • Дата: 26-12-2021, 10:27
  • Комментариев: 0
Название: Объектно-ориентированный анализ и проектирование систем
Автор: Эдвард Йордон, Карл Аргила
Издательство: Лори
Год: 2007
ISBN: 5-85582-057-2
Формат: pdf
Страниц: 284
Размер: 106 Мб
Язык: русский

В данной книге показан процесс объектно-ориентированного анализа и проектирования реальных систем. Помимо терминологии, обозначений и модельной структуры рассматриваются вопросы анализа, разработки проекта и управления им.
  • Добавил: literator
  • Дата: 26-12-2021, 07:50
  • Комментариев: 0
The AI Model Handbook: A guide to the world of artificial intelligence modelingНазвание: The AI Model Handbook: A guide to the world of artificial intelligence modeling
Автор: Minh Trinh
Издательство: Rodeo Press
Год: 2021
Страниц: 358
Язык: английский
Формат: pdf, epub
Размер: 22.1 MB

This book introduces in a non-technical way Artificial Intelligence (AI), Machine Learning, and the most common models used in production. It covers supervised and unsupervised learning, Deep Learning, natural language processing (NLP), computer vision, generative adversarial networks, graph neural networks, recommender systems, and causal inference. Machine learning studies how computer programs can learn with experience (data) to make better forecasts and decisions. Learning can involve actual data or simulated data. We can see machine learning as a subcategory of artificial intelligence. It is unclear whether machine learning is sufficient to “solve intelligence.” We can divide Machine Learning into different categories: Supervised learning, unsupervised learning, self-supervised learning, and reinforcement learning.
  • Добавил: SCART56
  • Дата: 26-12-2021, 07:31
  • Комментариев: 0

Название: Жемчужины проектирования алгоритмов. Функциональный подход
Автор: Ричард Берд
Год издания: 2013
Издательство: ДМК Пресс
ISBN: 978-5-94074-867-0, 978-0-521-51338-8
Страниц: 330
Формат: PDF, DJVU
Размер: 13 Мб (+3%)


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