Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 22-03-2021, 16:28
  • Комментариев: 0
C++ and Algorithmic Thinking for the Complete Beginner (2nd Edition): Learn to Think Like a ProgrammerНазвание: C++ and Algorithmic Thinking for the Complete Beginner (2nd Edition): Learn to Think Like a Programmer
Автор: Aristides Bouras
Издательство: Independently published
Год: 2021
Страниц: 1172
Язык: английский
Формат: pdf, azw3, epub
Размер: 16.4 MB

Thoroughly revised for the latest version of C++, this book explains basic concepts in a clear and explicit way that takes very seriously one thing for granted—that the reader knows nothing about computer programming. This edition contains all the popular features of the previous edition and adds a significant number of exercises, as well as extensive revisions and updates. Apart from C++’s arrays, it now also covers unordered maps, while a brand new section provides an effective introduction to the next field that a programmer needs to work with, which is Object Oriented Programming (OOP).
  • Добавил: buratino
  • Дата: 22-03-2021, 12:12
  • Комментариев: 0
Название: Introducing Machine Learning (Developer Reference)
Автор: Dino Esposito, Francesco Esposito
Издательство: Microsoft Press
Год: 2020
Формат: true pdf/epub
Страниц: 400
Размер: 18.5 Mb
Язык: English

Master machine learning concepts and develop real-world solutions
Machine learning offers immense opportunities, and Introducing Machine Learning delivers practical knowledge to make the most of them. Dino and Francesco Esposito start with a quick overview of the foundations of artificial intelligence and the basic steps of any machine learning project. Next, they introduce Microsoft’s powerful ML.NET library, including capabilities for data processing, training, and evaluation.
  • Добавил: buratino
  • Дата: 22-03-2021, 11:58
  • Комментариев: 0
Название: Sams Teach Yourself Java in 21 Days (Covers Java 11/12) Eighth Edition)
Автор: Rogers Cadenhead
Издательство: Sams Publishing
Год: 2020
Формат: true pdf/epub
Страниц: 672
Размер: 49.8 Mb
Язык: English

In just 21 days, you can acquire the knowledge and skills necessary to develop applications on your computer, web servers, and mobile devices. With this complete tutorial you’ll quickly master the basics and then move on to more advanced features and concepts. Completely updated for Java 11 and 12, this book teaches you about the Java language and how to use it to create applications for any computing environment. By the time you have finished the book, you’ll have well-rounded knowledge of Java and the Java class libraries.
  • Добавил: TRex
  • Дата: 22-03-2021, 11:49
  • Комментариев: 0
Название: Essential C# 8.0 7th Edition
Автор: Mark Michaelis
Издательство: Pearson Education, Inc.
Год: 2021
Формат: True PDF, EPUB
Страниц: 1087
Размер: 55,7 Mb, 11,7 Mb
Язык: English

The Comprehensive, Expert Guide to C# 8.0 for Programmers at All Levels
Welcome to one of the most venerable and trusted franchises you could dream of in the world of C# booksand probably far beyond! . . . Mark is super smart, insists on understanding everything to the core, and has phenomenal insight into how things affect real developers. . . . He goes right to the essence and communicates with great integrityno sugarcoatingand has a keen eye for practical value and real-world problems.
  • Добавил: literator
  • Дата: 22-03-2021, 03:50
  • Комментариев: 0
Advanced JAVA And PYTHON : Top 200 Interview Questions About Java and PythonНазвание: Advanced JAVA And PYTHON : Top 200 Interview Questions About Java and Python
Автор: Andrew Flintoff
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 109
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

We have actually assembled one of the most regularly asked Java Meeting Questions as well as Responses that will aid you get ready for the Fundamental Java meeting concerns that an interviewer could ask you throughout your meeting. In this listing of Basic Java and Python meeting inquiries, we have covered all frequently asked basic and also innovative Core Java and Python interview questions with thorough solution to assist you clear the job interview. The adhering to checklist contains 200 vital Core Java and Python interview concerns for betters along with Java and Python interview questions as well as answers for seasoned programmers to help them prepare for the interview.
  • Добавил: literator
  • Дата: 21-03-2021, 20:31
  • Комментариев: 0
Quantum Computing With Python: The new comprehensive guide to master applied artificial intelligence in PhysicsНазвание: Quantum Computing With Python: The new comprehensive guide to master applied artificial intelligence in Physics. Learn Machine Learning and computer programming with a complete crash course
Автор: Jason Test
Издательство: Independently published
Год: 2021
Страниц: 415
Язык: английский
Формат: pdf, epub
Размер: 37.4 MB

Master the best methods for PYTHON. Learn how to programming as a pro and get positive ROI in 7 days with data science and Machine Learning. Are you looking for a super-fast computer programming course? Would you like to learn the Python Programming Language in 7 days? Do you want to increase your business thanks to the web applications? Finally on launch the most complete Python+Quantum Physics guide with 4 Manuscripts in 1 book!
  • Добавил: Почемучка
  • Дата: 21-03-2021, 16:55
  • Комментариев: 0
Название: Толковый словарь языка программирования Бейсик
Автор: Кетков Ю.Л.
Издательство: М.; Наука
ISBN: 5-02-014731-1
Год: 1992
Формат: PDF
Страниц: 321
Размер: 11.1 MB
Язык: Русский

Справочное пособие представляет собой энциклопедию терминов, используемых в различных Бейсик-системах программирования. На примере версии «минимальный Бейсик» описываются основные языковые конструкции и структуры программ. Содержит лексикографический перечень терминов с подробным толкованием и рекомендациями по применению.
  • Добавил: literator
  • Дата: 21-03-2021, 15:28
  • Комментариев: 0
MATLAB Programming Fundamentals (R2021a)Название: MATLAB Programming Fundamentals (R2021a)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: 2021
Страниц: 1404
Язык: английский
Формат: pdf (true)
Размер: 10.3 MB

MATLAB is a high-level language that includes mathematical functions for solving engineering and scientific problems. You can produce immediate results by interactively executing commands one at a time. However, MATLAB also provides features of traditional programming languages, including flow control, error handling, and object-oriented programming (OOP). When you have a sequence of commands to perform repeatedly or that you want to save for future reference, store them in a program file. The simplest type of MATLAB program is a script, which contains a set of commands exactly as you would type them at the command line. For additional programming flexibility, create functions which accept input and return outputs. When you have specialized data structures or require many functions to interact with special kinds of data, create classes using object-oriented programming techniques.
  • Добавил: literator
  • Дата: 21-03-2021, 14:02
  • Комментариев: 0
Beginning SwiftUI: updated to SwiftUI 2.0 and iOS 14Название: Beginning SwiftUI: updated to SwiftUI 2.0 and iOS 14
Автор: Greg Lim
Издательство: Independently published
Год: 2021
Страниц: 156
Язык: английский
Формат: pdf, azw3, epub
Размер: 12.37 MB

In this book, we take you on a fun, hands-on and pragmatic journey to learning iOS 14 development using SwiftUI. You'll start building your first SwiftUI app within minutes. Every section is written in a bite-sized manner and straight to the point as I don’t want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have the skills to create an app and submit it to the app store.
  • Добавил: HERSON
  • Дата: 21-03-2021, 07:27
  • Комментариев: 0
Глубокое обучение с подкреплением на Python. OpenAI Gym и TensorFlow для профиНазвание: Глубокое обучение с подкреплением на Python. OpenAI Gym и TensorFlow для профи
Автор: Судхарсан Равичандиран
Язык: русский
Издательство: Питер
Год: 2019
Страниц: 320
Формат: pdf
Размер: 10,2 Мб

Глубокое обучение с подкреплением (Reinforcement Learning) - самое популярное и перспективное направление искусственного интеллекта. Практическое изучение RL на Python поможет освоить не только базовые, но и передовые алгоритмы глубокого обучения с подкреплением. Вы начнете с основных принципов обучения с подкреплением, OpenAI Gym и TensorFlow, познакомьтесь с марковскими цепями, методом Монте-Карло и динамическим программированием, так что "страшные" аббревиатуры DQN, DRQN, A3C, PPO и TRPO вскоре перестанут вас пугать.