kubernetes tutorial (4) node component installation
node related component installation
docker installation
Install the latest version of docker
wget -qO- https://get.docker.com/ | sh
kubelet installation
Download the kubelet executable binary file and place it in the directory / opt/kubernetes/bin
New directory / var/lib/kubelet
Add kubelet.service file to / usr/lib/s ...
Added by mwalsh on Sun, 09 Feb 2020 21:49:43 +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
Read and write M1 card with PN532 on raspberry pie
This article is only for technical communication, not for illegal activities
WeChat public: ancient tablets
I will share all kinds of dry goods on WeChat public address. Welcome to play!
1, Preparation tools:
Raspberry Pie:
I use Raspberry Pi 3B. Now four generations of raspberry pie have been relea ...
Added by dstar101 on Sat, 08 Feb 2020 11:49:35 +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
smac source analysis: a preliminary exploration of smac
Application of smac: auto-sklearn
SMAC(Sequential Model-based Algorithm Configuration), an algorithm configuration based on sequence models, is widely used in various automatic machine learning frameworks, such as Microsoft nni. https://github.com/microsoft/nni ), auto-sklearn, etc.The superparametric ...
Added by renj0806 on Fri, 07 Feb 2020 07:22:02 +0200
python's implementation of the dot matrix word "come on in Wuhan"
Dot matrix word
To achieve this effect, first of all, the concept of lattice character: lattice font is to divide each character into 16 × 16 or 24 × 24 points, and then use the virtual reality of each point to represent the outline of the character. Dot matrix fonts are also called bitmap fonts, in which each font is represente ...
Added by nadeemshafi9 on Wed, 05 Feb 2020 17:36:30 +0200
Python: sparse array and triangle array
Sparse array
Sparse array application scenario:
When array size is large and space utilization is low, sparse array should be used for storage
The following implementation of sparse array 0, row 0 and column are not used to store data. They are reserved for row size and other data. A ...
Added by pikemsu28 on Sat, 01 Feb 2020 18:14:49 +0200
Lightweight C + + neural network application library CreativeLus: 3. Complex function approximation. Case: multi input mixed approximation.
github resource address:[ Release-x86/x64]
Last article: Lightweight C + + neural network application library CreativeLus: 2. Classification problem. Case: space points are classified in plane 2.
Next article: Creative LUS: 4. CNN convolutional neural network. Case: (MNIST) handwritten digit recognitio ...
Added by Kingy on Fri, 31 Jan 2020 23:07:10 +0200
Share your own JS version date format and parsing tool class, absolutely easy to use!
Preface
I originally wanted to imitate the SimpleDateFormat() object in Java, but I felt it was inconvenient to use it, so I wrote it as a separate method.
Original link
Date format
2.1. Instructions
formatDate(date, fmt), where fmt supports the following formats:
y (year)
M (month)
d (day)
q (quarter)
w (week) ...
Added by danger2oo6 on Tue, 28 Jan 2020 16:44:09 +0200
Using C + + with lua
There are the following considerations in the development of C + + in combination with lua:
1. C + + reusability is not strong
2. Frequent update of code driven scripts on business requirements, C + + can also do it is more laborious
3. Generally, there are many Luas, which are faster, simpler and lig ...
Added by phpcoder24july on Tue, 28 Jan 2020 13:07:59 +0200