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



Реклама


Python Data Science: The Complete Step-by-Step Python Programming Guide. Learn How to Master Big Data Analysis and Machine Learning (2022 Edition For Beginners)Название: Python Data Science: The Complete Step-by-Step Python Programming Guide. Learn How to Master Big Data Analysis and Machine Learning (2022 Edition For Beginners)
Автор: Ivor Osborne
Издательство: Amazon.com Services LLC
Год: 2021
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.2 MB

Data Science is currently one of the most popular buzzwords in the business world. Many businesses understand the value of information collection, but because they can collect so much data in such a short period, the real question is: "What is the next step?" Data Science encompasses all of the steps you take with data, such as collecting and cleaning it if it comes from multiple sources, analyzing it, applying Machine Learning algorithms and models, and then presenting your findings from the analysis with some good Data Visualizations. The good news is that the Matplotlib library, which is a NumPy and SciPy extension, can assist us in creating all of them. The Matplotlib library can help you visualize your data as a line graph, a pie chart, a histogram, or in another way.
Разместил: Ingvar16 27-12-2021, 20:12 | Комментарии: 0 | Подробнее
Machine Learning Mathematics: Explore Deep Learning Using Data Science. How to Create Artificial Intelligence Using Statistics, Algorithms, Analysis, and Data Mining Concepts (2022 Beginners Guide)Название: Machine Learning Mathematics: Explore Deep Learning Using Data Science. How to Create Artificial Intelligence Using Statistics, Algorithms, Analysis, and Data Mining Concepts (2022 Beginners Guide)
Автор: Jackson Smart
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 167
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.2 MB

The concept of Artificial Intelligence technology is based on the idea that computers can be programmed to have human-like intelligence. It can mimic human reasoning and learning abilities, adapting to new inputs and completing tasks without human intervention. The Artificial Intelligence principle includes Machine Learning. Machine Learning Technology (ML) is an Artificial Intelligence philosophy that focuses on computers' designed ability to learn directly and self-train, discover information patterns to improve the underlying algorithm, and make autonomous decisions without human intervention. During his tenure at IBM, Arthur Samuel, a pioneering gaming and artificial intelligence professor, coined the term "machine learning" in 1959. According to Machine Learning theory, modern computers can be trained using specific training data sets that can be easily customized to achieve desired functionality. Machine Learning is guided by a pattern-recognition method in which prior interactions and outcomes are recorded and reviewed in a way that correlates to its current position. Due to the iterative nature of machine learning, computers must be able to adapt to new data without the assistance of a human because they are required to process infinite volumes of data. Statistics, which focuses on making predictions using modern computer tools and technologies, is inextricably linked to machine learning. The study of "mathematical optimization" adds methodologies, theories, and application areas to the field of Machine Learning.
Разместил: Ingvar16 27-12-2021, 19:35 | Комментарии: 0 | Подробнее
WebAssembly: The Definitive Guide (Final Release)Название: WebAssembly: The Definitive Guide (Final Release)
Автор: Brian Sletten
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 335
Язык: английский
Формат: pdf (true)+pdf (conv), epub
Размер: 30.1 MB, 14.6 MB

WebAssembly: The Definitive Guide is a thorough and accessible introduction to one of the most transformative technologies hitting our industry. What started as a way to use languages other than jаvascript in the browser has evolved into a comprehensive path toward portability, performance, increased security, and greater code reuse across an impressive collection of deployment targets.
Разместил: Ingvar16 27-12-2021, 17:59 | Комментарии: 0 | Подробнее
Название: jаvascript for Impatient Programmers
Автор: Axel Rauschmayer
Издательство: Axel Rauschmayer
Год: 2021
Формат: ePUB, PDF, MOBI
Страниц: 576
Размер: 10 Mb
Язык: English

This book makes jаvascript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible.
Get started quickly, by initially focusing on modern features.
Test-driven exercises and quizzes available for most chapters.
Covers all essential features of jаvascript, up to and including ES2021.
Optional advanced sections let you dig deeper.
Разместил: vitvikvas 27-12-2021, 16:55 | Комментарии: 0 | Подробнее
Lua Programming Beginners: Learn Lua Programming Step by Step very easyНазвание: Lua Programming Beginners: Learn Lua Programming Step by Step very easy
Автор: Zizo Rizk
Издательство: Independently published
Год: 2021
Страниц: 280
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Learn Lua Programming Step by Step for beginners. Continuing the tradition, our first Lua program simply printed em “Hello World” : print (“Hello World”) If you are using a separate Lua interpreter, then all you need is you need to run your first program - this is to run the interpreter tator - usually called Lua or Lua 5.2 - with the name of the text file containing your program. Every piece of code that Lua executes, such as a file or from- a smart string in interactive mode is called a chunk. A block is simply a sequence of commands (or statements). Lua does not need a separator between consecutive operators, but you can use semicolon if you like. I personally use I use a semicolon only to separate statements written in one line. Line splitting does not play any role in the syntax system Lua.
Разместил: Ingvar16 26-12-2021, 19:20 | Комментарии: 0 | Подробнее
C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by stepНазвание: C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by step
Автор: Zizo Rizk
Издательство: Independently published
Год: 2021
Страниц: 328
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

New Book Learn C++ from scratch and start build your very own new games step by step very easy. One question you might have is, why use C++ at all? C++ is fast, very fast. What makes this the case is the fact that the code that we write is directly translated into machine executable instructions. These instructions make the game. The executable game is contained within an .exe file that the player can simply double-click to run. There are a few steps in the process. First, the pre-processor looks to see if any other code needs to be included within our own code and adds it when necessary. Next, all the code is compiled into object files by the compiler program. Finally, a third program, called the linker, joins all the object files into the executable file, which is our game. In addition, C++ is well established at the same time as being extremely upto-date. C++ is an object oriented programming ( OOP ) language, which means we can write and organize our code in a proven way that makes our games efficient and manageable. The benefits, as well as the necessity for this, will reveal themselves as we progress through the book.
Разместил: Ingvar16 26-12-2021, 19:03 | Комментарии: 0 | Подробнее
Название: Объектно-ориентированный анализ и проектирование систем
Автор: Эдвард Йордон, Карл Аргила
Издательство: Лори
Год: 2007
ISBN: 5-85582-057-2
Формат: pdf
Страниц: 284
Размер: 106 Мб
Язык: русский

В данной книге показан процесс объектно-ориентированного анализа и проектирования реальных систем. Помимо терминологии, обозначений и модельной структуры рассматриваются вопросы анализа, разработки проекта и управления им.
Разместил: oksanavalera 26-12-2021, 10:30 | Комментарии: 0 | Подробнее
The AI Model Handbook: A guide to the world of artificial intelligence modelingНазвание: The AI Model Handbook: A guide to the world of artificial intelligence modeling
Автор: Minh Trinh
Издательство: Rodeo Press
Год: 2021
Страниц: 358
Язык: английский
Формат: pdf, epub
Размер: 22.1 MB

This book introduces in a non-technical way Artificial Intelligence (AI), Machine Learning, and the most common models used in production. It covers supervised and unsupervised learning, Deep Learning, natural language processing (NLP), computer vision, generative adversarial networks, graph neural networks, recommender systems, and causal inference. Machine learning studies how computer programs can learn with experience (data) to make better forecasts and decisions. Learning can involve actual data or simulated data. We can see machine learning as a subcategory of artificial intelligence. It is unclear whether machine learning is sufficient to “solve intelligence.” We can divide Machine Learning into different categories: Supervised learning, unsupervised learning, self-supervised learning, and reinforcement learning.
Разместил: Ingvar16 26-12-2021, 07:50 | Комментарии: 0 | Подробнее
Requirements Modeling And Coding: An Object-oriented ApproachНазвание: Requirements Modeling And Coding: An Object-oriented Approach
Автор: Liping Liu
Издательство: World Scientific Publishing
Год: 2021
Страниц: 470
Язык: английский
Формат: pdf (true), epub
Размер: 25.7 MB

Requirements Modeling and Coding attempts to bridge the gap between modeling and coding and serves the growing trend of agile development better than existing textbooks in the area. Instead of using toy tools to create modeling and coding examples, the author teaches IBM Rational Rhapsody as a modeling tool and Microsoft Visual C# as a programming tool. C# is the purest object-oriented programming language and the best tool for developing graphical user interfaces, while Rhapsody is a visual development environment that real software developers use to create real-time or embedded systems.This book serves as a text for a capstone course on Systems Analysis and Design in Information Systems programs. It conceptualizes business objects and functions, develops business models and software architectures, and enriches the models and the architectures by storyboarding use cases along with user interface designs.Instructor's resources are provided for free to instructors who adopt the book as textbook.
Разместил: Ingvar16 26-12-2021, 07:29 | Комментарии: 0 | Подробнее
Название: Машинное обучение для бизнеса и маркетинга
Автор: Кацов Илья
Издательство: Питер
Год: 2019
Формат: PDF
Страниц: 512
Размер: 10 Mb
Язык: Русский

Наука о данных становится неотъемлемой частью любой маркетинговой деятельности, и эта книга является живым портретом цифровых преобразований в маркетинге. Анализ данных и интеллектуальные алгоритмы позволяют автоматизировать трудоемкие маркетинговые задачи. Процесс принятия решений становится не только более совершенным, но и более быстрым, что имеет большое значение в постоянно ускоряющейся конкурентной среде.
Разместил: vitvikvas 25-12-2021, 17:57 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности