Электронный каталог


 

База данных: ЭБС EBSCO eBook

Страница 1, Результатов: 36

Отмеченные записи: 0

DDC 005.133
J 22

Jamro, Marcin.
    C# Data Structures and Algorithms [[electronic resource] :] : Explore the possibilities of C# for developing a variety of efficient applications. / Marcin. Jamro. - 1788833738. - Birmingham : : Packt Publishing,, 2018. - 1 online resource (287 p.) ( час. мин.), 1788833738. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/361EC045-E140-4EB8-A959-125C16FBEAE1. - ISBN 9781788834681 (electronic bk.). - ISBN 1788834682 (electronic bk.). - ISBN 1788833732. - ISBN 9781788833738
Description based upon print version of record.
Параллельные издания: Print version: : Jamro, Marcin C# Data Structures and Algorithms : Explore the possibilities of C# for developing a variety of efficient applications. - Birmingham : Packt Publishing,c2018
    Содержание:
Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started; Programming language; Data types; Value types; Structs; Enumerations; Reference types; Strings; Object; Dynamic; Classes; Interfaces; Delegates; Installation and configuration of the IDE; Creating the project; Input and output; Reading from input; Writing to output; Launching and debugging; Summary; Chapter 2: Arrays and Lists; Arrays; Single-dimensional arrays; Example - month names; Multi-dimensional arrays; Example - multiplication table; Example - game map
Jagged arraysExample - yearly transport plan; Sorting algorithms; Selection sort; Insertion sort; Bubble sort; Quicksort; Simple lists; Array list; Generic list; Example - average value; Example - list of people; Sorted lists; Example - address book; Linked lists; Example - book reader; Circular-linked lists; Implementation; Example - spin the wheel; Summary; Chapter 3: Stacks and Queues; Stacks; Example - reversing words; Example - Tower of Hanoi; Queues; Example - call center with a single consultant; Example - call center with many consultants; Priority queues
Example - call center with priority supportSummary; Chapter 4: Dictionaries and Sets; Hash tables; Example - phone book; Dictionaries; Example - product location; Example -- user details; Sorted dictionaries; Example -- definitions; Hash sets; Example -- coupons; Example -- swimming pools; Sorted"" sets; Example -- removing duplicates; Summary; Chapter 5: Variants of Trees; Basic trees; Implementation; Node; Tree; Example - hierarchy of identifiers; Example - company structure; Binary trees; Implementation; Node; Tree; Example - simple quiz; Binary search trees; Implementation; Node; Tree; Lookup
InsertionRemoval; Example - BST visualization; AVL trees; Implementation; Example - keep the tree balanced; Red-black trees; Implementation; Example - RBT-related features; Binary heaps; Implementation; Example - heap sort; Binomial heaps; Fibonacci heaps; Summary; Chapter 6: Exploring Graphs; Concept of graphs; Applications; Representation; Adjacency list; Adjacency matrix; Implementation; Node; Edge; Graph; Example - undirected and unweighted edges; Example - directed and weighted edges; Traversal; Depth-first search; Breadth-first search; Minimum spanning tree; Kruskal's algorithm
Prim's algorithmExample - telecommunication cable; Coloring; Example - voivodeship map; Shortest path; Example - game map; Summary; Chapter 7: Summary; Classification of data structures; Diversity of applications; Arrays; Lists; Stacks; Queues; Dictionaries; Sets; Trees; Heaps; Graphs; The last word; Other Books You May Enjoy; Index

~РУБ DDC 005.133

Рубрики: C# (Computer program language)

   Application software--Development.


   Data structures (Computer science)


   COMPUTERS / Programming Languages / C#.


   Application software--Development.


Аннотация: Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures.

Jamro, Marcin. C# Data Structures and Algorithms [[electronic resource] :] : Explore the possibilities of C# for developing a variety of efficient applications. / Marcin. Jamro, 2018. - 1 online resource (287 p.) с. (Введено оглавление)

1.

Jamro, Marcin. C# Data Structures and Algorithms [[electronic resource] :] : Explore the possibilities of C# for developing a variety of efficient applications. / Marcin. Jamro, 2018. - 1 online resource (287 p.) с. (Введено оглавление)


DDC 005.133
J 22

Jamro, Marcin.
    C# Data Structures and Algorithms [[electronic resource] :] : Explore the possibilities of C# for developing a variety of efficient applications. / Marcin. Jamro. - 1788833738. - Birmingham : : Packt Publishing,, 2018. - 1 online resource (287 p.) ( час. мин.), 1788833738. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/361EC045-E140-4EB8-A959-125C16FBEAE1. - ISBN 9781788834681 (electronic bk.). - ISBN 1788834682 (electronic bk.). - ISBN 1788833732. - ISBN 9781788833738
Description based upon print version of record.
Параллельные издания: Print version: : Jamro, Marcin C# Data Structures and Algorithms : Explore the possibilities of C# for developing a variety of efficient applications. - Birmingham : Packt Publishing,c2018
    Содержание:
Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started; Programming language; Data types; Value types; Structs; Enumerations; Reference types; Strings; Object; Dynamic; Classes; Interfaces; Delegates; Installation and configuration of the IDE; Creating the project; Input and output; Reading from input; Writing to output; Launching and debugging; Summary; Chapter 2: Arrays and Lists; Arrays; Single-dimensional arrays; Example - month names; Multi-dimensional arrays; Example - multiplication table; Example - game map
Jagged arraysExample - yearly transport plan; Sorting algorithms; Selection sort; Insertion sort; Bubble sort; Quicksort; Simple lists; Array list; Generic list; Example - average value; Example - list of people; Sorted lists; Example - address book; Linked lists; Example - book reader; Circular-linked lists; Implementation; Example - spin the wheel; Summary; Chapter 3: Stacks and Queues; Stacks; Example - reversing words; Example - Tower of Hanoi; Queues; Example - call center with a single consultant; Example - call center with many consultants; Priority queues
Example - call center with priority supportSummary; Chapter 4: Dictionaries and Sets; Hash tables; Example - phone book; Dictionaries; Example - product location; Example -- user details; Sorted dictionaries; Example -- definitions; Hash sets; Example -- coupons; Example -- swimming pools; Sorted"" sets; Example -- removing duplicates; Summary; Chapter 5: Variants of Trees; Basic trees; Implementation; Node; Tree; Example - hierarchy of identifiers; Example - company structure; Binary trees; Implementation; Node; Tree; Example - simple quiz; Binary search trees; Implementation; Node; Tree; Lookup
InsertionRemoval; Example - BST visualization; AVL trees; Implementation; Example - keep the tree balanced; Red-black trees; Implementation; Example - RBT-related features; Binary heaps; Implementation; Example - heap sort; Binomial heaps; Fibonacci heaps; Summary; Chapter 6: Exploring Graphs; Concept of graphs; Applications; Representation; Adjacency list; Adjacency matrix; Implementation; Node; Edge; Graph; Example - undirected and unweighted edges; Example - directed and weighted edges; Traversal; Depth-first search; Breadth-first search; Minimum spanning tree; Kruskal's algorithm
Prim's algorithmExample - telecommunication cable; Coloring; Example - voivodeship map; Shortest path; Example - game map; Summary; Chapter 7: Summary; Classification of data structures; Diversity of applications; Arrays; Lists; Stacks; Queues; Dictionaries; Sets; Trees; Heaps; Graphs; The last word; Other Books You May Enjoy; Index

~РУБ DDC 005.133

Рубрики: C# (Computer program language)

   Application software--Development.


   Data structures (Computer science)


   COMPUTERS / Programming Languages / C#.


   Application software--Development.


Аннотация: Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures.

DDC 005.437
E 55

Eng, Lee Zhi,.
    Hands-on GUI programming with C++ and Qt 5 : : build stunning cross-platform applications and widgets with the most powerful GUI framework / / Lee Zhi Eng. - Birmingham, UK : : Packt,, 2018. - 1 online resource : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/9F1898AB-2725-4DDA-A607-57E3D80F7477. - ISBN 9781788393744 (electronic bk.). - ISBN 1788393740 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed May 24, 2018).

~РУБ DDC 005.437

Рубрики: C++ (Computer program language)

   Graphical user interfaces (Computer systems)


   Application software--Development.


   COMPUTERS / Programming Languages / C++.


   COMPUTERS / User Interfaces.


Eng, Lee Zhi,. Hands-on GUI programming with C++ and Qt 5 : [Электронный ресурс] : build stunning cross-platform applications and widgets with the most powerful GUI framework / / Lee Zhi Eng., 2018. - 1 online resource : с.

2.

Eng, Lee Zhi,. Hands-on GUI programming with C++ and Qt 5 : [Электронный ресурс] : build stunning cross-platform applications and widgets with the most powerful GUI framework / / Lee Zhi Eng., 2018. - 1 online resource : с.


DDC 005.437
E 55

Eng, Lee Zhi,.
    Hands-on GUI programming with C++ and Qt 5 : : build stunning cross-platform applications and widgets with the most powerful GUI framework / / Lee Zhi Eng. - Birmingham, UK : : Packt,, 2018. - 1 online resource : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/9F1898AB-2725-4DDA-A607-57E3D80F7477. - ISBN 9781788393744 (electronic bk.). - ISBN 1788393740 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed May 24, 2018).

~РУБ DDC 005.437

Рубрики: C++ (Computer program language)

   Graphical user interfaces (Computer systems)


   Application software--Development.


   COMPUTERS / Programming Languages / C++.


   COMPUTERS / User Interfaces.


DDC 005.13/3
A 20

Adewole, Ayobami,.
    C# and .NET Core test-driven development : : dive into TDD to create flexible, maintainable, and production-ready .NET Core applications / / Ayobami Adewole. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/932E517D-62A6-491C-A46E-1620315DDB76. - ISBN 9781788299923 (electronic bk.). - ISBN 1788299922 (electronic bk.). - ISBN 1788292480. - ISBN 9781788292481
Description based on online resource; title from title page (Safari, viewed June 13, 2018).

~РУБ DDC 005.13/3

Рубрики: C# (Computer program language)

   Application software--Development.


   Internet programming.


   COMPUTERS / Programming Languages / C#.


   COMPUTERS / Internet / Application Development.


   Application software--Development.


   C# (Computer program language)


   Internet programming.


Аннотация: Annotation

Adewole, Ayobami,. C# and .NET Core test-driven development : [Электронный ресурс] : dive into TDD to create flexible, maintainable, and production-ready .NET Core applications / / Ayobami Adewole., 2018. - 1 online resource (1 volume) : с.

3.

Adewole, Ayobami,. C# and .NET Core test-driven development : [Электронный ресурс] : dive into TDD to create flexible, maintainable, and production-ready .NET Core applications / / Ayobami Adewole., 2018. - 1 online resource (1 volume) : с.


DDC 005.13/3
A 20

Adewole, Ayobami,.
    C# and .NET Core test-driven development : : dive into TDD to create flexible, maintainable, and production-ready .NET Core applications / / Ayobami Adewole. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/932E517D-62A6-491C-A46E-1620315DDB76. - ISBN 9781788299923 (electronic bk.). - ISBN 1788299922 (electronic bk.). - ISBN 1788292480. - ISBN 9781788292481
