Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: MATLAB Parallel Computing Toolbox User’s Guide
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: 2019
Формат: true pdf/rtf
Страниц: 936
Размер: 15.6 Mb
Язык: English

Parallel Computing Toolbox lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—enable you to parallelize MATLAB® applications without CUDA or MPI programming. The toolbox lets you use parallel-enabled functions in MATLAB and other toolboxes. You can use the toolbox with Simulink® to run multiple simulations of a model in parallel. Programs and models can run in both interactive and batch modes.
Разместил: buratino 15-10-2019, 19:25 | Комментарии: 0 | Подробнее
Название: Robotics: What Beginners Need to Know about Robotic Process Automation, Mobile Robots, Artificial Intelligence, Machine Learning, Autonomous Vehicles, Speech Recognition, Drones, and Our Future
Автор: Neil Wilkins
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 116
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.6 MB

Artificial intelligence, otherwise known as AI, is often referred to as machine intelligence and it is the intelligence that is commonly shown in machines as opposed to the natural intelligence that is usually seen in humans and various other mammals. When it comes to computer science, artificial intelligence research is going to be listed as a study of intelligence that is shown by devices that can perceive the environment around it in order to take actions that can maximize its chances of being successful in reaching its goals. Informally, the word artificial intelligence will usually be linked to a machine that can copy a human’s cognitive function problem-solving or learning.
Разместил: literator 15-10-2019, 18:39 | Комментарии: 0 | Подробнее
Название: Machine Learning: Master Machine Learning Fundamentals for Beginners, Business Leaders and Aspiring Data Scientists
Автор: MG Martin
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 174
Язык: английский
Формат: epub, rtf, pdf (conv)
Размер: 10.4 MB

Are you looking forward to learning Machine Learning? No matter your skill level, this powerful blueprint 3 Books in 1 will get you started to help you begin and expand your knowledge.
Разместил: literator 15-10-2019, 15:27 | Комментарии: 0 | Подробнее
Название: High Performance Python: Practical Performant Programming for Humans, 2nd Edition (Early Release)
Автор: Micha Gorelick, Ian Ozsvald
Издательство: O’Reilly Media, Inc.
Год: 2019
Страниц: 76
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

Your Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, the updated edition of this practical guide, expanded and enhanced for Python 3, helps you gain a deeper understanding of Python’s implementation. You’ll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs.
Разместил: literator 14-10-2019, 16:28 | Комментарии: 0 | Подробнее
Название: Artificial intelligence - When do machines take over?
Автор: Klaus Mainzer
Издательство: Springer
Год: 2019
Страниц: 284
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Everybody knows them. Smartphones that talk to us, wristwatches that record our health data, workflows that organize themselves automatically, cars, airplanes and drones that control themselves, traffic and energy systems with autonomous logistics or robots that explore distant planets are technical examples of a networked world of intelligent systems. Machine learning is dramatically changing our civilization. We rely more and more on efficient algorithms, because otherwise we will not be able to cope with the complexity of our civilizing infrastructure. But how secure are AI algorithms? This challenge is taken up here: Complex neural networks are fed and trained with huge amounts of data (big data). The number of necessary parameters explodes exponentially.
Разместил: literator 14-10-2019, 13:14 | Комментарии: 0 | Подробнее
Название: Building Android Apps in Python Using Kivy with Android Studio: With Pyjnius, Plyer, and Buildozer
Автор: Ahmed Fawzy Mohamed Gad
Издательство: Apress
Год: 2019
Страниц: 432
Язык: английский
Формат: pdf (true), epub
Размер: 13.34 MB

Start building Python-based Android applications using Kivy with Android Studio. Through in-depth examples, this book teaches you everything you need to create your first Android application in Python and publish on Google Play. Building Android Apps in Python Using Kivy with Android Studio takes you through the basics of Kivy by discussing its application structure, widgets, and event handling. The KV language is then introduced for separating the logic and GUI by adding widgets within a KV file. You will then learn how to utilize Android camera using Kivy, build the HTTP server using Flask, and create and manage multiple screens to help you design your own applications.
Разместил: literator 14-10-2019, 12:35 | Комментарии: 0 | Подробнее
Visual Basic 6.0 Самоучитель для начинающихНазвание: Visual Basic 6.0 Самоучитель для начинающих
Автор: С. Н. Лукин
Издательство: Диалог-МИФИ
Год: 2001
Формат: pdf, doc
Страниц: 277
Размер: 12,1 Mb
Язык: Русский

Visual Basic принадлежит к разряду новых и замечательных инструментов программирования, а именно – к средам визуальной разработки программ, к которым принадлежат также Delphi (в основе которой лежит современная версия языка Паскаль – Object Pascal), Visual C++ и некоторые другие. Еще одна особенность – программисту, работающему в Visual Basic и других подобных средах, никуда не деться от так называемого объектного программирования, завоевавшего в последние годы программистский мир.
Разместил: fisher1978 14-10-2019, 09:41 | Комментарии: 0 | Подробнее
Java Unit Testing with JUnit 5: Test Driven Development with JUnit 5Название: Java Unit Testing with JUnit 5: Test Driven Development with JUnit 5
Автор: Shekhar Gulati, Rahul Sharma
Издательство: Apress
ISBN: 1484230140
Год: 2017
Страниц: 158
Язык: английский
Формат: epub, rtf, pdf
Размер: 10.28 MB

Explore the new way of building and maintaining test cases with Java test driven development (TDD) using JUnit 5. This book doesn't just talk about the new concepts, it shows you ways of applying them in TDD and Java 8 to continuously deliver code that excels in all metrics.
Unit testing and test driven development have now become part of every developer's skill set. For Java developers, the most popular testing tool has been JUnit, and JUnit 5 is built using the latest features of Java. With Java Unit Testing with JUnit 5, you'll master these new features, including method parameters, extensions, assertions and assumptions, and dynamic tests. You'll also see how to write clean tests with less code. This book is a departure from using older practices and presents new ways of performing tests, building assertions, and injecting dependencies.
Разместил: buratino 14-10-2019, 09:23 | Комментарии: 0 | Подробнее
Название: Python Programming For Beginners - Learn Python Programming in 24 Hours
Автор: UpSkill Learning
Издательство: Amazon Digital Services LLC
Год: 2016
Формат: epub/mobi/pdf(conv.)
Страниц: 132
Размер: 11.3 Mb
Язык: English

This Book “Python Programming for Beginners” teaches you everything you need to become a Python Programmer from scratch. This book explains How You Can Get Started with Python Programming by explaining the Importance of Learning Python, Features of Python, Setting up the Environment, Beginning with Python, Objects And Methods, Flow Of Control And A Lot More!
Want to learn an exciting programming language? Want to get ahead in the technologically advanced world? Want to elevate your career to another level by learning Python? This book has an “Answer” for all your questions and career needs!
Разместил: buratino 13-10-2019, 20:05 | Комментарии: 0 | Подробнее
Название: C#
Автор: Карли Ватсон и другие
Издательство: Лори
Год: 2004
ISBN: 5-85582-228-1
Формат: pdf
Страниц: 879
Размер: 22,4 Mb
Язык: Русский

C# - это новый фирменный язык программирования компании Microsoft, предназначенный для ее новой платформы .NET Framework, которая состоит из среды выполнения, управляющей работой программ, и полного набора библиотек классов, позволяющих решить практически любую задачу, какую только можно придумать. И хотя программы для .NET могут писаться на самых разнообразных языках программирования, C# является единственным языком, который был разработан специально для .NET Framework и который, таким образом, становится основным языком программирования для создания .NET-приложений на многие годы вперед.
Разместил: fisher1978 13-10-2019, 19:51 | Комментарии: 0 | Подробнее



 Litmy.ru  ©2020-2023     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности