使用TensorFlow Cookbook进行机器学习 Packt出版的《使用TensorFlow Cookbook进行机器学习》。
2022-05-09 18:25:54 8.85MB JupyterNotebook
1
This comprehensive guide will help you to choose the right practical option and make strategic decisions about the OpenStack cloud environment to fit your infrastructure in production. At the start, this book will explain the OpenStack core architecture. You will soon be shown how to create your own OpenStack private cloud. Next, you will move on to cover the key security layer and network troubleshooting skills, along with some advanced networking features. Finally, you will gain experience of centralizing and logging OpenStack. The book will show you how to carry out performance tuning based on OpenStack service logs. By the end of this book, you will be ready to take steps to deploy and manage an OpenStack cloud with the latest open source technologies.
2022-05-06 17:15:11 25.98MB Mastering OpenStack CLOUD
1
使用Python和CUDA进行动手GPU编程 这是Packt发布的《 进行的代码库。 探索使用CUDA的高性能并行计算 这本书是关于什么的? 使用Python和CUDA进行动手GPU编程必将步入正轨:您将首先学习如何应用阿姆达尔定律,使用代码分析器来识别Python代码中的瓶颈,并设置合适的GPU编程环境。 然后,您将看到如何“查询” GPU的功能以及如何在GPU自身的内存之间来回复制数据数组。 本书涵盖以下激动人心的功能: 直接从Python启动GPU代码 编写有效,高效的GPU内核和设备功能 使用诸如cuFFT,cuBLAS和cuSolver之类的库 使用Nsight和Visual Profiler调试和分析代码 将GPU编程应用于数据科学问题 从头开始构建基于GPU的深度神经网络 探索高级GPU硬件功能,例如经线改组 如果您觉得这本书适合您,请立即获取! 说明和导航 所有代
2022-05-04 18:40:36 136KB Python
1
通过使用虚幻引擎4构建游戏学习C ++-第二版 这是Packt发行的《 来的代码库 。 使用C ++和UE4学习3D游戏开发的初学者指南 这本书是关于什么的? 学习使用C ++编程需要一些认真的动力。 虚幻引擎4(UE4)是一个功能强大的C ++引擎,具有用于创建AAA工作室一流,令人兴奋的游戏的全部功能,这使其成为学习C ++ 17的有趣方式。 本书涵盖以下激动人心的功能: 学习C ++的基础知识以及基本的UE4编辑 了解有关UE4编辑器的方法以及在引擎中使用C ++和蓝图的基础知识 了解如何使用基本的C ++容器和数据结构来存储游戏数据 创建玩家,NPC和怪物 使用UE4 UMG UI系统向用户提供信息 如果您觉得这本书适合您,请立即获取! 说明和导航 所有代码都组织在文件夹中。 例如,Chapter02。 该代码将如下所示: #include u
2022-05-03 00:39:27 1.02GB C++
1
Packt.Hands-on.Design.Patterns.with.Kotlin.2018 Packt.Hands-on.Design.Patterns.with.Kotlin.2018
2022-04-29 18:43:08 529KB Kotlin
1
Packt.Learning.Node.js.Development.1788395549 True PDF Learning Node.js Development: Learn the fundamentals of Node.js, and deploy and test Node.js applications on the web A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and test your own apps. Key Features Entirely project-based and practical Explains the "Why" of Node.js features, not just the "how", providing you with a deep understanding and enabling you to easily apply concepts in your own applications Covers the full range of technologies around Node.js - NPM, version control with Git, and much more Book Description Learning Node.js Development is a practical, project-based book that provides you with all you need to get started as a Node.js developer. Node is a ubiquitous technology on the modern web, and an essential part of any web developers' toolkit. If you are looking to create real-world Node applications, or you want to switch careers or launch a side project to generate some extra income, then you're in the right place. This book has been written around a single goal-turning you into a professional Node developer capable of developing, testing, and deploying real-world production applications. Learning Node.js Development is built from the ground up around the latest version of Node.js (version 9.x.x). You'll be learning all the cutting-edge features available only in the latest software versions. This book cuts through the mass of information available around Node and delivers the essential skills that you need to become a Node developer. It takes you through creating complete apps and understanding how to build, deploy, and test your own Node apps. It maps out everything in a comprehensive, easy-to-follow package designed to get you up and running quickly. What you will learn Learn the fundamentals of Node Build apps that respond to user input Master working with servers Learn how to test and debug applications Deploy and update your apps in the real world Create responsive asynchronous web applications Who This Book Is For This book targets anyone looking to launch their own Node applications, switch careers, or freelance as a Node developer. You should have a basic understanding of JavaScript in order to follow this course. Table of Contents Chapter 1 Getting Set Up Chapter 2 Node Fundamentals - Part 1 Chapter 3 Node Fundamentals - Part 2 Chapter 4 Node Fundamentals - Part 3 Chapter 5 Basics of Asynchronous Programming in Node.js Chapter 6 Callbacks in Asynchronous Programming Chapter 7 Promises in asynchronous programming Chapter 8 Web Servers in Node Chapter 9 Deploying Applications to Web Chapter 10 Testing the Node Application part 1 Chapter 11 Testing the Node Application part 2
2022-04-29 14:27:05 50.62MB Node.js
1
5美元的技术解锁2021年! 5美元的竞选活动从2020年12月15日至2021年1月13日。 现代C ++挑战 这是发布的的代码库。 它包含从头到尾完成本书所必需的所有支持项目文件。 关于这本书 C ++是使用最广泛的编程语言之一,在许多领域都有应用程序,例如游戏,GUI编程和操作系统。 多年来,C ++已发展成为(并且仍然是)全球软件开发人员的首选之一。 本书将向您展示一些著名的C ++功能以及如何实现它们以满足您的应用程序需求。 每个问题都是唯一的,不仅会测试您对语言的了解,还可能会影响您的语言。 它可以测试您开箱即用的思维能力并提供最佳解决方案。 难度各不相同,您将面临各种各样的挑战。 如果您感到难过,也不必担心:我们为书中的问题提供了最佳的解决方案。 那么,您准备好迎接挑战了吗? 说明和导航 所有代码都组织在文件夹中。 每个文件夹均以数字开头,后跟应用程序名称。 例如,Chapt
2022-04-29 09:31:27 14.98MB C
1
gradle effective 第二版原文书籍。基于gradle 4 , 提供 pdf 和 azw3两种格式。书中系统的介绍grdle 开发、发布的细节。
2022-04-27 00:59:06 14.5MB gradle教程 gradlepdf
1
An OpenStack cloud is a complex jungle of components that can speed up managing a virtualization platform. Applications that are built for this platform are resilient to failure and convenient to scale. OpenStack allows administrators and developers to consolidate and control pools of compute, networking, and storage resources, with a centralized dashboard and administration panel to enable the large-scale development of cloud services. Begin by exploring and unravelling the internal architecture of the OpenStack cloud components. After installing the RDO distribution, you will be guided through each component via hands-on exercises, learning more about monitoring and troubleshooting the cluster. By the end of the book, you'll have the confidence to install, configure, and administer an OpenStack cloud.
2022-04-25 15:36:26 5.52MB OpenStack CLOUD
1
虚幻引擎4着色器和效果菜谱 Packt发行的《虚幻引擎4着色器和效果食谱》 这是Packt发行的《 的代码库。 超过70种用于掌握后处理效果和高级着色技术的配方 这本书是关于什么的? 虚幻引擎4是一种功能强大的游戏引擎,由于其易用性和打包的强大渲染管道,最近获得了广泛的应用。 鉴于创建虚幻的演示文稿和视觉效果是相对容易的,虚幻技术已Swift成为行业中以前拒绝此类软件进入的有力竞争者。 本书涵盖以下激动人心的功能: 掌握虚幻引擎的渲染管线,用于开发实时图形 将基于物理的渲染(PBR)用于建筑材料和照明解决方案 为针对多个平台的游戏构建优化的材料 了解虚幻引擎的节点和功能,以产生理想的效果 设计和构建可用于生产环境的着色器 如果您觉得这本书适合您,请立即获取! 这是本书所需要的:本书适用于希望在Unreal Engine 4中创建其第一个着色器或希望通过添加专业的后处理效果将其游
2022-04-25 10:36:42 2GB
1