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

  • Добавил: literator
  • Дата: 13-06-2023, 05:56
  • Комментариев: 0
Artificial Intelligence For Science: A Deep Learning RevolutionНазвание: Artificial Intelligence For Science: A Deep Learning Revolution
Автор: Alok Choudhary, Geoffrey Fox, Tony Hey
Издательство: World Scientific Publishing
Год: 2023
Страниц: 803
Язык: английский
Формат: pdf (true)
Размер: 172.5 MB

This unique collection introduces AI, Machine Learning (ML), and deep neural network technologies leading to scientific discovery from the datasets generated both by supercomputer simulation and by modern experimental facilities. To work with Deep Learning methods, practitioners rely on Deep Learning frameworks — a specialized software which allows users to design and train Artificial Neural Networks (ANNs). Popular titles include PyTorch, TensorFlow, and MXNet among others. In summary, the frameworks allow users to (a) construct an ANN from basic tensor operations and a predefined set of basic building blocks (convolutional kernels, dense layers, recurrent units, various activation functions, etc.), (b) compute derivatives of the loss function for back-propagation, (c) execute forward and backward passes efficiently on a given hardware, and (d) provide additional helper functions for distributed training, data handling, etc.

  • Добавил: literator
  • Дата: 13-06-2023, 02:48
  • Комментариев: 0
OpenSSL 3: ключ к тайнам криптографииНазвание: OpenSSL 3: ключ к тайнам криптографии. Лучшие способы повысить безопасность сети с применением OpenSSL 3
Автор: Алексей Хлебников
Издательство: ДМК Пресс
Год: 2023
Страниц: 302
Язык: русский
Формат: pdf
Размер: 10,4 MB

Современный интернет кишит червями, троянцами, незаконными посредниками и другими угрозами. Защита от них в наше время приобретает особую значимость. OpenSSL — один из самых широко используемых и важных проектов с открытым исходным кодом в интернете — предназначен для обеспечения сетевой безопасности. Из этой книги вы узнаете о самых важных возможностях OpenSSL и получите представление обо всем его потенциале. В ней приводятся пошаговые объяснения основ криптографии и сетевой безопасности, а также практические примеры, иллюстрирующие эти идеи. Прочитав книгу, вы сможете использовать наиболее популярные средства OpenSSL, что позволит реализовать криптографическую защиту и TLS в своих приложениях и сетевой инфраструктуре. OpenSSL – один из самых широко используемых и важных проектов с открытым исходным кодом в интернете – предназначен именно для этой цели. Если вы разработчик ПО, системный администратор, инженер по сетевой безопасности или специалист по DevOps, то, скорее всего, сталкивались с этим комплектом инструментов в прошлом.

  • Добавил: literator
  • Дата: 12-06-2023, 20:58
  • Комментариев: 0
GPT-3: программирование на Python в примерахНазвание: GPT-3: программирование на Python в примерах
Автор: Aймен Эль Амри
Издательство: ДМК Пресс
Год: 2023
Страниц: 219
Язык: русский
Формат: pdf
Размер: 10.39 MB

В книге рассказывается о том, как использовать генеративную текстовую модель (GPT) для создания приложений различного назначения, в числе которых медицинский чат-бот с пользовательской точной настройкой, интеллектуальный голосовой помощник, система предсказания категории новостей и многие другие. Вы узнаете, как управлять уровнем креативности моделей GPT, применять современные методы генерирования высококачественного текста, классифицировать изображения с помощью OpenAI CLIP. Примеры и практические упражнения помогут закрепить пройденный материал. Издание предназначено для тех, кто владеет основами языка программирования Python и собирается использовать GPTв реальных сценариях для решения прикладных задач. Цель этого книги – предоставить пошаговое руководство по использованию GPT-3 в ваших проектах с помощью API OpenAI. В руководстве рассмотрены и другие модели, такие как CLIP, DALL-E и Whispers. Независимо от того, создаете ли вы чат-бот, ИИ-ассистента или веб-приложение, предоставляющее данные, сгенерированные ИИ, это руководство поможет реализовать ваши идеи. Все объяснения предельно просты для понимания, в них используется базовый код Python, примеры и практические упражнения.

  • Добавил: literator
  • Дата: 12-06-2023, 17:10
  • Комментариев: 0
Learn With: Angular 15: Collected Essays InfrastructureНазвание: Learn With: Angular 15: Collected Essays Infrastructure
Автор: Jeffry Houser
Издательство: DotComIt, LLC
Год: December 19, 2022
Страниц: 207
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

The Learn With series will teach you about Enterprise programming technologies by building an application. Each entry in the series builds the same application, using different technologies. This book is a bonus book about Angular 15. It covers topics such as Using the Angular 15 CLI, Reworking the Angular CLI with Docker and NGINX, Creating your own Build Scripts, and Unit Testing your Angular 15 application. The Angular CLI includes a built-in development web server. This is great for simple things and prototypes, but you don’t want to sue this web server for production use. If you think like me, than at some point you’re going to wish that your development environment more closely matched your production environment. How exactly you tackle this will depend largely on your production setup. One of my biggest clients uses NGINX as a production server, so in this article I am going to combine the Angular CLI, NGINX, and Docker to show you one approach.

  • Добавил: literator
  • Дата: 12-06-2023, 16:52
  • Комментариев: 0
Learn With: Angular 15: Collected Programming EssaysНазвание: Learn With: Angular 15: Collected Programming Essays
Автор: Jeffry Houser
Издательство: DotComIt, LLC
Год: December 19, 2022
Страниц: 141
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The Learn With series will teach you about Enterprise programming technologies by building an application. Each entry in the series builds the same application, using different technologies. This book is a bonus book about Angular 15 Coding. It covers topics such as Building Components, using Standalone components, Using Redux with Angular, Debugging TypeScript Applications, and Creating Angular Directives. Want to learn about building HTML5 applications? Are you interested in Angular or Bootstrap? Do you want to learn new technologies by following detailed examples with runnable code? If you answered yes to any of these questions, then this book is for you!

  • Добавил: literator
  • Дата: 12-06-2023, 15:45
  • Комментариев: 0
Spring Interview QuestionsНазвание: Spring Interview Questions
Автор: Amit Himani
Издательство: Independently published
Год: 2023
Страниц: 141
Язык: английский
Формат: pdf
Размер: 10.1 MB

Welcome to this book on Spring interview questions! If you are reading this, chances are you are gearing up for a job interview that requires knowledge of the Spring framework. Congratulations on taking this step towards advancing your career! Whether you are just starting your career or are a seasoned professional, having a strong understanding of Spring can help you land your dream job or excel in your current role. This book aims to provide you with a comprehensive set of interview questions and answers related to Spring, one of the most widely used Java frameworks today. I cover a broad range of topics, including Core Spring concepts, Spring Boot, Spring MVC, Spring Security, and many more. Each question has been carefully crafted to test your understanding of the framework and your ability to apply it in real-world scenarios.

  • Добавил: umkaS
  • Дата: 12-06-2023, 14:47
  • Комментариев: 0
Название: Программирование в пакетах MS Office
Автор: Назаров С.В., Мельников П.П., Смольников Л.П. и др. — Под ред. Назарова С.В.
Издательство: М.: Финансы и статистика
Год: 2007
Cтраниц: 656
Формат: pdf
Размер: 104 мб
Язык: русский

В доступной форме рассматриваются язык объектно-ориентированного визуального программирования Visual Basic for Application и его использование для разработки офисных приложений в пакетах MS Office: Word, Excel, Access, PowerPoint, Outlook.
  • Добавил: literator
  • Дата: 12-06-2023, 14:09
  • Комментариев: 0
Systems Software: Essential ConceptsНазвание: Systems Software: Essential Concepts
Автор: Euripides Montagne
Издательство: Cognella Academic Publishing
Год: 2022
Страниц: 228
Язык: английский
Формат: pdf
Размер: 51.7 MB

Systems Software: Essential Concepts provides students with an accessible introduction to the knowledge and fundamentals that are necessary to understand software and hardware. The text also reviews implementation techniques to familiarize students with more complex software, such as operating systems and compilers, and prepare them to take more advance courses within the discipline. The book is divided into two key topical areas: compiler fundamentals and the basic mechanisms and data structures required to support operating systems. In the compiler section, students learn about the runtime environment, how to implement a scanner and a symbol table, and how to implement parsing and code generation for a virtual machine. To emphasize practical application, students are challenged to implement a small compiler. In the operating system domain, students gain an understanding of the interrupt mechanism, process and thread implementation, and process synchronization.

  • Добавил: literator
  • Дата: 12-06-2023, 10:55
  • Комментариев: 0
Pearls of Algorithm EngineeringНазвание: Pearls of Algorithm Engineering
Автор: Paolo Ferragina
Издательство: Cambridge University Press
Год: 2023
Страниц: 319
Язык: английский
Формат: pdf
Размер: 23.8 MB

There are many textbooks on algorithms focusing on big-O notation and basic design principles. This book offers a unique approach to taking the design and analyses to the level of predictable practical efficiency, discussing core and classic algorithmic problems that arise in the development of big data applications, and presenting elegant solutions of increasing sophistication and efficiency. Solutions are analyzed within the classic RAM model, and the more practically significant external-memory model that allows one to perform I/O-complexity evaluations. Chapters cover various data types, including integers, strings, trees, and graphs, algorithmic tools such as sampling, sorting, data compression, and searching in dictionaries and texts, and lastly, recent developments regarding compressed data structures. Algorithmic solutions are accompanied by detailed pseudocode and many running examples, thus enriching the toolboxes of students, researchers, and professionals interested in effective and efficient processing of Big Data.

  • Добавил: literator
  • Дата: 11-06-2023, 21:08
  • Комментариев: 0
Название: Learning Java, 6th Edition (Seventh Early Release)
Автор: Marc Loy, Patrick Niemeyer, Daniel Leuck
Издательство: O’Reilly Media, Inc.
Год: 2023-06-08
Страниц: 672
Язык: английский
Формат: epub (true), mobi
Размер: 13.2 MB

Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, author Marc Loy introduces you to Java fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications. This updated sixth edition expands the content to cover lambdas and streams, and shows you how to use a functional paradigm in Java. You'll learn about the latest Java features introduced since the book's fifth edition, from JDK 15 through 21. You'll also take a deep dive into the virtual threads introduced as Project Loom in Java 19 and become familiar with the public release of JDK 21 LTS.