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

  • Добавил: fisher1978
  • Дата: 26-12-2021, 10:28
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 26-12-2021, 07:29
  • Комментариев: 0
Requirements Modeling And Coding: An Object-oriented ApproachНазвание: Requirements Modeling And Coding: An Object-oriented Approach
Автор: Liping Liu
Издательство: World Scientific Publishing
Год: 2021
Страниц: 470
Язык: английский
Формат: pdf (true), epub
Размер: 25.7 MB

Requirements Modeling and Coding attempts to bridge the gap between modeling and coding and serves the growing trend of agile development better than existing textbooks in the area. Instead of using toy tools to create modeling and coding examples, the author teaches IBM Rational Rhapsody as a modeling tool and Microsoft Visual C# as a programming tool. C# is the purest object-oriented programming language and the best tool for developing graphical user interfaces, while Rhapsody is a visual development environment that real software developers use to create real-time or embedded systems.This book serves as a text for a capstone course on Systems Analysis and Design in Information Systems programs. It conceptualizes business objects and functions, develops business models and software architectures, and enriches the models and the architectures by storyboarding use cases along with user interface designs.Instructor's resources are provided for free to instructors who adopt the book as textbook.
  • Добавил: literator
  • Дата: 25-12-2021, 16:30
  • Комментариев: 0
Semantic and Interactive Content-based Image RetrievalНазвание: Semantic and Interactive Content-based Image Retrieval
Автор: Björn Barz
Издательство: Cuvillier
Год: 2020
Страниц: 323
Язык: английский
Формат: pdf (true)
Размер: 22.4 MB

Content-based image retrieval (CBIR) aims for finding images in large databases such as the internet based on their content. Given an exemplary query image provided by the user, the retrieval system provides a ranked list of similar images. Most contemporary CBIR systems compare images solely by means of their visual similarity, i.e., the occurrence of similar textures and the composition of colors. However, visual similarity does not necessarily coincide with semantic similarity. The predominant technique for end-to-end learning are artificial neural networks (ANNs), which consist of a stack of several layers that apply a non-linear transformation to the output of the previous layer. When dealing with images, this transformation typically consists in a set of learned convolutions followed by a non-linear element-wise function. While the earlier layers typically encode low-level image features such as edges, the degree of abstraction increases from layer to layer. For this reason, end-to-end learning using ANNs is widely known as Deep Learning.
  • Добавил: literator
  • Дата: 24-12-2021, 22:14
  • Комментариев: 0
The Practical Python: 100+ Practical Example ProjectsНазвание: The Practical Python: 100+ Practical Example Projects, 2nd Edition
Автор: Emenwa Global
Издательство: Gstevewall Academy
Год: 2021
Страниц: 188
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

The Practical Python Course is the most practical course you will find on the web today. In this course, rather than practicing rote memorization, students are actively problem-solving towards tangible goals. You will learn to build real-life desktop programs and you will become a programmer able to produce real-life Python programs.
  • Добавил: literator
  • Дата: 23-12-2021, 22:31
  • Комментариев: 0
GPT-3: Building Innovative NLP Products Using Large Language Models (Second Early Release)Название: GPT-3: Building Innovative NLP Products Using Large Language Models (Second Early Release)
Автор: Sandra Kublik, Shubham Saboo
Издательство: O’Reilly Media, Inc.
Год: 2021-12-14
Язык: английский
Формат: pdf, epub
Размер: 14.5 MB

GPT-3: NLP with LLMs is a unique, pragmatic take on Generative Pre-trained Transformer 3, the famous AI language model launched by OpenAI in 2020. This model is capable of tackling a wide array of tasks, like conversation, text completion, and even coding with stunningly good performance. Since its launch, the API has powered a staggering number of applications that have now grown into full-fledged startups generating business value. This book will be a deep dive into what GPT-3 is, why it is important, what it can do, what has already been done with it, how to get access to it, and how one can build a GPT-3 powered product from scratch.
  • Добавил: literator
  • Дата: 23-12-2021, 21:35
  • Комментариев: 0
Programming C# 10: Build Cloud, Web, and Desktop Applications (Early Release)Название: Programming C# 10: Build Cloud, Web, and Desktop Applications (Early Release)
Автор: Ian Griffiths
Издательство: O’Reilly Media, Inc.
Год: 2021-12-23
Страниц: 411
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 10.0 and .NET 6 fundamentals and techniques for building cloud, web, and desktop applications. The C# programming language (pronounced “see sharp”) is used for many kinds of applications, including websites, cloud-based systems, IoT devices, machine learning, desktop applications, embedded controllers, mobile apps, games, and command-line utilities. C#, along with the supporting runtime, libraries, and tools known collectively as .NET, has been center stage for Windows developers for over two decades.
  • Добавил: literator
  • Дата: 23-12-2021, 20:32
  • Комментариев: 0
Основы DARTНазвание: Основы DART
Автор: Чернышёв С.А.
Издательство: MADTeacher
Год: 2021
Страниц: 216
Язык: русский
Формат: pdf
Размер: 11.7 MB

Dart – объектно-ориентированный язык программирования с сильной статической типизацией и поддержкой обобщенного программирования (шаблоны/дженерики). Dart не поддерживает множественное наследование, то есть родителем производного класса может выступать только один базовый класс. В тоже самое время, как и в языке программирования Java или C# класс может реализовывать множество интерфейсов. По своему синтаксису Dart очень похож на семейство языков C (Си) – (C++, C#, Java, Kotlin и т. д.). Сейчас Dart – оптимизированный для клиентской части язык программирования, позволяющий вести разработку быстрых приложений на любой платформе. При этом он дает возможность использовать динамический тип в сочетании с проверками во время выполнения. Это особенно полезно при быстром прототипировании.
  • Добавил: literator
  • Дата: 23-12-2021, 14:24
  • Комментариев: 0
Kotlin And Android: Learn To Architect And Develop Android Apps In The Kotlin Programming LanguageНазвание: Kotlin And Android: Learn To Architect And Develop Android Apps In The Kotlin Programming Language
Автор: Evelyn Strauch
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 223
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Android is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes, etc. It contains a Linux-based Operating System, middleware, and key mobile applications. Kotlin has developed continuously, not only as a language but as a whole ecosystem with robust tooling. Now it's seamlessly integrated into Android Studio and is actively used by many companies for developing Android applications.
  • Добавил: literator
  • Дата: 22-12-2021, 21:24
  • Комментариев: 0
Java Decaffeinated: The Simple Introduction to JavaНазвание: Java Decaffeinated: The Simple Introduction to Java
Автор: Pranav Ramesh
Издательство: CodeSavant
Год: 2021
Страниц: 338
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.2 MB

Java Decaffeinated is the essential guide to any aspiring programmer who wants to learn the fundamentals of Java. By the end of this book, you will be able to create working programs that solve various tasks. Java Decaffeinated discusses concepts that are not only important for Java, but for all object-oriented programming languages, and is a great resource for individuals of all ages. This book will set you on a path to becoming a successful programmer!