c++17 标准库的一本快速上手指南 cookbook
2022-12-08 17:33:04 3.77MB c++ c++标准库
1
OpenJDK Cookbook
2022-10-19 23:25:32 3.57MB deep learning
1
Camel的官方文档不足以指导开发,cookbook立足于最佳实践,开发ESB必备!
2022-09-14 21:55:14 4.04MB Camel Cookbook
1
OGRE 3D 1.7 Application Development Cookbook.pdf
2022-05-21 18:01:29 16.95MB OGRE
1
Explore machine learning concepts using the latest numerical computing library — TensorFlow — with the help of this comprehensive cookbook About This Book Your quick guide to implementing TensorFlow in your day-to-day machine learning activities Learn advanced techniques that bring more accuracy and speed to machine learning Upgrade your knowledge to the second generation of machine learning with this guide on TensorFlow Who This Book Is For This book is ideal for data scientists who are familiar with C++ or Python and perform machine learning activities on a day-to-day basis. Intermediate and advanced machine learning implementers who need a quick guide they can easily navigate will find it useful. What You Will Learn Become familiar with the basics of the TensorFlow machine learning library Get to know Linear Regression techniques with TensorFlow Learn SVMs with hands-on recipes Implement neural networks and improve predictions Apply NLP and sentiment analysis to your data Master CNN and RNN through practical recipes Take TensorFlow into production In Detail TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You’ll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning – each using Google’s machine learning library TensorFlow. This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last chapter will show you how to take it to production. Style and approach This book takes a recipe-based approach where every topic is explicated with the help of a real-world example.
2022-05-09 18:19:50 4.19MB tensorflow
1
这是vulkan的编程指南,可以作为vulkan学习的查询资料
2022-05-06 17:08:10 14.18MB vulkan
1
The world of Raspberry Pi is evolving quickly, with many new interface boards and software libraries becoming available all the time. In this cookbook, prolific hacker and author Simon Monk provides more than 200 practical recipes for running this tiny low-cost computer with Linux, programming it with Python, and hooking up sensors, motors, and other hardware—including Arduino. You’ll also learn basic principles to help you use new technologies with Raspberry Pi as its ecosystem develops. Python and other code examples from the book are available on GitHub. This cookbook is ideal for programmers and hobbyists familiar with the Pi through resources such as Getting Started with Raspberry Pi (O’Reilly). Set up and manage your Raspberry Pi Connect the Pi to a network Work with its Linux-based operating system Use the Pi’s ready-made software Program Raspberry Pi with Python Control hardware through the GPIO connector Use Raspberry Pi to run different types of motors Work with switches, keypads, and other digital inputs Hook up sensors for taking various measurements Attach different displays, such as an LED matrix Create dynamic projects with Raspberry Pi and Arduino.
2022-04-21 01:24:49 10.11MB Raspberry
1
Table of Contents Preface 1 Chapter 1: Validating and Converting User Input 7 Introduction 7 Performing form-level custom validation 7 Creating a custom validator 12 Composing multiple validators into a single reusable validator 18 Converting string inputs to objects 23 Chapter 2: Getting Down and Dirty with Forms and Form Components 33 Introduction 33 Creating linked selectboxes 34 Composing multiple form components into a single reusable component 39 Preventing multiple form submits 45 Protecting against spam with a CAPTCHA 55 Chapter 3: Making Forms Presentable 61 Introduction 61 Changing form component CSS class on validation errors 62 Using FeedbackPanel to output form component specific messages 65 Streamlining form component presentation using behaviors 67 Chapter 4: Taking your Application Abroad 75 Introduction 75 Storing module resource strings in package properties 76 Retrieving a localized string 80 Feeding dynamic localized strings to components using StringResourceModel 84 Using wicket:message to output localized markup 86 Overriding localized resources on a case by case basis 89 ii Table of Contents Chapter 5: Displaying Data Using DataTable 95 Introduction 95 Sorting 96 Filtering 100 Making cells clickable 106 Making rows selectable with checkboxes 110 Exporting data to CSV 120 Chapter 6: Enhancing your UI with Tabs and Borders 129 Introduction 129 Creating tabs with dynamic titles 130 Making a tabbed panel play nice with forms 136 Creating a client-side JavaScript tabbed panel 140 Using borders to decorate components 143 Creating a collapsible border 148 Chapter 7: Deeper into Ajax 157 Introduction 157 Adding Ajax validation to individual form components 158 Blocking until an Ajax request is complete 162 Providing Ajax feedback automatically 168 Chapter 8: Visualizing Data with Charts 177 Introduction 177 Charting with Open Flash Chart 178 Feeding chart data using a SharedResource 191 Responding to clicks 199 Chapter 9: Building Dynamic and Rich UI 207 Introduction 207 Swapping components using a select box 208 Creating dynamic forms 214 Creating a dynamic portal layout 222 Chapter 10: Securing your Application 235 Introduction 235 Creating a login page and forcing the user to log in 236 Authenticating with OpenID 243 Securing components using 251 IAuthorizationStrategy 251 Securing URLs and protecting against cross-site request forgery 258 Switching from HTTP to HTTPS and back again 260 iii Table of Contents Chapter 11: Integrating Wicket with Middleware 263 Introduction 263 Integrating with Spring 264 Integrating with CDI 268 Populating repeaters from a JPA query 272 Creating a model for a JPA entity 282 Chapter 12 This chapter is not present in the book but is available as a free download from: http://www.packtpub.com/sites/default/files/downloads/ 1605_Chapter12.pdf Index 291
2022-03-25 16:16:15 4.53MB Apache Wicket Cookbook
1
OpenStack Networking Cookbook.pdf
2022-03-08 09:43:45 15.15MB OpenStack Networking
1
Openssl官方推荐的一本书,讲的很透彻,是英文版的
2022-02-25 16:27:47 1.56MB openssl
1