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

  • Добавил: literator
  • Дата: 16-03-2021, 12:58
  • Комментариев: 0
Vue.js Advanced ConceptsНазвание: Vue.js Advanced Concepts
Автор: Eric Sarrion
Издательство: Independently published
Год: 2021
Страниц: 460
Язык: английский
Формат: pdf, epub
Размер: 20.7 MB

Lots of books deal with Vue.js, but in our opinion too superficial. Business projects are often complex projects, which require a technical environment with databases, external or internal APIs, etc. Vue.js allows you to approach these areas, sometimes by coupling it with other libraries such as Axios to communicate in Ajax with a server, or Vuex to centralize the state of the application. Also, in order to build more robust and maintainable projects, Vue.js can extend by creating new features such as components, directives and filters. All these new features, and more, are studied in the following pages, certainly in depth, but above all gradually in order to allow you to carry out complete projects.
  • Добавил: literator
  • Дата: 15-03-2021, 19:53
  • Комментариев: 0
Artificial Intelligence: The Complete Beginners' Guide to Artificial IntelligenceНазвание: Artificial Intelligence: The Complete Beginners' Guide to Artificial Intelligence
Автор: Roman Shirkin
Издательство: Independently published
Год: 2020
Страниц: 107
Язык: английский
Формат: pdf, azw, epub
Размер: 10.1 MB

If you are searching for resources to start studying Artificial Intelligence (AI) then you are in the right place. The author discusses all the things step by step in this short and cheap textbook for beginners. Artificial Intelligence is one of the most important breakthroughs in today's world. Experts from various industries study its capabilities and discover new methods of its application. If you want to know about AI, so this book is the perfect one to start. Machine learning is a very important field in artificial intelligence. This has been discussed in detail. You will also learn how to implement various machine learning algorithms in Python programming language.
  • Добавил: literator
  • Дата: 15-03-2021, 15:40
  • Комментариев: 0
The Ultimate Data and AI Guide: 150 FAQs About Artificial Intelligence, Machine Learning and DataНазвание: The Ultimate Data and AI Guide: 150 FAQs About Artificial Intelligence, Machine Learning and Data
Автор: Alexander Thamm, Michael Gramlich, Dr. Alexander Borek
Издательство: Data AI Press
Год: 2020
Страниц: 401
Язык: английский
Формат: pdf, epub
Размер: 20.6 MB

Everything you need to know about data and AI. Are you lost in the buzzword jungle around artificial intelligence, machine learning and big data? This book is here to help. The Ultimate Data and AI Guide provides you with a complete overview and solid understanding of the most important concepts around data, machine learning and AI. It is the result of our work as data practitioners implementing and consulting on 500+ data projects at 100+ companies. Everything you need to know simply explained and organized into 150 FAQs that allow you to navigate the buzzword jungle at ease.
  • Добавил: literator
  • Дата: 15-03-2021, 14:51
  • Комментариев: 0
Java in easy steps, 7th EditionНазвание: Java in easy steps, 7th Edition
Автор: Mike McGrath
Издательство: In Easy Steps Limited
Год: 2019
Страниц: 356
Язык: английский
Формат: epub
Размер: 15.3 MB

Java in easy steps, 7th edition instructs you how to easily create your own Java programs. The book contains separate chapters on the major features of the Java language. Complete example programs with colourized code illustrate each important aspect of Java programming – all in easy steps. This book assumes no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of Java. By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-enabled device.
  • Добавил: buratino
  • Дата: 15-03-2021, 00:58
  • Комментариев: 0
Название: Introduction to Data Mining and Analytics with Machine Learning in R and Python
Автор: Kris Jamsa, MBA, PhD
Издательство: Jones & Bartlett Learning
Год: 2021
Формат: epub
Страниц: 668
Размер: 113.8 Mb
Язык: English

Data Mining and Analytics provides a broad and interactive overview of a rapidly growing field. The exponentially increasing rate at which data is generated creates a corresponding need for professionals who can effectively handle its storage, analysis, and translation. With a dual focus on concepts and operations, this text comprises a complete how-to and is an excellent resource for anyone considering the field.
  • Добавил: alex66
  • Дата: 14-03-2021, 21:49
  • Комментариев: 0

Название: Software Design for Flexibility: How to Avoid Programming Yourself into a Corner
Автор: Chris Hanson and Gerald Jay Sussman
Издательство: The MIT Press
Год: 2021
Страниц: 512
Размер: 10,87 МБ
Формат: PDF
Язык: English

Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can be adapted for new situations by adding code, rather than changing the existing code. The authors describe techniques they have found effective - over their combined 100-plus years of programming experience - that will help programmers avoid programming themselves into corners.
  • Добавил: umkaS
  • Дата: 14-03-2021, 19:56
  • Комментариев: 0
Название: Волшебство Kotlin
Автор: Сомон (Симон) П. И.
Издательство: Москва
Год: 2020
Cтраниц: 536
Формат: pdf (ocr)
Размер: 59 мб
Язык: русский

Kotlin – один из самых новых языков в экосистеме Java, устраняющий многие ограничения Java и гораздо более универсальный. Среди его преимуществ: полная совместимость с Java и возможность интеграции на уровне исходного кода, широкая поддержка парадигмы функционального программирования, помогающая писать надежный и безопасный код, лаконичность синтаксиса, а также, что весьма немаловажно, гарантии поддержки со стороны IT-гиганта Google. Пьер-Ив Сомон.
  • Добавил: literator
  • Дата: 14-03-2021, 19:27
  • Комментариев: 0
Neural Network Tutorials - Herong's Tutorial ExamplesНазвание: Neural Network Tutorials - Herong's Tutorial Examples
Автор: Herong Yang
Издательство: Independently published
Год: 2020 (Version 1.20)
Страниц: 193
Язык: английский
Формат: pdf, epub
Размер: 14.5 MB

This book is a collection of notes and sample codes written by the author while he was learning Neural Networks in Machine Learning. Topics include Neural Networks (NN) concepts: nodes, layers, activation functions, learning rates, training sets, etc.; deep playground for classical neural networks; building neural networks with Python; walking through Tariq Rashi's 'Make Your Own Neural Network' source code; using 'TensorFlow' and 'PyTorch' machine learning platforms; understanding CNN (Convolutional Neural Network), RNN (Recurrent Neural Network), GNN (Graph Neural Network).
  • Добавил: literator
  • Дата: 14-03-2021, 16:50
  • Комментариев: 0
Book Of Secrets: Cryptography Handbook For BeginnersНазвание: Book Of Secrets: Cryptography Handbook For Beginners
Автор: Ofer Shmueli
Издательство: Independently published
Год: 2021
Страниц: 131
Язык: английский
Формат: pdf
Размер: 10.1 MB

"Book Of Secrets", will walk you through the most important cryptographic concepts from the classic era up until now. We will look at different use cases and learn how encryption and cryptanalysis work. This book is a fascinating journey to one of the most secret and unknown skill. Every chapter includes hands-on practices. It is written for beginners and intermediate users.
  • Добавил: literator
  • Дата: 14-03-2021, 15:52
  • Комментариев: 0
Learn C++ : For BeginnersНазвание: Learn C++ : For Beginners
Автор: Ahmad Ibrahim
Издательство: Independently published
Год: 2021
Страниц: 108
Язык: английский
Формат: pdf, epub
Размер: 23.4 MB

C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented and generic programming. C++ is regarded as a middle-level programming language, as it comprises a combination of both high-level and low-level language features. And this book is especially for the very beginners who don't know anything about programming or had little knowledge.