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



Реклама



Автор: Скиена С.
Название: Алгоритмы. Руководство по разработке
Издательство: СПб.: БХВ-Петербург
Год: 2011
ISBN: 978-5977505604
Язык: Русский, пер. с англ.
Формат: djvu
Размер: 10,6 mb
Страниц: 720

Книга является наиболее полным руководством по разработке эффективных алгоритмов.
Разместил: gol8425 8-07-2021, 10:31 | Комментарии: 1 | Подробнее
Программирование на ассемблере х64. От начального уровня до профессионального использования AVX
Название: Программирование на ассемблере х64. От начального уровня до профессионального использования AVX
Автор: Йо Ван Гуй
Издательство: ДМК Пресс
Год: 2021
Формат: pdf
Страниц: 333
Для сайта: Mirknig.su
Размер: 33,2 Мб
Язык: русский

Изучив это руководство, вы сможете писать и читать исходный код на ассемблере и применять ассемблер совместно с языками программирования высокого уровня, используя необходимые для этого инструменты. В книге главным образом рассматривается программирование в системе Linux, поскольку это самая простая и удобная платформа для изучения языка ассемблера. В заключительных главах дается общее представление об использовании ассемблера в ОС Windows.
Разместил: relizer 8-07-2021, 10:03 | Комментарии: 0 | Подробнее
Название: Rector - The Power of Automated Refactoring
Автор: Matthias Noback and Tomas Votruba
Издательство: Leanpub
Год: 2021
Формат: PDF, ePUB, MOBI
Страниц: 191
Размер: 10 Mb
Язык: English

Learn how to automatically and continuously upgrade and improve your PHP code base Rector is an extremely powerful tool that can instantly improve the code quality of your PHP projects. It can be used to safely migrate projects from PHP 5.6 to PHP 8. It can help you establish a standard of robust programming practices in your project. And it can save you a lot of time spent on reviewing pull requests.
Разместил: vitvikvas 8-07-2021, 07:37 | Комментарии: 0 | Подробнее
ezplot: How to Easily Make ggplot2 Graphics for Data AnalysisНазвание: ezplot: How to Easily Make ggplot2 Graphics for Data Analysis
Автор: Guangming Lang
Издательство: Leanpub
Год: 2021-03-06
Страниц: 138
Язык: английский
Формат: pdf (true), epub
Размер: 21.4 MB

This book will teach you two things: how to make high quality statistical charts, and how to do it fast. The tool we’ll use is a R package called ezplot, which I wrote to help me with my consulting work. After working through this book, you will be able to create any of the top 10 most used charts in less than 1 minute. Hadley’s ggplot2 is a great tool, but one still needs to know the nuts and bolts to customize a ggplot2 chart. In the beginning, I did a lot of code recycling. But every time I copy-and-pasted a chunk of code, I had to change the data frame or variable name to make the code work for the new case. This worked fine for one or two charts, but became very tedious when I had to create many charts. And I often had to make more than 50 charts for a typical client project.
Разместил: Ingvar16 7-07-2021, 21:53 | Комментарии: 0 | Подробнее
Название: Tableau Prep: Up & Running: Self-Service Data Preparation for Better Analysis, First Edition
Автор: Carl Allchin
Издательство: O’Reilly Media
Год: 2020-08-03
Формат: true pdf, epub
Страниц: 466
Размер: 34.5 Mb, 30.3 Mb
Язык: English

For self-service data preparation, Tableau Prep is relatively easy to use—as long as you know how to clean and organize your datasets. Carl Allchin from The Information Lab in London gets you up to speed on Tableau Prep through a series of practical lessons that include methods for preparing, cleaning, automating, organizing, and outputting your datasets.
Разместил: bomboane 7-07-2021, 21:17 | Комментарии: 0 | Подробнее
Название: IBM Watson Solutions for Machine Learning
Автор: Arindam Ganguly
Издательство: BPB Publications
Год: 2021
Формат: ePUB
Страниц: 218
Размер: 10 Mb
Язык: English

Utilize Python and IBM Watson to put real-life use cases into production.
Key Features
Use of popular Python packages for building Machine Learning solutions from scratch.
Practice various IBM Watson Machine Learning tools for Computer Vision and Natural Language Processing applications.
Expert-led best practices to put your Machine Learning solutions into the production environment.
Разместил: vitvikvas 7-07-2021, 21:12 | Комментарии: 0 | Подробнее
Elements of Deep Learning for Computer Vision: Explore Deep Neural Network Architectures, PyTorch, Object Detection Algorithms, and Computer Vision Applications for Python CodersНазвание: Elements of Deep Learning for Computer Vision: Explore Deep Neural Network Architectures, PyTorch, Object Detection Algorithms, and Computer Vision Applications for Python Coders
Автор: Bharat Sikka
Издательство: BPB Publications
Год: 2021
Страниц: 288
Язык: английский
Формат: epub
Размер: 10.1 MB

Conceptualizing deep learning in computer vision applications using PyTorch and Python libraries. Elements of Deep Learning for Computer Vision gives a thorough understanding of deep learning and provides highly accurate computer vision solutions while using libraries like PyTorch. This book introduces you to Deep Learning and explains all the concepts required to understand the basic working, development, and tuning of a neural network using Pytorch. The book then addresses the field of computer vision using two libraries, including the Python wrapper/version of OpenCV and PIL. After establishing and understanding both the primary concepts, the book addresses them together by explaining Convolutional Neural Networks(CNNs). CNNs are further elaborated using top industry standards and research to explain how they provide complicated Object Detection in images and videos, while also explaining their evaluation.
Разместил: Ingvar16 7-07-2021, 20:45 | Комментарии: 0 | Подробнее
Название: Active Rails : Learn how to build a production-quality Rails 6 application from the ground up
Автор: Ryan Bigg, Kieran Andrews, Rebecca Le, and Robin Klaus
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 522
Размер: 20 Mb
Язык: English

This book will teach you the fundamentals of building a Rails application from the ground-up, complete with strict adherence to TDD and BDD.
Earlier editions of this book have been used by thousands of people to help their Ruby on Rails careers.
This book will show you how to build a fully-featured Rails 6 application
Разместил: vitvikvas 7-07-2021, 19:49 | Комментарии: 0 | Подробнее
Название: Build a Blockchain from Scratch in Go
Автор: Lukas Lukac
Издательство: Lukas Lukac
Год: 2021
Формат: PDF
Страниц: 316
Размер: 11 Mb
Язык: English

Learn Go + Blockchain to expand your dev career What can you expect?
This eBook is not specific to any particular blockchain. Opposite. It contains various peer-to-peer, blockchain and cryptographical design patterns useful for any software developer who wants to expand his programming career and learn new concepts. Majority of the components are from Bitcoin and Ethereum blockchain implementations.
I can't promise the blockchain way of programming will be easy, but this eBook will turn you into a blockchain developer, expand your career prospects, and open you up to a whole new community of amazing forward thinkers.
Разместил: vitvikvas 7-07-2021, 18:51 | Комментарии: 0 | Подробнее
Programming for beginners The fundamentals: Basic introduction to programming concepts with fractals (Volume 1)Название: Programming for beginners The fundamentals: Basic introduction to programming concepts with fractals (Volume 1)
Автор: Bjorn Inge F. Westerheim
Издательство: Independently published
Год: Last updated 10/4/2021 (Draft version)
Страниц: 201
Язык: английский
Формат: pdf (true)
Размер: 11.9 MB

Introductory text to programming based around building a fractal generator. It introduces basic concepts such as variables, data types, looping, decision making and basic programming strategies while working towards drawing a Mandelbrot fractal to the screen. This is the first out of two volumes. The first volume primes readers by exposing them to basic theory and code.
Разместил: Ingvar16 7-07-2021, 17:23 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности