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

  • Добавил: literator
  • Дата: 7-01-2023, 08:45
  • Комментариев: 0
R All-in-One For DummiesНазвание: R All-in-One For Dummies
Автор: Joseph Schmuller
Издательство: For Dummies
Год: 2023
Страниц: 690
Язык: английский
Формат: pdf (true), epub
Размер: 20.9 MB

A deep dive into the programming language of choice for statistics and data. With R All-in-One For Dummies , you get five mini-books in one, offering a complete and thorough resource on the R programming language and a road map for making sense of the sea of data we’re all swimming in. Maybe you’re pursuing a career in data science, maybe you’re looking to infuse a little statistics know-how into your existing career, or maybe you’re just R-curious. This book has your back. Along with providing an overview of coding in R and how to work with the language, this book delves into the types of projects and applications R programmers tend to tackle the most. You’ll find coverage of statistical analysis, Machine Learning, and data management with R. This is an excellent all-in-one resource for beginning coders who'd like to move into the data space by knowing more about R.
  • Добавил: literator
  • Дата: 7-01-2023, 08:32
  • Комментариев: 0
Java All-in-One For Dummies, 7th EditionНазвание: Java All-in-One For Dummies, 7th Edition
Автор: Doug Lowe
Издательство: For Dummies
Год: 2023
Страниц: 915
Язык: английский
Формат: pdf (true)
Размер: 10.85 MB

A beginning coder’s resource for learning the most popular coding language. With Java All-in-One For Dummies, you get 8 books in one, for the most well-rounded Java knowledge on the market. Updated for Java 19, this book includes all the major changes to the programming language, so you won’t fall behind. Start by learning the basics of Java―you can do it, even if you’ve never written a line of code in your life. Then go in-depth, with all the info you need on object-oriented programming, Java FX, Java web development, and beyond. Grab a hot cup of java and settle in to learn some Java, with friendly For Dummies guidance! This is the go-to Dummies guide for future and current coders who need an all-inclusive guide Java to take their knowledge to the next level.
  • Добавил: literator
  • Дата: 7-01-2023, 06:32
  • Комментариев: 0
Tiny C# Projects (MEAP v4)Название: Tiny C# Projects (MEAP v4)
Автор: Denis Panjuta, Jafar Jabbarzadeh
Издательство: Manning Publications
Год: 2022
Страниц: 278
Язык: английский
Формат: pdf, epub
Размер: 12.4 MB

Master professional C# software development skills by creating ten tiny projects and minigames! Do you want to code video games, create mobile and desktop apps, or work as a highly-paid enterprise developer? Mastering C# will put you on the fast track! Tiny C# Projects hones your C# skills through ten tiny projects that guide you through core C# concepts and techniques. You’ll quickly learn the basics of programming in an object-oriented language, then dive into projects that teach advanced development techniques like security measures, working with APIs, and developing readable code. C# is a flexible and powerful language that can be used for everything from large-scale business applications to game development. It’s object-oriented, type-safe, and gives you access to Microsoft’s robust .NET framework. The ten tiny projects in this unique book will teach you C# fundamentals with creative, portfolio-friendly applications.
  • Добавил: literator
  • Дата: 7-01-2023, 06:15
  • Комментариев: 0
Название: Graph-Powered Analytics and Machine Learning with TigerGraph: Driving Business Outcomes with Connected Data (9th Early Release)
Автор: Victor Lee, Phuc Kien Nguyen, Xinyu Chang
Издательство: O’Reilly Media, Inc.
Год: 2023-01-06
Страниц: 220
Язык: английский
Формат: epub (true)
Размер: 16.8 MB

With the rapid rise of graph databases, organizations are now implementing advanced analytics and Machine Learning solutions to help drive business outcomes. This practical guide shows data scientists, data engineers, architects, and business analysts how to get started with a graph database using TigerGraph, one of the leading graph database models available. You'll explore a three-stage approach to deriving value from connected dаta: connect, analyze, and learn. Victor Lee, Xinyu Chan, and Gaurav Deshpande from TigerGraph present real use cases covering several contemporary business needs. By diving into hands-on exercises using TigerGraph Cloud, you'll quickly become proficient at designing and managing advanced analytics and Machine Learning solutions for your organization. This book describes property graphs. A property graph is a graph where each vertex and each edge can have properties which provide the details about individual elements.
  • Добавил: literator
  • Дата: 7-01-2023, 05:44
  • Комментариев: 0
The easiest way to become a software developer : How to get your first programming job, even if you are a self-taught coderНазвание: The easiest way to become a software developer : How to get your first programming job, even if you are a self-taught coder
Автор: Fiodar Sazanavets
Издательство: Leanpub
Год: 2023-01-01
Страниц: 107
Язык: английский
Формат: pdf (true), epub
Размер: 15.7 MB

Software developers have interesting jobs and earn way above average. If you want to become a professional software developer, you've come to the right place. This book will tell you how to become one, even if you don't have any formal qualifications. From the best-selling author of "The battle hardened developer" comes a book that will teach you how to get your first job as a software developer, even if you are completely self-taught and don't have any formal IT-related qualifications. However, this book will be useful to computer science graduates too, as there are many important aspects of the IT industry that they don't teach in school. If you don’t have a specific language to aim at and ask for advice online, you will usually trigger a language war. Some people will be saying that you should choose Python. Other people will recommend C/C++. Based on my own experience, there seem to be more people in the latter category. C and C++ can be lumped together because C++ is nothing more than an extended version of C. Today we will examine the pros and cons of each approach. And you will see why Python is probably better.
  • Добавил: literator
  • Дата: 7-01-2023, 05:29
  • Комментариев: 0
The easiest way to learn design patterns : With JavaScript code examples on Node.jsНазвание: The easiest way to learn design patterns : With jаvascript code examples on Node.js
Автор: Fiodar Sazanavets
Издательство: Leanpub
Год: 2022-09-17
Страниц: 324
Язык: английский
Формат: pdf (true), epub
Размер: 12.7 MB

Learn design patterns in the easiest way possible. You will no longer have to brute-force your way through each one of them while trying to figure out how it works. The book provides a unique methodology that will make your understanding of design patterns stick. It can also be used as a reference book where you can find design patterns in seconds. One thing that makes you truly stand out as a software engineer is a good knowledge of design patterns. Knowing them makes you quicker at solving problems. It makes you much better at understanding architecture. And it significantly improves your chances of landing a good job, as it makes you better at solving problems during technical interviews. But the biggest problem with the design patterns is that they are hard to learn. Most of them are not very intuitive. Therefore getting to understand them at the level where you can use them usually takes a long time. The final part of the book breaks down each of the design patterns in depth. It uses jаvascript code samples to demonstrate how you can implement each of the patterns in your own code.
  • Добавил: literator
  • Дата: 6-01-2023, 19:53
  • Комментариев: 0
Machine Learning Applications in Electronic Design AutomationНазвание: Machine Learning Applications in Electronic Design Automation
Автор: Haoxing Ren, Jiang Hu
Издательство: Springer
Год: 2022
Страниц: 585
Язык: английский
Формат: pdf (true)
Размер: 19.1 MB

Electronic design automation (EDA) is a software technology that attempts to let computers undertake chip design tasks so that we can handle complexities beyond manual design capabilities. This book serves as a single-source reference to key Machine Learning (ML) applications and methods in digital and analog design and verification. Experts from academia and industry cover a wide range of the latest research on ML applications in electronic design automation (EDA), including analysis and optimization of digital design, analysis and optimization of analog design, as well as functional verification, FPGA and system level designs, design for manufacturing (DFM), and design space exploration. The authors also cover key ML methods such as classical ML, Deep Learning models such as convolutional neural networks (CNNs), graph neural networks (GNNs), generative adversarial networks (GANs) and optimization methods such as reinforcement learning (RL) and Bayesian optimization (BO). All of these topics are valuable to chip designers and EDA developers and researchers working in digital and analog designs and verification.
  • Добавил: literator
  • Дата: 6-01-2023, 19:40
  • Комментариев: 0
Application Development with SAP Business Technology PlatformНазвание: Application Development with SAP Business Technology Platform
Автор: Gairik Acharya, Govind Bajaj
Издательство: SAP Press/Rheinwerk Publishing
Год: 2023
Страниц: 625
Язык: английский
Формат: epub (true)
Размер: 25.9 MB

Develop cloud applications customized for your business needs! Master the basics of SAP Business Technology Platform (SAP BTP) and its development environments; then get step-by-step instructions for developing and operating your own applications. Build your backend with Java, Node.js, or ABAP, and set up your frontend using SAPUI5 and SAP Fiori. With detailed code examples throughout, this book is your complete guide to building cloud applications on SAP BTP! The Chapter 7 focuses on developing a business application using SAP Cloud Application Programming Model for Node.js. We’ll be using SAP Business Application Studio for the development of backend objects using core data services (CDS) domain models, CDS service definitions, and Node.js services.
  • Добавил: literator
  • Дата: 6-01-2023, 09:43
  • Комментариев: 0
C++ For Passionate Beginners: Comprehensive Guide To Learn C++ Even If You Don't Know Anything About ProgrammingНазвание: C++ For Passionate Beginners: Comprehensive Guide To Learn C++ Even If You Don't Know Anything About Programming | Mastering C++ Quickly With Hands-On Examples Made Easy
Автор: Jasiah Soto
Издательство: Independently published
Год: 2022
Страниц: 370
Язык: английский
Формат: epub
Размер: 15.3 MB

Not too sure that you can learn a coding language at all? Worried that it will be too hard or that you will pick out the wrong coding language? Have you always wanted to learn c++ programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the C++ programming language fast? This book is for you. You no longer have to waste your time and money learning C++ programming from boring books that are 600 pages long, expensive online courses or complicated C++ programming tutorials that just leave you more confused. With this book, you have clear and concise information that will provide advantages.
  • Добавил: umkaS
  • Дата: 6-01-2023, 08:52
  • Комментариев: 0
Автор: Абашев A. A., Жуков И. Ю., Иванов М. A., Метлицкий Ю. B., Тетерин И. И.
Название: Ассемблер в задачах защиты информации
Издательство: М.: КУДИЦ-ОБРАЗ
Год: 2004
Язык: Русский
Формат: pdf
Размер: 11,9 mb
Страниц: 544

В книге рассмотрен язык Ассемблера для процессоров семейства Intel 80x86, а также различие аспекты применения этого языка в области зашиты информации. Книга состоит из шести глав. Глава 1 суть учебное пособие для начинающих по программированию на Ассемблере в среде DOS, она содержит описание архитектуры компьютера IBM PC, системы команд, способов адресации данных, системных функций, некоторых приемов программирования. Вторая и третья главы книги рассчитаны на более подготовленного читателя.