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

  • Добавил: literator
  • Дата: 23-04-2021, 23:39
  • Комментариев: 0
Machine Learning Guide for Oil and Gas Using Python: A Step-by-Step Breakdown with Data, Algorithms, Codes, and ApplicationsНазвание: Machine Learning Guide for Oil and Gas Using Python: A Step-by-Step Breakdown with Data, Algorithms, Codes, and Applications
Автор: Hoss Belyadi, Alireza Haghighat
Издательство: Gulf Professional Publishing, Elsevier
Год: 2021
Страниц: 461
Язык: английский
Формат: pdf (true)
Размер: 44.8 MB

Machine Learning Guide for Oil and Gas Using Python: A Step-by-Step Breakdown with Data, Algorithms, Codes, and Applications delivers a critical training and resource tool to help engineers understand Machine Learning theory and practice, specifically referencing use cases in oil and gas. The reference moves from explaining how Python works to step-by-step examples of utilization in various oil and gas scenarios, such as well testing, shale reservoirs and production optimization. Petroleum engineers are quickly applying machine learning techniques to their data challenges, but there is a lack of references beyond the math or heavy theory of machine learning.
  • Добавил: literator
  • Дата: 23-04-2021, 23:18
  • Комментариев: 0
Algorithms and Interviews: Job Interviewing for ProgrammersНазвание: Algorithms and Interviews: Job Interviewing for Programmers
Автор: Cody Jackson
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 238
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Learn how to prepare for technical programming interviews. This book focuses on job interviews for software engineers, both from the traditional interview perspective as well as the technical programming side. While useful review for Computer Science graduates, it is also helpful for self-taught programmers, bootcamp graduates, and anyone interested in job hunting and interview techniques as well as computer algorithm implementation.
  • Добавил: literator
  • Дата: 23-04-2021, 20:42
  • Комментариев: 0
Virtual and Augmented Reality: An Educational HandbookНазвание: Virtual and Augmented Reality: An Educational Handbook
Автор: Zeynep Tacgin
Издательство: Cambridge Scholars Publishing
Год: 2020
Страниц: 292
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Mixed Reality has been part of our lives ever since we first started to dream of creative ways to comprehend information and concepts through actual and imaginative experiences. This book explores the latest research informing education design in virtual and augmented reality. By utilising numerous studies and examples, it describes the differences between perceived knowledge, usage area, technologies, and tools. It will help the reader gain a better understanding of the nature of virtual or augmented realities and their applications in theory and practice.
  • Добавил: literator
  • Дата: 23-04-2021, 20:15
  • Комментариев: 0
Programming in C, 2nd EditionНазвание: Programming in C, 2nd Edition
Автор: Nilkani Mort
Издательство: Writer House
Год: 2020
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Best way to learn any programming language is to create good programs in it. C is not exception to this rule. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program. Although, C is intended to do low-level programming. It is used to develop system applications such as kernel, driver, etc. It also supports the features of a high-level language. That is why it is known as mid-level language.
  • Добавил: literator
  • Дата: 23-04-2021, 19:40
  • Комментариев: 0
Natural Language Processing in Artificial Intelligence—NLPinAI 2020Название: Natural Language Processing in Artificial Intelligence—NLPinAI 2020
Автор: Roussanka Loukanova
Издательство: Springer
Год: 2021
Страниц: 250
Язык: английский
Формат: pdf (true), epub
Размер: 17.4 MB

This book covers theoretical work, applications, approaches, and techniques for computational models of information and its presentation by language (artificial, human, or natural in other ways). Computational and technological developments that incorporate natural language are proliferating. Adequate coverage encounters difficult problems related to ambiguities and dependency on context and agents (humans or computational systems). The goal is to promote computational systems of intelligent natural language processing and related models of computation, language, thought, mental states, reasoning, and other cognitive processes.
  • Добавил: buratino
  • Дата: 23-04-2021, 19:33
  • Комментариев: 0
Название: Machine Learning for Robotics Applications (Studies in Computational Intelligence, 960)
Автор: Monica Bianchini (Editor), Milan Simic (Editor), Ankush Ghosh (Editor), Rabindra Nath Shaw (Editor)
Издательство: Springer
Год: 2021
Формат: True PDF
Страниц: 175
Размер: 10 Mb
Язык: English

Machine learning has become one of the most prevalent topics in recent years. The application of machine learning we see today is a tip of the iceberg. The machine learning revolution has just started to roll out. It is becoming an integral part of all modern electronic devices.
  • Добавил: Maurix
  • Дата: 23-04-2021, 16:40
  • Комментариев: 0
Название: Elements Of Android Room 0.5
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Формат: PDF, EPUB, MOBI
Страниц: 244
Размер: 10 Mb
Язык: English

Storing data locally is a key part of many Android apps. SQLite is built into Android, but the low-level API that the Android SDK provides is a bit clunky to use.
Google’s solution for that is Room, an object wrapper around that API. This gives us a cleaner, type-safe, reactive API for our database operations. Room is part of the Android Jetpack, and so it is a key element of Google’s recommended “stack” of technologies for building Android apps.
  • Добавил: Maurix
  • Дата: 23-04-2021, 16:29
  • Комментариев: 0
Название: Elements Of Kotlin 1.0
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Формат: PDF, EPUB, MOBI
Страниц: 418
Размер: 10 Mb
Язык: English

The programming language for the first generation of Android app development was Java.
The programming language that will dominate the second generation of Android app development will be Kotlin.
Kotlin is a powerful language, designed to be concise yet expressive, both for application code and for libraries. However, some of that comes at a cost, as Kotlin has a lot more keywords and specialty features than does Java. A lot of that complexity is only needed by intermediate to advanced Kotlin developers, though.
  • Добавил: Maurix
  • Дата: 23-04-2021, 16:20
  • Комментариев: 0
Название: Elements Of Kotlin Coroutines 0.3
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Формат: PDF, EPUB, MOBI
Страниц: 244
Размер: 10 Mb
Язык: English

Coroutines are an important addition to the world of Kotlin.
Coroutines offer a first-class reactive programming approach, tightly integrated with the language itself. Coroutines help simplify multi-threaded development, allowing you to retain a “normal” imperative sort of programming model while still designating certain code sections to run on alternative thread pools. Beyond that, flows and channels let you model data streams while retaining the same multi-threaded characteristics.
This book is designed to help you get “spun up” on coroutines and how they can be applied in your projects.
  • Добавил: Maurix
  • Дата: 23-04-2021, 12:52
  • Комментариев: 0
Название: Fullstack React with TypeScript: Learn Pro Patterns for Hooks, Testing, Redux, SSR, and GraphQL (Revision r11)
Автор: Ivanov Maksim, Bespoyasov Alex
Издательство: Fullstack.io
Год: 2021
Формат: PDF, EPUB + code
Страниц: 600
Размер: 79 Mb
Язык: English

Welcome to Fullstack React with TypeScript! React and TypeScript are a powerful combination that can prevent bugs and help you (and your team) ship products faster. But understanding idiomatic React patterns and getting the typings setup isn’t always straightforward.