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

  • Добавил: umkaS
  • Дата: 28-12-2021, 06:56
  • Комментариев: 0
Название: MATLAB R2007 с нуля
Автор: Хант Б.Р. и др.
Издательство: М.: Лучшие книги
Год: 2008
Cтраниц: 352
Формат: pdf
Размер: 32 мб
Язык: русский

Программа MATLAB представляет собой высокоуровневый технический вычислительный язык и интерактивную среду для разработки алгоритмов, визуализации и анализа данных, числовых расчетов. Используя программу MATLAB, вы можете решать технические вычислительные задачи гораздо быстрее, чем с помощью традиционных языков программирования, таких как С, С++ и Fortran.
  • Добавил: literator
  • Дата: 28-12-2021, 06:04
  • Комментариев: 0
Modern C++ Design: Become a Skilled C++ DesignerНазвание: Modern C++ Design: Become a Skilled C++ Designer
Автор: StuDenT
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 336
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.2 MB

This book is about programming design. However, unlike many books on this topic, this book teaches design by exploration rather than design by instruction. Typically, most authors writing about some aspect of design establish principles they wish to convey, lay out these principles in the abstract, and then proceed to give examples supporting the current points. This is not such a book. Rather, this book defines a practical problem to be solved, and proceeds to examine its solution in detail. This book is not comprehensive in its coverage of data structures, algorithms, design patterns, or C++ best practices; volumes of books exist to cover these topics. This is a book about learning how to apply this knowledge to write code that is organized, cohesive, sensible, purposeful, and pragmatic. In other words, this book is about learning to write code that both gets the job done now (development) and allows others to continue to get the job done in the future (maintenance). This, I have termed practical design.
  • Добавил: literator
  • Дата: 28-12-2021, 05:43
  • Комментариев: 0
JavaScript Coding for Teens: A Beginner's Guide to Developing Websites and GamesНазвание: jаvascript Coding for Teens: A Beginner's Guide to Developing Websites and Games
Автор: Andrew Yueh
Издательство: Rockridge Press
Год: 2021
Страниц: 437
Язык: английский
Формат: pdf, epub
Размер: 14.4 MB

Everything teens need to get started with jаvascript. Have you ever wanted to make your own game? How about an awesome website? Then jаvascript Coding for Teens is the book for you! It doesn’t matter if you’re not sure what a variable is, are stumped about syntax, or don’t even know how to use jаvascript on your computer! This simple guide to coding for beginners walks you through every part of the process with easy-to-understand language and straightforward directions. You’ll be coding like a pro in no time! We are here to get your feet wet in the world of jаvascript and programming fundamentals.
  • Добавил: literator
  • Дата: 27-12-2021, 20:12
  • Комментариев: 0
Python Data Science: The Complete Step-by-Step Python Programming Guide. Learn How to Master Big Data Analysis and Machine Learning (2022 Edition For Beginners)Название: Python Data Science: The Complete Step-by-Step Python Programming Guide. Learn How to Master Big Data Analysis and Machine Learning (2022 Edition For Beginners)
Автор: Ivor Osborne
Издательство: Amazon.com Services LLC
Год: 2021
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.2 MB

Data Science is currently one of the most popular buzzwords in the business world. Many businesses understand the value of information collection, but because they can collect so much data in such a short period, the real question is: "What is the next step?" Data Science encompasses all of the steps you take with data, such as collecting and cleaning it if it comes from multiple sources, analyzing it, applying Machine Learning algorithms and models, and then presenting your findings from the analysis with some good Data Visualizations. The good news is that the Matplotlib library, which is a NumPy and SciPy extension, can assist us in creating all of them. The Matplotlib library can help you visualize your data as a line graph, a pie chart, a histogram, or in another way.
  • Добавил: 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.