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

  • Добавил: literator
  • Дата: 2-01-2021, 17:20
  • Комментариев: 0
Python for Data Science: A Guide to Learn in Depth How to Use This Programming Language to Reorder DataНазвание: Python for Data Science: A Guide to Learn in Depth How to Use This Programming Language to Reorder Data While Remaining Focused on Your Specific Purposes
Автор: Dylan Penny
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 95
Язык: английский
Формат: epub, azw, mobi
Размер: 12.2 MB

Data Science is one of the major buzzwords in the business realm today. Most people know the value of gathering data. However, the real question is, what’s the next step? Keep in mind that data science is composed of various steps. It involves gathering the data and cleaning them if they come from more than a single source. You need to assess them, apply machine learning models and algorithms, and then present your findings from analysis with decent data visualizations.
  • Добавил: literator
  • Дата: 2-01-2021, 15:41
  • Комментариев: 0
Large Scale Apps with Vue 3 and TypeScriptНазвание: Large Scale Apps with Vue 3 and TypeScript
Автор: Damiano Fusco
Издательство: Leanpub
Год: 2020
Страниц: 237
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 12.0 MB

Build Large and Scalable front-ends that leverage component isolation, internationalization, localization, a modular Vuex store, Custom Component Libraries, API-client code that easily can switch between mocked data and live data and more. The audience for this book is from beginners with some experience in MV* applications, to advanced developers. The format is similar to a cookbook, but instead of individual recipes we’ll go through creating a project and keep enhancing, refactoring, and make it better as we move forward to more advanced chapters to show different patterns, architecture, technologies.The primary goal of this book is to show you how to structure a Vue.js project, its directories and files, adopt naming conventions, follow state management patterns, enforce type checking at development time through TypeScript, write unit tests, and more.
  • Добавил: Bookstream
  • Дата: 2-01-2021, 13:56
  • Комментариев: 0
Теория нейронных сетей. Книга 1
Название: Теория нейронных сетей. Книга 1
Автор: Галушкин А.И.
Издательство: ИПРЖР
Год: 2000
Формат: djvu
Страниц: 416
Размер: 10 Мб
Язык: русский

Изложена методика синтеза многослойных нейросетей различной структуры: с полными и неполными последовательными связями, перекрестными и обратными связями, функционирующими в режимах обучения, самообучения, обучения с учителями, обладающим конечной квалификацией. Приведены этапы исследования надежности и диагностики нейронных сетей.
  • Добавил: Bookstream
  • Дата: 2-01-2021, 13:56
  • Комментариев: 0
Optimization. Algorithms and Applications (+ code)
Название: Optimization. Algorithms and Applications (+ code)
Автор: Rajesh Kumar Arora
Издательство: CRC Press
Год: 2015
Формат: pdf
Страниц: 466
Размер: 24 Мб
Язык: English

Optimization: Algorithms and Applications presents a variety of solution techniques for optimization problems, emphasizing concepts rather than rigorous mathematical details and proofs. Choose the correct solution method for your optimization problem.
  • Добавил: rabinio
  • Дата: 2-01-2021, 13:54
  • Комментариев: 0
Название: Beginning Backup and Restore for SQL Server
Автор: Bradley Beard
Язык: English
Издательство: Apress;
Год: 2018
Для сайта: vtome.ru
Формат: pdf
Кол-во страниц: 339
Размер: 10 мб

Be guided through the techniques to back up and restore databases and files in SQL Server. Multiple techniques are presented for ensuring the integrity and consistency of database backups, as well as the reliability and manageability of restoring from backups.

In today’s data-driven world, the most important asset that a company has is its data. Data recovery strategies can be wide ranging; from the practically non-existent backup without verification to a very complex, distributed, and redundant system. An important objective for any database administrator is data loss prevention, and in a catastrophic data loss event, pre-defined data recovery techniques must be employed in order to get the databases back up and running efficiently and quickly.
  • Добавил: TRex
  • Дата: 2-01-2021, 12:32
  • Комментариев: 0
Название: Text Analysis in Python for Social Scientists: Discovery and Exploration
Автор: Dirk Hovy
Издательство: Dirk Hovy
Год: 2020
Формат: PDF
Страниц: 75
Размер: 10 Mb
Язык: English

Text is everywhere, and it is a fantastic resource for social scientists. However, because it is so abundant, and because language is so variable, it is often difficult to extract the information we want. There is a whole subfield of AI concerned with text analysis (natural language processing). Many of the basic analysis methods developed are now readily available as Python implementations. This Element will teach you when to use which method, the mathematical background of how it works, and the Python code to implement it.
  • Добавил: literator
  • Дата: 2-01-2021, 03:32
  • Комментариев: 0
Exploring Kotlin: Syntax, features & capabilitesНазвание: Exploring Kotlin: Syntax, features & capabilites
Автор: Hani M.K.
Издательство: Leanpub
Год: 2020
Страниц: 90
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Less than 100 pages covering Kotlin syntax and features in straight and to the point explanation. Kotlin is a cross-platform, multi-purpose modern programming language. In 2017, Google announced that it will support Kotlin as a first-class language for Android application development. In 2019, Kotlin was ranked as the fourth most loved programing language on Stack Overflow annual developer survey. Kotlin is known for its concise syntax and the support for multi-platform programming. In this mini-book, we are trying to cover syntax and features of Kotlin in a straight and to the point explanation with sample code.
  • Добавил: literator
  • Дата: 1-01-2021, 18:04
  • Комментариев: 0
Programming Algorithms: A comprehensive guide to writing efficient programs with examples in LispНазвание: Programming Algorithms: A comprehensive guide to writing efficient programs with examples in Lisp
Автор: Vsevolod Domkin
Издательство: Leanpub
Год: 2020
Страниц: 365
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 27.4 MB

There is a lot of books on algorithms, but I haven't seen any that primarily aims to bridge the gap between the theory and practice. This is one of the key distinctions of "Programming Algorithms". It is definitely not the best exposition of the theoretical ideas, but I hope that, instead, it builds sufficient understanding and skill, for the common developer, to start writing efficient algorithmic programs. Finally, you will be speaking the same lingua franca as other advanced programmers — the tongue that transcends the mundane differences of particular programming languages. And you’ll gain a more detached view of those differences, freeing your mind from the dictate of a particular set of choices exhibiting in any one of them.
  • Добавил: literator
  • Дата: 1-01-2021, 15:50
  • Комментариев: 0
Functional Design and Architecture: Building real programs in Haskell: application architectures, design patternsНазвание: Functional Design and Architecture: Building real programs in Haskell: application architectures, design patterns
Автор: Alexander Granin
Издательство: Leanpub
Год: 2020
Страниц: 495
Язык: английский
Формат: pdf (true), epub + Extra
Размер: 41.3 MB

Software Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge. It is a fundamental book about Software Design in Haskell. The main idea of this book is to provide a comprehensive source of knowledge, a complete methodology of building real world applications in Haskell. Application architectures, best practices, design patterns and approaches, - all the information you need to achieve a simple, maintainable, testable code with low complexity and low risks.
  • Добавил: TRex
  • Дата: 1-01-2021, 10:44
  • Комментариев: 0
Название: Design Patterns in C# (Final Version)
Автор: Dmitri Nesteruk
Издательство: LeanPub
Год: 2020
Формат: PDF, EPUB, MOBI
Страниц: 375
Размер: 12 Mb
Язык: English

Discover modern implementations of Design Patterns using the C# programming language.
This book provides a modern, comprehensive overview of design pattern implementations for the .NET ecosystem using the C# programming language. The book covers every single pattern from the Gang of Four and a few extras such as enterprise and functional design patterns.