LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 28-12-2021, 05:43
  • Комментариев: 0
JavaScript Coding for Teens: A Beginner's Guide to Developing Websites and GamesНазвание: jаvascript Coding for Teens: A Beginner's Guide to Developing Websites and Games
Автор: Andrew Yueh
Издательство: Rockridge Press
Год: 2021
Страниц: 437
Язык: английский
Формат: pdf, epub
Размер: 14.4 MB

Everything teens need to get started with jаvascript. Have you ever wanted to make your own game? How about an awesome website? Then jаvascript Coding for Teens is the book for you! It doesn’t matter if you’re not sure what a variable is, are stumped about syntax, or don’t even know how to use jаvascript on your computer! This simple guide to coding for beginners walks you through every part of the process with easy-to-understand language and straightforward directions. You’ll be coding like a pro in no time! We are here to get your feet wet in the world of jаvascript and programming fundamentals.
  • Добавил: literator
  • Дата: 27-12-2021, 20:12
  • Комментариев: 0
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.
  • Добавил: literator
  • Дата: 27-12-2021, 19:35
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 27-12-2021, 18:00
  • Комментариев: 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.
  • Добавил: M5662
  • Дата: 26-12-2021, 23:40
  • Комментариев: 0

Название: Python на практике
Автор: Саммерфилд Марк
Издательство: ДМК-Пресс
Год: 2014
Страниц: 338
ISBN: 978-5-97060-095-5
Формат: DJVU
Размер: 17.5 Мб
Язык: русский

Если вы - опытный программист на Python, то после прочтения данной книги ваши программы станут более качественными, надежными, быстрыми, удобными для сопровождения и использования.
  • Добавил: literator
  • Дата: 26-12-2021, 19:20
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 26-12-2021, 19:03
  • Комментариев: 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.
  • Добавил: fisher1978
  • Дата: 26-12-2021, 10:28
  • Комментариев: 0
Название: Объектно-ориентированный анализ и проектирование систем
Автор: Эдвард Йордон, Карл Аргила
Издательство: Лори
Год: 2007
ISBN: 5-85582-057-2
Формат: pdf
Страниц: 284
Размер: 106 Мб
Язык: русский

В данной книге показан процесс объектно-ориентированного анализа и проектирования реальных систем. Помимо терминологии, обозначений и модельной структуры рассматриваются вопросы анализа, разработки проекта и управления им.
  • Добавил: literator
  • Дата: 26-12-2021, 07:50
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 26-12-2021, 07:29
  • Комментариев: 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.