Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Star Ship Explorer: A game made using Scratch 3Название: Star Ship Explorer: A game made using Scratch 3
Автор: Morag Hughson
Издательство: Independently published
Год: 2020
Страниц: 207
Язык: английский
Формат: pdf, azw3, epub
Размер: 31.5 MB

Scratch programming is real programming. While it may have been designed with children in mind, it teaches all the concepts that programmers need to learn, loops, if tests, code encapsulation, variables and more. Programming is a creative process. The programs you create can do anything. They are limited only by the imagination of the programmer. This book aims to inspire that imagination by immersing the reader in a more involved project. Programming is also an iterative process. Large programs are not produced instantaneously, but instead grow and develop as functions and features are added incrementally.
Разместил: Ingvar16 9-01-2021, 19:18 | Комментарии: 0 | Подробнее
Название: Основы кодирования информации в проектах LabVIEW
Автор: Горбенко А. П. , Корниенко В. Т.
Издательство: Директ-Медиа
Год: 2020
Формат: PDF
Страниц: 72
Размер: 10 Mb
Язык: Русский

Рассмотрены вопросы кодирования информации с использованием технологии виртуальных приборов LabVIEW. Изложены принципы формирования сжимающего кода Хаффмана, помехоустойчивых кодов Хемминга, Рида-Маллера и сверточного кода, а также примеры создания виртуальных приборов LabVIEW кодеров и декодеров рассмотренных кодов в приложениях систем передачи информации.
Разместил: vitvikvas 9-01-2021, 18:57 | Комментарии: 0 | Подробнее
Assessing DevOps: Assess DevOps Quantitatively for your IT, Business and IndustryНазвание: Assessing DevOps: Assess DevOps Quantitatively for your IT, Business and Industry
Автор: Manas Shome, Raghubir Bose
Издательство: Independently published
Год: 2019
Страниц: 238
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The book describes how to assess your IT for DevOps by leveraging quantitative methods. As opposed to DevOps assessments that are typically subjective and follow heuristic approaches, a quantitative assessment approach makes the it highly deterministic and capable of generating an implementation-ready target state.
Разместил: Ingvar16 9-01-2021, 18:39 | Комментарии: 0 | Подробнее
Machine Learning With Python: The Definitive Tool to Improve Your Python Programming and Deep Learning to Take You to The Next Level of Coding and Algorithms OptimizationНазвание: Machine Learning With Python: The Definitive Tool to Improve Your Python Programming and Deep Learning to Take You to The Next Level of Coding and Algorithms Optimization
Автор: Matt Algore
Издательство: Independently published
Год: 2021
Страниц: 146
Язык: английский
Формат: pdf, azw, epub
Размер: 13.9 MB

Machine Learning is rapidly changing the world, from diverse types of applications and research pursued in industry and academia. Machine Learning is affecting every part of your daily life. From voice assistants using NLP and machine learning to make appointments, check your calendar, and play music, to programmatic advertisements — that are so accurate that they can predict what you will need before you even think of it. Powerful, isn’t it? Do you want to do machine learning using Python, but you’re having trouble getting started? Then this Complete Python Handbook will teach you every single info you need to know about this popular and powerful interpreted language.
Разместил: Ingvar16 9-01-2021, 17:57 | Комментарии: 0 | Подробнее
Название: Writing Maintainable Unit Tests: Mastering the art of loosely coupled unit tests
Автор: Jan Van Ryswyck
Издательство: Leanpub
Год: 2020
Страниц: 183
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 18.9 MB

The practice of Test-Driven Development has proven to be one of the major differentiators in writing quality software. Based on 15+ years of experience, this book is my attempt to teach about the heuristics that are involved when writing loosely coupled, maintainable and readable unit tests. This book is for software developers who want to improve upon their existing skills for writing unit tests. You will learn how to build loosely coupled, highly maintainable and robust unit tests that are trustworthy and improve the overall code quality of your software applications. Although the examples in this book are written in C#, the principles and guidance are broadly applicable to other platforms and programming environments as well.
Разместил: Ingvar16 8-01-2021, 18:34 | Комментарии: 0 | Подробнее
Loving Common Lisp, or the Savvy Programmer's Secret Weapon, 6th EditionНазвание: Loving Common Lisp, or the Savvy Programmer's Secret Weapon, 6th Edition
Автор: Mark Watson
Издательство: Leanpub
Год: 2020-08-03
Страниц: 233
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 18.5 MB