Description based on online resource; title from title page (Safari, viewed June 13, 2018).

~РУБ DDC 005.13/3

Рубрики: C# (Computer program language)

   Application software--Development.


   Internet programming.


   COMPUTERS / Programming Languages / C#.


   COMPUTERS / Internet / Application Development.


   Application software--Development.


   C# (Computer program language)


   Internet programming.


Аннотация: Annotation

DDC 005.133
S 62

Singh, Kamalmeet,.
    Design patterns and best practices in Java : : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5B8C7BCB-2D9A-449E-ADA4-D8AC3442B054. - ISBN 9781786469014 (electronic bk.). - ISBN 1786469014 (electronic bk.). - ISBN 1786463598. - ISBN 9781786463593
Description based on online resource; title from title page (Safari, viewed July 24, 2018).

~РУБ DDC 005.133

Рубрики: Java (Computer program language)

   Software patterns.


   Application software--Development.


   Application software--Development.


   Java (Computer program language)


   Software patterns.


Аннотация: Annotation

Доп.точки доступа:
Ianculescu, Adrian, \author.\
Torje, Lucian-Paul, \author.\

Singh, Kamalmeet,. Design patterns and best practices in Java : [Электронный ресурс] : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje., 2018. - 1 online resource (1 volume) : с.

4.

Singh, Kamalmeet,. Design patterns and best practices in Java : [Электронный ресурс] : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje., 2018. - 1 online resource (1 volume) : с.


DDC 005.133
S 62

Singh, Kamalmeet,.
    Design patterns and best practices in Java : : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5B8C7BCB-2D9A-449E-ADA4-D8AC3442B054. - ISBN 9781786469014 (electronic bk.). - ISBN 1786469014 (electronic bk.). - ISBN 1786463598. - ISBN 9781786463593
Description based on online resource; title from title page (Safari, viewed July 24, 2018).

~РУБ DDC 005.133

Рубрики: Java (Computer program language)

   Software patterns.


   Application software--Development.


   Application software--Development.


   Java (Computer program language)


   Software patterns.


Аннотация: Annotation

Доп.точки доступа:
Ianculescu, Adrian, \author.\
Torje, Lucian-Paul, \author.\

DDC 005.25
J 74

John, Tomcy,.
    Hands-on Spring Security 5 for Reactive applications : : learn effective ways to secure your applications with Spring and Spring WebFlux / / Tomcy John. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/46E23ED0-8117-45E2-88E0-7A7F514521BC. - ISBN 9781788990073 (electronic bk.). - ISBN 1788990072 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed August 27, 2018).

~РУБ DDC 005.25

Рубрики: Web applications--Security measures.

   Application software--Development.


   Computer security.


   COMPUTERS / Software Development & Engineering / General.


   COMPUTERS / Web / Web Programming.


   COMPUTERS / Security / General.


John, Tomcy,. Hands-on Spring Security 5 for Reactive applications : [Электронный ресурс] : learn effective ways to secure your applications with Spring and Spring WebFlux / / Tomcy John., 2018. - 1 online resource (1 volume) : с.

5.

John, Tomcy,. Hands-on Spring Security 5 for Reactive applications : [Электронный ресурс] : learn effective ways to secure your applications with Spring and Spring WebFlux / / Tomcy John., 2018. - 1 online resource (1 volume) : с.


DDC 005.25
J 74

John, Tomcy,.
    Hands-on Spring Security 5 for Reactive applications : : learn effective ways to secure your applications with Spring and Spring WebFlux / / Tomcy John. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/46E23ED0-8117-45E2-88E0-7A7F514521BC. - ISBN 9781788990073 (electronic bk.). - ISBN 1788990072 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed August 27, 2018).

~РУБ DDC 005.25

Рубрики: Web applications--Security measures.

   Application software--Development.


   Computer security.


   COMPUTERS / Software Development & Engineering / General.


   COMPUTERS / Web / Web Programming.


   COMPUTERS / Security / General.


DDC 006.78
K 19

Kanikathottu, Heartin,.
    Serverless programming cookbook : : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu. - Birmingham : : Packt Publishing Ltd,, ©2019. - 1 online resource (482 p.). - Includes bibliographical references. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/B984C881-12BD-4EB2-8B77-8C85C6021CD1. - ISBN 9781788621533 (electronic bk.). - ISBN 1788621530 (electronic bk.)
Description based upon print version of record. Creating the API using CLI commands
Параллельные издания: Print version: : Kanikathottu, Heartin Serverless Programming Cookbook : Practical Solutions to Building Serverless Applications Using Java and AWS. - Birmingham : Packt Publishing Ltd,c2019. - ISBN 9781788623797
    Содержание:
Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Serverless Computing on AWS; Introduction; Getting started with the AWS platform; Getting ready; How to do it...; How it works...; AWS Identity and Access Management (IAM) ; Amazon CloudWatch; Multi-Factor Authentication (MFA); There's more...; See also; Your first AWS Lambda; Getting ready; Code repository usage guidelines; How to do it...; How it works...; About the parent POM; Lambda roles; Lambda runtimes; Extra dependencies; There's more...
Other ways to create Lambda functions from the management consoleOther ways to deploy code in a Lambda function; Passing JSON to and from Lambda handler; See also; Your first Lambda with AWS CLI; Getting ready; Configuring AWS CLI; Creating S3 bucket; Note for Windows users; How to do it...; How it works...; Creating a role and attaching a policy; Lambda memory-size and timeout; S3 Bucket and Key; Cleaning up; There's more... ; See also; Your first Lambda with Amazon CloudFormation; Getting ready; Set up the project and S3 bucket; Understanding YAML and JSON
How to do it...Cleaning up roles, policy, and Lambda; How it works...; There's more...; CloudFormation Template Components; Resource component; Intrinsic functions; CloudFormation Designer; Additional benefits of CloudFormation ; Cloud Formation alternatives; See also; Using AWS SDK, Amazon CloudFormation, and AWS CLI with Lambda; Getting ready; How to do it...; Creating the POJOs for requests and response.; How it works...; There's more...; Pseudo-parameters; See also; Dev Practices -- dependency injection and unit testing; Getting ready; Code refactoring; How to do it...; How it works...
There's more...See also; Your first Lambda with serverless framework; Getting ready; How to do it...; How it works...; There's more...; See also; Chapter 2: Building Serverless REST APIs with API Gateway; Introduction; Building your first API using the AWS CLI; Getting ready; How to do it...; How it works...; HTTP essentials; REST essentials; Parts of a URL; There's more...; See also; Building your first API using Amazon CloudFormation; Getting ready; How to do it...; How it works...; There's more...; See also; Building your first API with Lambda integration; Getting ready; How to do it...
Creating the LambdaCreating a REST API with AWS CLI commands; Creating a REST API with a CloudFormation template; How it works...; CLI commands; CloudFormation template components; There's more...; See also; Building and testing your first POST API method; Getting ready; How to do it...; Creating the API with CLI commands; Creating the API with a CloudFormation template; Testing with Postman ; How it works...; Passthrough behavior; There's more...; See also; Mapping requests and responses with mapping templates; Getting ready; How to do it...; Mapping requests; Mapping responses

~РУБ DDC 006.78

Рубрики: Java (Computer program language)

   Web applications--Development.


   Application software--Development.


   Cloud computing.


   COMPUTERS / General


Аннотация: The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality.

Kanikathottu, Heartin,. Serverless programming cookbook : [Электронный ресурс] : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu., ©2019. - 1 online resource (482 p.) с. (Введено оглавление)

6.

Kanikathottu, Heartin,. Serverless programming cookbook : [Электронный ресурс] : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu., ©2019. - 1 online resource (482 p.) с. (Введено оглавление)


DDC 006.78
K 19

Kanikathottu, Heartin,.
    Serverless programming cookbook : : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu. - Birmingham : : Packt Publishing Ltd,, ©2019. - 1 online resource (482 p.). - Includes bibliographical references. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/B984C881-12BD-4EB2-8B77-8C85C6021CD1. - ISBN 9781788621533 (electronic bk.). - ISBN 1788621530 (electronic bk.)
Description based upon print version of record. Creating the API using CLI commands
Параллельные издания: Print version: : Kanikathottu, Heartin Serverless Programming Cookbook : Practical Solutions to Building Serverless Applications Using Java and AWS. - Birmingham : Packt Publishing Ltd,c2019. - ISBN 9781788623797
    Содержание:
Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Serverless Computing on AWS; Introduction; Getting started with the AWS platform; Getting ready; How to do it...; How it works...; AWS Identity and Access Management (IAM) ; Amazon CloudWatch; Multi-Factor Authentication (MFA); There's more...; See also; Your first AWS Lambda; Getting ready; Code repository usage guidelines; How to do it...; How it works...; About the parent POM; Lambda roles; Lambda runtimes; Extra dependencies; There's more...
Other ways to create Lambda functions from the management consoleOther ways to deploy code in a Lambda function; Passing JSON to and from Lambda handler; See also; Your first Lambda with AWS CLI; Getting ready; Configuring AWS CLI; Creating S3 bucket; Note for Windows users; How to do it...; How it works...; Creating a role and attaching a policy; Lambda memory-size and timeout; S3 Bucket and Key; Cleaning up; There's more... ; See also; Your first Lambda with Amazon CloudFormation; Getting ready; Set up the project and S3 bucket; Understanding YAML and JSON
How to do it...Cleaning up roles, policy, and Lambda; How it works...; There's more...; CloudFormation Template Components; Resource component; Intrinsic functions; CloudFormation Designer; Additional benefits of CloudFormation ; Cloud Formation alternatives; See also; Using AWS SDK, Amazon CloudFormation, and AWS CLI with Lambda; Getting ready; How to do it...; Creating the POJOs for requests and response.; How it works...; There's more...; Pseudo-parameters; See also; Dev Practices -- dependency injection and unit testing; Getting ready; Code refactoring; How to do it...; How it works...
There's more...See also; Your first Lambda with serverless framework; Getting ready; How to do it...; How it works...; There's more...; See also; Chapter 2: Building Serverless REST APIs with API Gateway; Introduction; Building your first API using the AWS CLI; Getting ready; How to do it...; How it works...; HTTP essentials; REST essentials; Parts of a URL; There's more...; See also; Building your first API using Amazon CloudFormation; Getting ready; How to do it...; How it works...; There's more...; See also; Building your first API with Lambda integration; Getting ready; How to do it...
Creating the LambdaCreating a REST API with AWS CLI commands; Creating a REST API with a CloudFormation template; How it works...; CLI commands; CloudFormation template components; There's more...; See also; Building and testing your first POST API method; Getting ready; How to do it...; Creating the API with CLI commands; Creating the API with a CloudFormation template; Testing with Postman ; How it works...; Passthrough behavior; There's more...; See also; Mapping requests and responses with mapping templates; Getting ready; How to do it...; Mapping requests; Mapping responses

~РУБ DDC 006.78

Рубрики: Java (Computer program language)

   Web applications--Development.


   Application software--Development.


   Cloud computing.


   COMPUTERS / General


Аннотация: The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality.

DDC 005.133
L 40

Lavieri, Edward.
    Hands-On Design Patterns with Java : : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. / Edward. Lavieri. - Birmingham : : Packt Publishing, Limited,, 2019. - 1 online resource (347 pages). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/17BF667A-F501-49CE-B8E0-8F0EC74949D7. - ISBN 1789809959. - ISBN 9781789809954 (electronic bk.)
Print version record.
Параллельные издания: Print version: : Lavieri, Edward. Hands-On Design Patterns with Java : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789809770

~РУБ DDC 005.133

Рубрики: Java.

   Application software--Development.


   Application software--Development.


Аннотация: Software design is informed by proven patterns and approaches. Several software design patterns have been established and documented to inform the process. Java design patterns are proven solutions and approaches to programming problems. This book covers over 60 design patterns along with implementation details, using latest version of Java.

Lavieri, Edward. Hands-On Design Patterns with Java : [Электронный ресурс] : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. / Edward. Lavieri, 2019. - 1 online resource (347 pages) с.

7.

Lavieri, Edward. Hands-On Design Patterns with Java : [Электронный ресурс] : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. / Edward. Lavieri, 2019. - 1 online resource (347 pages) с.


DDC 005.133
L 40

Lavieri, Edward.
    Hands-On Design Patterns with Java : : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. / Edward. Lavieri. - Birmingham : : Packt Publishing, Limited,, 2019. - 1 online resource (347 pages). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/17BF667A-F501-49CE-B8E0-8F0EC74949D7. - ISBN 1789809959. - ISBN 9781789809954 (electronic bk.)
Print version record.
Параллельные издания: Print version: : Lavieri, Edward. Hands-On Design Patterns with Java : Learn Design Patterns That Enable the Building of Large-Scale Software Architectures. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789809770

~РУБ DDC 005.133

Рубрики: Java.

   Application software--Development.


   Application software--Development.


Аннотация: Software design is informed by proven patterns and approaches. Several software design patterns have been established and documented to inform the process. Java design patterns are proven solutions and approaches to programming problems. This book covers over 60 design patterns along with implementation details, using latest version of Java.

DDC 006.37
E 76

Escrivá, David Millán.
    OpenCV 4 Computer Vision Application Programming Cookbook. / David Millán. Escrivá, Laganiere, Robert. - [Place of publication not identified] : : 2019., Б. г. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/ECC59F6B-C7B1-4F67-AEAE-0D664374BCE9. - ISBN 9781789345285 (electronic bk.). - ISBN 1789345286 (electronic bk.)
Vendor-supplied metadata.
Параллельные издания: Print version: : Millán Escrivá, David. OpenCV 4 Computer Vision Application Programming Cookbook : Build Complex Computer Vision Applications with OpenCV and C++, 4th Edition. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789340723
    Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Playing with Images; Installing the OpenCV library; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using Qt for OpenCV developments; The OpenCV developer site; See also; Loading, displaying, and saving images; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Clicking on images; Drawing on images; Running the example with Qt; See also; Exploring the cv::Mat data structure; How to do it ... ; How it works ... ; There's more ... ; The input and output arrays
See alsoDefining regions of interest; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using image masks; See also; Chapter 2: Manipulating the Pixels; Accessing pixel values; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The cv::Mat_ template class; See also; Scanning an image with pointers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Other color reduction formulas; Having input and output arguments; Efficient scanning of continuous images; Low-level pointer arithmetics; See also; Scanning an image with iterators; Getting ready
How to do it ... How it works ... ; There's more ... ; See also; Writing efficient image-scanning loops; How to do it ... ; How it works ... ; There's more ... ; See also; Scanning an image with neighbor access; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing simple image arithmetic; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Overloaded image operators; Splitting the image channels; Remapping an image; How to do it ... ; How it works ... ; See also; Chapter 3: Processing Color Images with Classes; Comparing colors using the strategy design pattern
How to do it ... How it works ... ; There's more ... ; Computing the distance between two color vectors; Using OpenCV functions; The functor or function object; The OpenCV base class for algorithms; See also; Segmenting an image with the GrabCut algorithm; How to do it ... ; How it works ... ; See also; Converting color representations; Getting ready; How to do it ... ; How it works ... ; See also; Representing colors with hue, saturation, and brightness; How to do it ... ; How it works ... ; There's more ... ; Using colors for detection -- skin tone detection; Chapter 4: Counting the Pixels with Histograms
Computing the image histogramGetting started; How to do it ... ; How it works ... ; There's more ... ; Computing histograms of color images; See also; Applying lookup tables to modify the image's appearance; How to do it ... ; How it works ... ; There's more ... ; Stretching a histogram to improve the image contrast; Applying a lookup table on color images; Equalizing the image histogram; How to do it ... ; How it works ... ; Backprojecting a histogram to detect specific image content; How to do it ... ; How it works ... ; There's more ... ; Backprojecting color histograms

~РУБ DDC 006.37

Рубрики: Application Development.

   Computer Vision.


   Application Software--Development.


   Computers--Artificial Intelligence--Computer Vision & Pattern Recognition.


   Computers--Software Development & Engineering--General.


   Computer vision--Programming.


   C++ (Computer program language)


   Application software.


Аннотация: This book will present a variety of CV algorithms using the standard library. It will implement any shortfall that might come in CV by practicing the recipes that implement various tasks such as image processing and object recognition among others. It will help you in implementing CV algorithms to meet the technical requirement of your projects.

Доп.точки доступа:
Laganiere, Robert.

Escrivá, David Millán. OpenCV 4 Computer Vision Application Programming Cookbook. [Электронный ресурс] / David Millán. Escrivá, Laganiere, Robert. - 1 online resource. с. (Введено оглавление)

8.

Escrivá, David Millán. OpenCV 4 Computer Vision Application Programming Cookbook. [Электронный ресурс] / David Millán. Escrivá, Laganiere, Robert. - 1 online resource. с. (Введено оглавление)


DDC 006.37
E 76

Escrivá, David Millán.
    OpenCV 4 Computer Vision Application Programming Cookbook. / David Millán. Escrivá, Laganiere, Robert. - [Place of publication not identified] : : 2019., Б. г. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/ECC59F6B-C7B1-4F67-AEAE-0D664374BCE9. - ISBN 9781789345285 (electronic bk.). - ISBN 1789345286 (electronic bk.)
Vendor-supplied metadata.
Параллельные издания: Print version: : Millán Escrivá, David. OpenCV 4 Computer Vision Application Programming Cookbook : Build Complex Computer Vision Applications with OpenCV and C++, 4th Edition. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789340723
    Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Playing with Images; Installing the OpenCV library; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using Qt for OpenCV developments; The OpenCV developer site; See also; Loading, displaying, and saving images; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Clicking on images; Drawing on images; Running the example with Qt; See also; Exploring the cv::Mat data structure; How to do it ... ; How it works ... ; There's more ... ; The input and output arrays
See alsoDefining regions of interest; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using image masks; See also; Chapter 2: Manipulating the Pixels; Accessing pixel values; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The cv::Mat_ template class; See also; Scanning an image with pointers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Other color reduction formulas; Having input and output arguments; Efficient scanning of continuous images; Low-level pointer arithmetics; See also; Scanning an image with iterators; Getting ready
How to do it ... How it works ... ; There's more ... ; See also; Writing efficient image-scanning loops; How to do it ... ; How it works ... ; There's more ... ; See also; Scanning an image with neighbor access; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing simple image arithmetic; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Overloaded image operators; Splitting the image channels; Remapping an image; How to do it ... ; How it works ... ; See also; Chapter 3: Processing Color Images with Classes; Comparing colors using the strategy design pattern
How to do it ... How it works ... ; There's more ... ; Computing the distance between two color vectors; Using OpenCV functions; The functor or function object; The OpenCV base class for algorithms; See also; Segmenting an image with the GrabCut algorithm; How to do it ... ; How it works ... ; See also; Converting color representations; Getting ready; How to do it ... ; How it works ... ; See also; Representing colors with hue, saturation, and brightness; How to do it ... ; How it works ... ; There's more ... ; Using colors for detection -- skin tone detection; Chapter 4: Counting the Pixels with Histograms
Computing the image histogramGetting started; How to do it ... ; How it works ... ; There's more ... ; Computing histograms of color images; See also; Applying lookup tables to modify the image's appearance; How to do it ... ; How it works ... ; There's more ... ; Stretching a histogram to improve the image contrast; Applying a lookup table on color images; Equalizing the image histogram; How to do it ... ; How it works ... ; Backprojecting a histogram to detect specific image content; How to do it ... ; How it works ... ; There's more ... ; Backprojecting color histograms

~РУБ DDC 006.37

Рубрики: Application Development.

   Computer Vision.


   Application Software--Development.


   Computers--Artificial Intelligence--Computer Vision & Pattern Recognition.


   Computers--Software Development & Engineering--General.


   Computer vision--Programming.


   C++ (Computer program language)


   Application software.


Аннотация: This book will present a variety of CV algorithms using the standard library. It will implement any shortfall that might come in CV by practicing the recipes that implement various tasks such as image processing and object recognition among others. It will help you in implementing CV algorithms to meet the technical requirement of your projects.

Доп.точки доступа:
Laganiere, Robert.

DDC 005.3
B 16

Baier, Jonathan.
    The Complete Kubernetes Guide : : Become an Expert in Container Management with the Power of Kubernetes. / Jonathan. Baier, Sayfan, Gigi., White, Jesse. - Birmingham : : Packt Publishing,, 2019. - 1 online resource (616 pages). - (Learning path). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5BA5FDA4-0305-4D18-99C4-1F9FA03E6265. - ISBN 1838647708. - ISBN 9781838647704 (electronic bk.)
Networking comparisons. Print version record.
Параллельные издания: Print version: : Baier, Jonathan. Complete Kubernetes Guide : Become an Expert in Container Management with the Power of Kubernetes. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781838647346
    Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Introduction to Kubernetes; Technical requirements; A brief overview of containers; What is a container?; cgroups; Namespaces; Union filesystems; Why are containers so cool?; The advantages of Continuous Integration/Continuous Deployment; Resource utilization; Microservices and orchestration; Future challenges; Our first clusters; Running Kubernetes on GCE; Kubernetes UI; Grafana; Command line; Services running on the master; Services running on the minions; Tearing down a cluster
Working with other providersCLI setup; IAM setup; Cluster state storage; Creating your cluster; Other modes; Resetting the cluster; Investigating other deployment automation; Local alternatives; Starting from scratch; Cluster setup; Installing Kubernetes components (kubelet and kubeadm); Setting up a master; Joining nodes; Networking; Joining the cluster; Summary; Chapter 2: Understanding Kubernetes Architecture; What is Kubernetes?; What Kubernetes is not; Understanding container orchestration; Physical machines, virtual machines, and containers; The benefits of containers
Containers in the cloudCattle versus pets; Kubernetes concepts; Cluster; Node; Master; Pod; Label; Annotations; Label selectors; Replication controllers and replica sets; Services; Volume; StatefulSet; Secrets; Names; Namespaces; Diving into Kubernetes architecture in-depth; Distributed systems design patterns; Sidecar pattern; Ambassador pattern; Adapter pattern; Multinode patterns; The Kubernetes APIs; Resource categories; Workloads API; Discovery and load balancing; Config and storage; Metadata; Cluster; Kubernetes components; Master components; API server; Etcd; Kube controller manager
Cloud controller managerKube-scheduler; DNS; Node components; Proxy; Kubelet; Kubernetes runtimes; The Container Runtime Interface (CRI); Docker; Rkt; App container; Cri-O; Rktnetes; Is rkt ready for use in production?; Hyper containers; Stackube; Continuous integration and deployment; What is a CI/CD pipeline?; Designing a CI/CD pipeline for Kubernetes; Summary; Chapter 3: Building a Foundation with Core Kubernetes Constructs; Technical requirements; The Kubernetes system; Nucleus; Application layer; Governance layer; Interface layer; Ecosystem; The architecture; The Master; Cluster state
Cluster nodesMaster; Nodes (formerly minions); Core constructs; Pods; Pod example; Labels; The container's afterlife; Services; Replication controllers and replica sets; Our first Kubernetes application; More on labels; Replica sets; Health checks; TCP checks; Life cycle hooks or graceful shutdown; Application scheduling; Scheduling example; Summary; Chapter 4: Working with Networking, Load Balancers, and Ingress; Technical requirements; Container networking; The Docker approach; Docker default networks; Docker user-defined networks; The Kubernetes approach; Networking options

~РУБ DDC 005.3

Рубрики: Application software--Development.

   Open source software.


   Cloud computing.


   Application program interfaces (Computer software)


   Application program interfaces (Computer software)


   Application software--Development.


   Cloud computing.


   Open source software.


Аннотация: This Learning Path walks you through the basic and advanced features of Kubernetesand teaches you all that you need to know for easily and efficiently manage your containerized applications.

Доп.точки доступа:
Sayfan, Gigi.
White, Jesse.

Baier, Jonathan. The Complete Kubernetes Guide : [Электронный ресурс] : Become an Expert in Container Management with the Power of Kubernetes. / Jonathan. Baier, Sayfan, Gigi., White, Jesse., 2019. - 1 online resource (616 pages) с. (Введено оглавление)

9.

Baier, Jonathan. The Complete Kubernetes Guide : [Электронный ресурс] : Become an Expert in Container Management with the Power of Kubernetes. / Jonathan. Baier, Sayfan, Gigi., White, Jesse., 2019. - 1 online resource (616 pages) с. (Введено оглавление)


DDC 005.3
B 16

Baier, Jonathan.
    The Complete Kubernetes Guide : : Become an Expert in Container Management with the Power of Kubernetes. / Jonathan. Baier, Sayfan, Gigi., White, Jesse. - Birmingham : : Packt Publishing,, 2019. - 1 online resource (616 pages). - (Learning path). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5BA5FDA4-0305-4D18-99C4-1F9FA03E6265. - ISBN 1838647708. - ISBN 9781838647704 (electronic bk.)
Networking comparisons. Print version record.
Параллельные издания: Print version: : Baier, Jonathan. Complete Kubernetes Guide : Become an Expert in Container Management with the Power of Kubernetes. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781838647346
    Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Introduction to Kubernetes; Technical requirements; A brief overview of containers; What is a container?; cgroups; Namespaces; Union filesystems; Why are containers so cool?; The advantages of Continuous Integration/Continuous Deployment; Resource utilization; Microservices and orchestration; Future challenges; Our first clusters; Running Kubernetes on GCE; Kubernetes UI; Grafana; Command line; Services running on the master; Services running on the minions; Tearing down a cluster
Working with other providersCLI setup; IAM setup; Cluster state storage; Creating your cluster; Other modes; Resetting the cluster; Investigating other deployment automation; Local alternatives; Starting from scratch; Cluster setup; Installing Kubernetes components (kubelet and kubeadm); Setting up a master; Joining nodes; Networking; Joining the cluster; Summary; Chapter 2: Understanding Kubernetes Architecture; What is Kubernetes?; What Kubernetes is not; Understanding container orchestration; Physical machines, virtual machines, and containers; The benefits of containers
Containers in the cloudCattle versus pets; Kubernetes concepts; Cluster; Node; Master; Pod; Label; Annotations; Label selectors; Replication controllers and replica sets; Services; Volume; StatefulSet; Secrets; Names; Namespaces; Diving into Kubernetes architecture in-depth; Distributed systems design patterns; Sidecar pattern; Ambassador pattern; Adapter pattern; Multinode patterns; The Kubernetes APIs; Resource categories; Workloads API; Discovery and load balancing; Config and storage; Metadata; Cluster; Kubernetes components; Master components; API server; Etcd; Kube controller manager
Cloud controller managerKube-scheduler; DNS; Node components; Proxy; Kubelet; Kubernetes runtimes; The Container Runtime Interface (CRI); Docker; Rkt; App container; Cri-O; Rktnetes; Is rkt ready for use in production?; Hyper containers; Stackube; Continuous integration and deployment; What is a CI/CD pipeline?; Designing a CI/CD pipeline for Kubernetes; Summary; Chapter 3: Building a Foundation with Core Kubernetes Constructs; Technical requirements; The Kubernetes system; Nucleus; Application layer; Governance layer; Interface layer; Ecosystem; The architecture; The Master; Cluster state
Cluster nodesMaster; Nodes (formerly minions); Core constructs; Pods; Pod example; Labels; The container's afterlife; Services; Replication controllers and replica sets; Our first Kubernetes application; More on labels; Replica sets; Health checks; TCP checks; Life cycle hooks or graceful shutdown; Application scheduling; Scheduling example; Summary; Chapter 4: Working with Networking, Load Balancers, and Ingress; Technical requirements; Container networking; The Docker approach; Docker default networks; Docker user-defined networks; The Kubernetes approach; Networking options

~РУБ DDC 005.3

Рубрики: Application software--Development.

   Open source software.


   Cloud computing.


   Application program interfaces (Computer software)


   Application program interfaces (Computer software)


   Application software--Development.


   Cloud computing.


   Open source software.


Аннотация: This Learning Path walks you through the basic and advanced features of Kubernetesand teaches you all that you need to know for easily and efficiently manage your containerized applications.

Доп.точки доступа:
Sayfan, Gigi.
White, Jesse.

DDC 005.133
B 18

Balbaert, Ivo.
    Julia 1. 0 Programming Complete Reference Guide : : Discover Julia, a High-Performance Language for Technical Computing / / Ivo Balbaert, Adrian Salceanu. - Birmingham : : Packt Publishing, Limited,, ©2019. - 1 online resource (455 pages). - Includes bibliographical references and index. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/BB973BB6-9429-4988-8A76-0CC52D80AFC1. - ISBN 9781838824679 (electronic book). - ISBN 1838824677 (electronic book)
Online resource; title from digital title page (viewed on October 16, 2019).
Параллельные издания: Print version: : Balbaert, Ivo. Julia 1. 0 Programming Complete Reference Guide : Discover Julia, a High-Performance Language for Technical Computing. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781838822248
    Содержание:
Chapter 1: Installing the Julia Platform -- Chapter 2: Variables, Types, and Operations -- Chapter 3: Functions -- Chapter 4: Control Flow -- Chapter 5: Collection Types -- Chapter 6: More on Types, Methods, and Modules -- Chapter 7: Metaprogramming in Julia -- Chapter 8: I/O, Networking, and Parallel Computing -- Chapter 9: Running External Programs -- Chapter 10: The Standard Library and Packages -- Chapter 11: Creating Our First Julia App -- Chapter 12: Setting Up the Wiki Game -- Chapter 13: Building the Wiki Game Web Crawler -- Chapter 14: Adding a Web UI for the Wiki Game -- Chapter 15: Implementing Recommender Systems with Julia -- Chapter 16: Machine Learning for Recommender Systems

~РУБ DDC 005.133

Рубрики: Programming languages.

   Application software--Development.


   Application software--Development.


Аннотация: This Learning Path is your step-by-step guide to learn the high-level and high-performance Julia language and build simple-to-advanced applications with it using modern tools. Through multiple projects and examples, you'll learn work with powerful open-source libraries for data wrangling, analysis, and visualization and build full-featured ...

Доп.точки доступа:
Salceanu, Adrian.

Balbaert, Ivo. Julia 1. 0 Programming Complete Reference Guide : [Электронный ресурс] : Discover Julia, a High-Performance Language for Technical Computing / / Ivo Balbaert, Adrian Salceanu., ©2019. - 1 online resource (455 pages) с. (Введено оглавление)

10.

Balbaert, Ivo. Julia 1. 0 Programming Complete Reference Guide : [Электронный ресурс] : Discover Julia, a High-Performance Language for Technical Computing / / Ivo Balbaert, Adrian Salceanu., ©2019. - 1 online resource (455 pages) с. (Введено оглавление)


DDC 005.133
B 18

Balbaert, Ivo.
    Julia 1. 0 Programming Complete Reference Guide : : Discover Julia, a High-Performance Language for Technical Computing / / Ivo Balbaert, Adrian Salceanu. - Birmingham : : Packt Publishing, Limited,, ©2019. - 1 online resource (455 pages). - Includes bibliographical references and index. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/BB973BB6-9429-4988-8A76-0CC52D80AFC1. - ISBN 9781838824679 (electronic book). - ISBN 1838824677 (electronic book)
Online resource; title from digital title page (viewed on October 16, 2019).
Параллельные издания: Print version: : Balbaert, Ivo. Julia 1. 0 Programming Complete Reference Guide : Discover Julia, a High-Performance Language for Technical Computing. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781838822248
    Содержание:
Chapter 1: Installing the Julia Platform -- Chapter 2: Variables, Types, and Operations -- Chapter 3: Functions -- Chapter 4: Control Flow -- Chapter 5: Collection Types -- Chapter 6: More on Types, Methods, and Modules -- Chapter 7: Metaprogramming in Julia -- Chapter 8: I/O, Networking, and Parallel Computing -- Chapter 9: Running External Programs -- Chapter 10: The Standard Library and Packages -- Chapter 11: Creating Our First Julia App -- Chapter 12: Setting Up the Wiki Game -- Chapter 13: Building the Wiki Game Web Crawler -- Chapter 14: Adding a Web UI for the Wiki Game -- Chapter 15: Implementing Recommender Systems with Julia -- Chapter 16: Machine Learning for Recommender Systems

~РУБ DDC 005.133

Рубрики: Programming languages.

   Application software--Development.


   Application software--Development.


Аннотация: This Learning Path is your step-by-step guide to learn the high-level and high-performance Julia language and build simple-to-advanced applications with it using modern tools. Through multiple projects and examples, you'll learn work with powerful open-source libraries for data wrangling, analysis, and visualization and build full-featured ...

Доп.точки доступа:
Salceanu, Adrian.

Страница 1, Результатов: 36

 

Все поступления за 
Или выберите интересующий месяц