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



Реклама


Название: Teach Yourself VISUALLY Python
Автор: Guy Hart-Davis and Ted Hart-Davis
Издательство: John Wiley & Sons, Inc
Год: 2022
Формат: True PDF
Страниц: 307
Размер: 46 Mb
Язык: English

A simple, straightforward, and hands-on roadmap to the world of computer programming with Python
Teach Yourself VISUALLY: Python is your personal guide to getting you started in programming. As one of the world's most popular—and most accessible—coding languages, Python is your gateway into the wide and wonderful world of computer science. This hands-on guide walks you through Python step by clearly illustrated step, from writing your very first Python code in a terminal window or the VS Code app through to creating your own lists, dictionaries, and custom classes.
Разместил: vitvikvas 1-08-2022, 12:16 | Комментарии: 0 | Подробнее
Название: Learn Rust Programming: Safe Code, Supports Low Level and Embedded Systems Programming with a Strong Ecosystem
Автор: Claus Matzinger
Издательство: BPB Online
Год: 2022
Формат: ePUB, PDF
Страниц: 288
Размер: 10 Mb
Язык: English

"Learn Rust Programming" assists every programmer in learning Rust and filling in the gaps left by other programming languages in developing full-proof apps and systems. This book covers every vital feature a programmer requires, including basic principles, syntax, clean coding, application testing, popular libraries, and numerous examples and small programmes.
Разместил: vitvikvas 1-08-2022, 11:45 | Комментарии: 0 | Подробнее
Название: Pro C# 10 with .NET 6: Foundational Principles and Practices in Programming
Автор: Andrew Troelsen
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 1680
Размер: 45,9 Mb
Язык: English

Welcome to the most comprehensive foundational guide available on the topic of C# coding and .NET. This book goes beyond “do this, to achieve this” to drill down into the core stuff that makes a good developer, great. This expanded 11th edition delivers loads of new content on Entity Framework, Razor Pages, Web APIs and more. You will find the latest C# 10 and .NET 6 features served up with plenty of “behind the curtain” discussion designed to expand developers’ critical thinking skills when it comes to their craft. Coverage of ASP.NET Core, Entity Framework Core, and more sits alongside the latest updates to the new unified .NET platform, from performance improvements to Windows Desktop apps on .NET 6, updates in XAML tooling, and expanded coverage of data files and data handling. Going beyond the latest features in C# 10, all code samples are rewritten for this latest release.
Разместил: vitvikvas 1-08-2022, 09:35 | Комментарии: 0 | Подробнее
Название: Practical Deep Reinforcement Learning with Python
Автор: Ivan Gridin
Издательство: BPB Online
Год: 2022
Формат: True ePUB, PDF
Страниц: 526
Размер: 11 Mb
Язык: English

Introducing Practical Smart Agents Development using Python, PyTorch, and TensorFlow
Key Features
Exposure to well-known RL techniques, including Monte-Carlo, Deep Q-Learning, Policy Gradient, and Actor-Critical.
Hands-on experience with TensorFlow and PyTorch on Reinforcement Learning projects.
Everything is concise, up-to-date, and visually explained with simplified mathematics.
Разместил: vitvikvas 30-07-2022, 10:25 | Комментарии: 0 | Подробнее
Название: The Book of Kubernetes: A Complete Guide to Container Orchestration
Автор: Alan Hohn
Издательство: No Starch Press
Год: 2022
Формат: ePUB
Страниц: 395
Размер: 10 Mb
Язык: English

This hands-on guidebook to the inner workings of containers peels back the layers to provide a deep understanding of what a container is, how containerization changes the way programs run, and how Kubernetes provides computing, networking, and storage.
Разместил: vitvikvas 29-07-2022, 18:25 | Комментарии: 0 | Подробнее
Название: MATLAB Symbolic Math Toolbox User’s Guide
Автор: MathWorks
Издательство: MathWorks
Год: 2022
Формат: PDF
Страниц: 2266
Размер: 14,3 Mb
Язык: English