An introduction to Common Lisp and many useful example programs. This is the sixth edition of my book "Loving Common Lisp, or the Savvy Programmer's Secret Weapon." I removed some of the older material from the earlier editions and added application examples for deep learning, back-propagation and Hopfield neural networks, using the CLML machine learning library, heuristic search, and using Common Lisp clients for: MongoDB, Solr, and relational databases. For the older 3rd edition I added a chapter using my Natural Language Processing (NLP) library and a short chapter on information gathering. For the 5th edition I added an example application for generating Knowledge Graph data (RDF and Cypher for Neo4j graph database), and hybrid examples for using Python deep learning libraries (using a web service interface).
Разместил: Ingvar16 8-01-2021, 16:53 | Комментарии: 0 | Подробнее
Learning of Algorithms: A Hands-On Approach to Implementing Algorithms in Python and RНазвание: Learning of Algorithms: A Hands-On Approach to Implementing Algorithms in Python and R
Автор: Mario Rojas
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 403
Язык: английский
Формат: pdf, azw3, epub
Размер: 32.0 MB

Machine learning can be broadly classified into supervised and unsupervised learning. By definition, the term supervised means that the “machine” (the system) learns with the help of something—typically a labeled training data. Training data (or a dataset ) is the basis on which the system learns to infer. An example of this process is to show the system a set of images of cats and dogs with the corresponding labels of the images (the labels say whether the image is of a cat or a dog) and let the system decipher the features of cats and dogs. Similarly, unsupervised learning is the process of grouping data into similar categories. An example of this is to input into the system a set of images of dogs and cats without mentioning which image belongs to which category and let the system group the two types of images into different buckets based on the similarity of images.
Разместил: Ingvar16 8-01-2021, 15:50 | Комментарии: 0 | Подробнее
Название: Алгоритмизация и программирование. Практикум
Автор: Нагаева И. А. , Кузнецов И. А.
Издательство: Директ-Медиа
Год: 2019
Cтраниц: 168 с. : ил., табл.
Формат: pdf (ocr)
Размер: 16 мб
Язык: русский

Основная задача учебного пособия — изучение основ алгоритизации и программирования на практических примерах. Пособие представляет собой сборник задач для самостоятельного решения в среде разработки Pascal. Рассмотренные решения задач различной степени сложности демонстрируют возможности языка структурного программирования.
Разместил: rivasss 8-01-2021, 14:27 | Комментарии: 0 | Подробнее
Название: Цифровой синтез : практический курс
Автор: Романов А.Ю., Панчул Ю.В.
Издательство: ДМК
Год: 2020
Формат: PDF
Страниц: 556
Размер: 37 Mb
Язык: Русский

Книга представляет собой расширенный практический курс, ориентированный на язык Verilog и обеспечивающий возможность выполнения практических задач на дешевых отладочных платах. Этот практикум дополняет и объединяет теоретические курсы по цифровой логике, языкам описания аппаратуры, компьютерной архитектуре и микроархитектуре, а также подготавливает студентов к работе с промышленными процессорными ядрами, к созданию специализированных вычислителей (например, ускорителей нейросетей) и курсов VLSI по проектированию массовых микросхем ASIC.
Материал каждой главы можно изучать автономно. В конце глав приводятся вопросы и упражнения, позволяющие преподавателям встраивать данный материал в любой учебный курс, а читателям книги – закрепить новые знания, самостоятельно выполнив предлагаемые задания.
Разместил: vitvikvas 8-01-2021, 10:00 | Комментарии: 0 | Подробнее

Название: PYTHON: 2 Books in 1: Python Programming & Data Science. Master Data Analysis in Less than 7 Days and Discover the Secrets of Machine Learning with Step-by-Step Exercises
Автор: Callaway J.
Издательство: Amaxon
Год: 2020
Формат: pdf
Страниц: 186
Размер: 28 mb
Язык: английский

Well, you don’t need to be proficient in Python to conduct data analysis in Python. All you need to do is to master five Python libraries to effectively find a solution to a wide array of data analysis problems. So, you need to start learning these libraries one by one. Remember that you don’t have to be a pro at building great software in Python to productively conduct data analysis.
Before you proceed further, make sure that you set up your programming environment and learn the way to work with Ipython notebook.
Разместил: na5ballov 7-01-2021, 20:04 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности