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



Реклама


Mathematica для нематематикаНазвание: Mathematica для нематематика
Автор: Вавилов Н.А., Халин В.Г., Юрков А.В.
Издательство: МЦНМО
Год: 2021
Страниц: 483
Язык: русский
Формат: pdf (true)
Размер: 10.3 MB

Настоящий учебник посвящен системе Mathematica - прикладному пакету компьютерной алгебры, при помощи которого можно решать любые задачи, в которых в той или иной форме встречается математика. Учебник возник из желания соавторов материализовать разделяемое ими убеждение, что нельзя учить математике, натаскивая на рутинных операциях, которые студенты в своей будущей жизни никогда не применят. Современные математические пакеты — а Mathematica среди них безусловно выдающийся — лучше многих решат уравнения и выполнят вычисления (в умелых руках). Компьютерная алгебра является одной из самых мифологизированных областей. Не только большинство пользователей, но и многие профессиональные математики и программисты не имеют представления о реальной силе, возможностях и специфике имеющихся систем, не говоря уже о ближайших перспективах этой области.
Разместил: Ingvar16 4-06-2021, 19:58 | Комментарии: 0 | Подробнее
Название: A Beginner’s Guide to Statistics for Criminology and Criminal Justice Using R
Автор: Alese Wooditch, Nicole J. Johnson, Reka Solymosi, Juanjo Medina Ariza, Samuel Langton
Издательство: Springer
Год: 2021
Формат: PDF
Страниц: 341
Размер: 24 Mb
Язык: English

This book provides hands-on guidance for researchers and practitioners in criminal justice and criminology to perform statistical analyses and data visualization in the free and open-source software R. It offers a step-by-step guide for beginners to become familiar with the RStudio platform and tidyverse set of packages.
Разместил: vitvikvas 4-06-2021, 18:05 | Комментарии: 0 | Подробнее
Название: Systems Analysis and Design (MindTap Course List), 12th Edition
Автор: Scott Tilley
Издательство: Cengage Learning
Год: 2020
Формат: True PDF
Страниц: 514
Размер: 29 Mb
Язык: English

Discover a practical, streamlined approach to information systems development that focuses on the latest developments with Tilley's SYSTEMS ANALYSIS AND DESIGN, 12E and MindTap digital resources. Real examples clearly demonstrate both traditional and emerging approaches to systems analysis and design, including object-oriented and agile methods. You also study cloud computing and mobile applications as this edition presents an easy-to-follow approach to systems analysis and design. Meaningful projects, insightful assignments and both online and printed exercises emphasize the critical thinking and IT skills that are most important in today's dynamic, business-related environment. New MindTap ConceptClip videos and a new online continuing case further demonstrate concepts for success in today's competitive and rapidly changing business world
Разместил: vitvikvas 4-06-2021, 13:24 | Комментарии: 0 | Подробнее
Название: Integrating D3.js with React: Learn to Bring Data Visualization to Life
Автор: by Elad Elrom
Издательство: Apress
Год: 2021
Формат: PDF, ePUB
Страниц: 373
Размер: 11 Mb
Язык: English

Integrate D3.js into a React TypeScript project and create a chart component working in harmony with React. This book will show you how utilize D3 with React to bring life to your charts. Seasoned author Elad Elrom will show you how to create simple charts such as line, bar, donut, scatter, histogram and others, and advanced charts such as a world map and force charts. You'll also learn to share the data across your components and charts using React Recoil state management. Then integrate third-party chart libraries that are built on D3 such as Rechart, Visx, Nivo, React-vi, and Victory and in the end deploy your chart as a server or serverless app on popular platforms.
Разместил: vitvikvas 4-06-2021, 10:21 | Комментарии: 0 | Подробнее
Blockchain Intelligence: Methods, Applications and ChallengesНазвание: Blockchain Intelligence: Methods, Applications and Challenges
Автор: Zibin Zheng, Hong-Ning Dai
Издательство: Springer
Год: 2021
Страниц: 170
Язык: английский
Формат: pdf (true), epub
Размер: 23.0 MB

This book focuses on using Artificial Intelligence (AI) to improve blockchain ecosystems. Gathering the latest advances resulting from AI in blockchain data analytics, it also presents big data research on blockchain systems. Despite blockchain's merits of decentralisation, immutability, non-repudiation and traceability, the development of blockchain technology has faced a number of challenges, such as the difficulty of data analytics on encrypted blockchain data, poor scalability, software vulnerabilities, and the scarcity of appropriate incentive mechanisms. Combining AI with blockchain has the potential to overcome the limitations, and machine learning-based approaches may help to analyse blockchain data and to identify misbehaviours in blockchain. In addition, deep reinforcement learning methods can be used to improve the reliability of blockchain systems.
Разместил: Ingvar16 4-06-2021, 09:01 | Комментарии: 0 | Подробнее
Machine Learning in Asset PricingНазвание: Machine Learning in Asset Pricing
Автор: Stefan Nagel
Издательство: Princeton University Press
Год: 2021
Страниц: 157
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

A groundbreaking, authoritative introduction to how Machine Learning (ML) can be applied to asset pricing. Investors in financial markets are faced with an abundance of potentially value-relevant information from a wide variety of different sources. In such data-rich, high-dimensional environments, techniques from the rapidly advancing field of Machine Learning are well-suited for solving prediction problems. Accordingly, ML methods are quickly becoming part of the toolkit in asset pricing research and quantitative investing. In this book, Stefan Nagel examines the promises and challenges of ML applications in asset pricing.
Разместил: Ingvar16 3-06-2021, 12:08 | Комментарии: 0 | Подробнее
Combine: Asynchronous Programming with Swift (2nd Edition)Название: Combine: Asynchronous Programming with Swift (2nd Edition)
Автор: Scott Gardner, Shai Mishali, Florent Pillet и др.
Издательство: Razeware LLC
Год: 2020
Страниц: 424
Язык: английский
Формат: pdf (true), epub
Размер: 21.2 MB, 20.6 MB

The best book to master declarative asynchronous programming with Swift using the Combine framework! Writing asynchronous code can be challenging, with a variety of possible interfaces to represent, perform, and consume asynchronous work — delegates, notification center, KVO, closures, etc. Juggling all of these different mechanisms can be somewhat overwhelming. Does it really have to be this hard? Not anymore!
Разместил: Ingvar16 3-06-2021, 09:50 | Комментарии: 0 | Подробнее

Название: Explorations in Computing: An Introduction to Computer Science and Python Programming
Автор: John S. Conery
Издательство: Chapman and Hall/CRC
Год: 2015
Формат: PDF
Страниц: 439
Для сайта: Mirknig.su
Размер: 15 mb
Язык: English

Explorations in Computing: An Introduction to Computer Science and Python Programming teaches computer science students how to use programming skills to explore fundamental concepts and computational approaches to solving problems.
Разместил: siburit 3-06-2021, 09:39 | Комментарии: 0 | Подробнее
Название: C# 4.0 и платформа .NET 4 для профессионалов
Автор: Нейгел К., Ивьен Б., Глинн Д.
Издательство: М.: Вильямс
Год: 2011
ISBN: 978-5-8459-1656-3
Формат: djvu
Страниц: 1948
Размер: 109 Mb
Язык: Русский

Несмотря на большой объем, уместить в печатное издание все сведения о языке C# и его применении с другими технологиями .NET не удалось, поэтому десять дополнительных глав представлены в электронном виде на прилагаемом к книге компакт-диске.
Разместил: oksanavalera 2-06-2021, 10:23 | Комментарии: 0 | Подробнее
Python: An Introduction to Programming, 2nd EditionНазвание: Python: An Introduction to Programming, 2nd Edition
Автор: James R. Parker
Издательство: Mercury Learning & Information
Год: 2021
Страниц: 593
Язык: английский
Формат: pdf (true)
Размер: 18.4 MB

This book is an introduction to programming concepts that uses Python 3 as the target language. It covers basic computer concepts such as loops, strings, functions, files, graphics, multimedia, algorithms, classes, writing code, etc. Many examples are based on video games because Python has become the language of choice for basic game development. It follows a practical just in time presentation – material is given to the student when it is needed. Designed as a year one textbook for introduction to programming classes or for the hobbyist who wants to learn the fundamentals of programming, the text assumes no programming experience. Companion files with source code, solved programming exercises, projects, and figures from the text are included.
Разместил: Ingvar16 2-06-2021, 10:05 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности