Fluent -- JSON parsing
Contents of this article
Preface
JSON to Dart object
practice
Generate entity classes with tools according to JSON
When the JSON class property is inconsistent with the server return property
Preface
The previous blog has introduced the network request in the development of Flutter in detail, bu ...
Added by dnszero on Mon, 10 Feb 2020 12:16:29 +0200
WSL CONDA Caffe foster RCNN CPU version installation
Catalog
Preface
Creating a virtual environment with conda
Git download fast RCNN Library
Install python dependencies
Compile configuration modification
Remove notes
Configure Python path (based on Anaconda3 python2.7)
Add hd5f library path
Compile lib
Compile Caffe
test
Preface
In this paper, ...
Added by chenggn on Mon, 10 Feb 2020 09:55:13 +0200
Introduction to HTTPS: Asymmetric Encrypted RSA
How do we decide what the key is?
Symmetric key cryptography is safe if only the sender and receiver know the key.In a Caesar password, the key is an offset value that determines how much each letter should be offset.In our example, we use an offset value of 3, but it can also be 4 or 12.
There's a p ...
Added by chipev on Mon, 10 Feb 2020 06:24:49 +0200
CentOS routing settings
1, Common settings of routing table:
1. The route added with route command will fail after the machine restarts or the network card restarts. Methods:
//Routes added to hosts
# route add –host 192.168.1.11 dev eth0
# route add –host 192.168.1.12 gw 192.168.1.1
//Routes added to the network
# route add –net 192.168.1.11 netma ...
Added by bellaso on Sun, 09 Feb 2020 20:46:27 +0200
In depth -- CNN convolutional neural network using tf cnn for mnist handwritten digital code demonstration project
Return to home directory
Back to CNN convolutional neural network directory
The last chapter: Depth part -- CNN convolutional neural network (3) On ROI pooling and ROI Align and interpolation
In this section, I will elaborate on the demonstration project of mnist handwritten digit code using tf ...
Added by ibolui on Sun, 09 Feb 2020 15:55:37 +0200
Tensorflow basis -- activation function (Sigmoid, tanh); loss function (quadratic cost function, cross entropy cost function, logarithmic release cost function)
Catalog
1. Activation function
1.1 hyperbolic tangent function and Sigmoid function
2. Loss function (cost function)
2.1 L1 norm loss function
2.2 L2 norm loss function
2.3 quadratic cost function
2.4 cross entropy cost function
2.5 log likelihood cost
3. Demo code
1. Activation function
The i ...
Added by implications on Sun, 09 Feb 2020 12:09:55 +0200
Huawei BGP dynamic routing protocol theory + experiment
Article directory
Preface
1: BGP protocol theory
1.1: Overview
1.2: classification of dynamic routes
1.2.1: classification by autonomous system
1.2.2: classification by agreement type
1.3: characteristics of BGP
1.4: working principle of BGP
1.4.1: BGP message
1.4.2: BGP database
1.4.3: type of BGP
2: BGP protocol experiment
2.1: experimenta ...
Added by sparrrow on Sat, 08 Feb 2020 10:29:40 +0200
Go daily log
brief introduction
In daily development, log is an essential function. Although sometimes we can use fmt library to output some information, but the flexibility is not enough. The Go standard library provides a log library. This paper introduces the use of log library.
Rapid use
log is provided by the G ...
Added by leoo24 on Fri, 07 Feb 2020 13:23:55 +0200
Several methods of sharing global information in Hadoop
I can't understand a pure technical article so long ago. I suddenly said that it contains sensitive words. I got off the shelf and asked me to resend it...
------
In the process of writing Hadoop MapReduce program, sometimes we need to use some shared global data in mappers or reducers. For exam ...
Added by llimllib on Thu, 06 Feb 2020 06:18:43 +0200
The second week of winter vacation
Learn more about css this week:
Progress with learning video
Learning:
Three characteristics of css
Characteristic
Effect
Inheritance
Set some properties for the parent element, and the child element can also be used (only those starting with color,font-,text-,line can be inherited)
Stacking
...
Added by AngelGSD on Wed, 05 Feb 2020 12:28:32 +0200