Flink Stream API - Operators

Operators convert one or more data streams into a new data stream.Programs can combine multiple transformations into complex data flow topologies. Describes basic transformations, valid physical partitions after applying these transformations, a ...

Posted by michaelphipps on Tue, 20 Aug 2019 18:09:13 -0700

TensorFlow Learning Records: Activation Functions

The main function of activation function is to add non-linear factors to solve the problem that linear models can not be multi-classified. It plays a very important role in the whole neural network. Because the mathematical basis of the neural networ ...

Posted by AdamSnow on Sun, 18 Aug 2019 22:24:22 -0700

Phase III API

Phase 3: API One: What you need to focus on when looking at API s 1. Watching bags 2. Look at the explanation. 3. Look at the structure 4. Look at the method: Look at the explanation of the method, look at the modifier, then return the value, and see ...

Posted by kam_uoc on Sun, 18 Aug 2019 07:02:45 -0700

17hive mainstream storage format

3. File storage format 1. Column Storage and Row Storage (1) Features of column storage: Because the data aggregated storage for each field can greatly reduce the amount of data read when only a few fields are needed for query. Each field must ...

Posted by Mr_Mako on Sat, 17 Aug 2019 19:26:26 -0700

Android OpenGLES 2.0 - Building Cones, Cylinders and Spheres

Links to the original text: https://wuwang.blog.csdn.net/article/details/52826856 In previous blogs, we drew triangles, squares, circles and cubes. Today we will draw cones, cylinders and spheres. After these basic conventional geometric ...

Posted by jeff_papciak on Sat, 17 Aug 2019 00:50:29 -0700

Parametric interpretation of convolution function conv2d of TensorFlow

Links to the original text: https://blog.csdn.net/qq_34782535/article/details/87906835 ...

Posted by edcellgavin on Fri, 16 Aug 2019 05:30:33 -0700

Completable Future asynchronous multithreading framework, a new feature of Java 8

Completable Future Asynchronous Multithreading Framework (Part 2) 1. Create a completed Completable Future This simple example creates a Completable Future with pre-set results that have been completed. Usually as the starting point of calculat ...

Posted by ASDen on Fri, 16 Aug 2019 03:02:42 -0700

2009 Multi-University Training Contest Part 7 Supplementary Questions

2009 Multi-University Training Contest Part 7 Supplementary Questions The game was organized by three people. During the game, I felt I didn't give much, so I added a question. And I always feel tired in the end of the game, hoping to change. - Sp ...

Posted by arjan.top on Thu, 15 Aug 2019 22:17:53 -0700

A Brief Talk on Data Structure-Implementation and Analysis of Java Code in Joseph Ring

A Brief Talk on Data Structure-Joseph Ring What is Joseph Ring? Description of the problem, there is a scene: a group of children in the playground surrounded by a circle, they agreed to report from a person from the beginning (similar to the n ...

Posted by anurag2003 on Wed, 14 Aug 2019 03:31:28 -0700

Webcc: Lightweight C++ HTTP Library

Webcc is based on Boost Asio The lightweight C++ HTTP library is developed, which supports both client and server. A few years ago, it only supported simple SOAP calls (cSoap), which gradually evolved into a pure HTTP library. At present, it has more than 250 code submissions and is still improving. It has been applied in our company's product ...

Posted by Dolemite50 on Tue, 13 Aug 2019 23:06:48 -0700