Symbolic Math Toolbox provides functions for solving, plotting, and manipulating symbolic math equations. You can create, run, and share symbolic math code. In the MATLAB Live Editor, you can get next-step suggestions for symbolic workflows. The toolbox provides functions in common mathematical areas such as calculus, linear algebra, algebraic and differential equations, equation simplification, and equation manipulation.
Symbolic Math Toolbox lets you analytically perform differentiation, integration, simplification, transforms, and equation solving. You can perform dimensional computations and convert between units. Your computations can be performed either analytically or using variable-precision arithmetic, with the results displayed in mathematical typeset.
You can share your symbolic work with other MATLAB users as live scripts or convert them to HTML, Word, LaTex or PDF documents. You can generate MATLAB functions, Simulink® Function blocks, and Simscape equations directly from symbolic expressions.
Разместил: vitvikvas 29-07-2022, 13:24 | Комментарии: 0 | Подробнее
Название: Think AI: Explore the flavours of Machine Learning, Neural Networks, Computer Vision and NLP with powerful python libraries
Автор: Swapnali Joshi Naik
Издательство: BPB Online
Год: 2022
Формат: True ePUB, PDF
Страниц: 370
Размер: 14,4 Mb
Язык: English

"Think AI" is a rapid-learning book that covers a wide range of Artificial Intelligence topics, including Machine Learning, Deep Learning, Computer Vision, and Natural Language Processing. Most popular Python libraries and toolkits are applied to develop intelligent and thoughtful applications. With a solid grasp of python programming and mathematics, you may use this book's statistical models and AI algorithms to meet AI needs and data insight issues. Each chapter in this book guides you swiftly through the core concepts and then directly to their implementation using Python toolkits. This book covers the techniques and skill sets required for data collection, pre-processing, installing libraries, preparing data models, training and deploying the models, and optimising model performance.
Разместил: vitvikvas 29-07-2022, 13:10 | Комментарии: 0 | Подробнее
Название: Rust Crash Course: Build High-Performance, Efficient and Productive Software with the Power of Next-Generation Programming
Автор: Abhishek Kumar
Издательство: BPB Online
Год: 2022
Формат: True ePUB, PDF
Страниц: 328
Размер: 15,5 Mb
Язык: English

Rust is a sophisticated systems programming language for speed, memory safety, and parallelism. This book gives you a fast introduction to Rust so that you may get started with low-level system programming and developing web applications, network services, and embedded programmes. The book begins with instructions on setting up the Rust environment, developing a "hello world" programme, and getting started with cargo, the Rust package manager and the build tool. The book is a crash course, although it covers fundamental programming principles like variables and mutability, data types, comments, and control flow. Very precisely, topics such as ownership, borrowing, structs, enums, and other collections are covered. Error handling, memory management, and concurrency are well-demonstrated using practical projects. The book explains how to construct automated tests, write multithreaded applications, and utilise common data structures without difficulty. The book concludes with several hands-on projects, including creating a CLI application, a web app, a binary image classifier, and an embedded programme.
Разместил: vitvikvas 29-07-2022, 12:57 | Комментарии: 0 | Подробнее
Название: Natural Language Processing with Python and spaCy: A Practical Introduction
Автор: Yuli Vasiliev
Издательство: No Starch Press
Год: 2020
Формат: True ePUB
Страниц: 216
Размер: 19,3 Mb
Язык: English

An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library.

Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You'll learn how to leverage the spaCy library to extract meaning from text intelligently; how to determine the relationships between words in a sentence (syntactic dependency parsing); identify nouns, verbs, and other parts of speech (part-of-speech tagging); and sort proper nouns into categories like people, organizations, and locations (named entity recognizing). You'll even learn how to transform statements into questions to keep a conversation going.
Разместил: vitvikvas 29-07-2022, 05:13 | Комментарии: 0 | Подробнее
Название: Введение в программирование и структуры данных
Автор: Фислер Кати, Политц Джо Гиббс, Кришнамурти Шрирам
Издательство: ДMK
Год: 2022
Формат: True PDF
Страниц: 442
Размер: 10 Mb
Язык: Русский

В книге представлены полезные методы программирования, имеющие практическую ценность. Опираясь на свой многолетний опыт, авторы показывают, как написать надежный код, который смогут читать другие разработчики. Основной принцип обучения - составление плана решения: от определения структур данных по условиям поставленной задачи через примеры и тесты к написанию программного кода. Книга содержит большое количество примеров и упражнений, позволяющих читателям самостоятельно закрепить изученный материал на практике.
Разместил: vitvikvas 28-07-2022, 18:07 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности