DataWhale team playing card learning camp task09-3 image classification case 1
Image classification on Kaggle (CIFAR-10)
Now, we will use the knowledge we learned in the previous sections to participate in the Kaggle competition, which solves the problem of CIFAR-10 image classification. The competition website is https://www.kaggle.com/c/cifar-10
# The network in this section nee ...
Added by SystemOverload on Wed, 26 Feb 2020 14:15:09 +0200
Basic commands for switches and routers (Cisco)
Basic commands for switches and routers (Cisco) (2)
1, Function of device command line
1. Usage
2. Command support shorthand
3. Command can complete Tab key
4. Command history memory function, up and down to call
5. How to delete a configuration?
6. Use of do
2, Common basic commands
1. Set device ...
Added by anupamsaha on Wed, 26 Feb 2020 13:42:02 +0200
Summary of C + + intelligent pointer
The function of intelligent pointer
Dynamic memory management often has two problems:
1. Forgetting to release memory will cause memory leak;
2. If a pointer still references memory, it will be released and a pointer referencing illegal memory will be generated.
Both of these problems will lead to mem ...
Added by Mountain Water on Wed, 26 Feb 2020 10:08:09 +0200
Self-study case for introducing HTML
Case 1: hello.html
<html>
<body>
<title>html technology</title>
</body>
<body>
hello
</body>
</html>
Case 2: First html.html
<html>
<head>
<meta charset="utf-8">
<title>HTML technology</title>
</head> ...
Added by lemmin on Wed, 26 Feb 2020 03:24:07 +0200
k8s data persistence statefulset data persistence and automatic creation of PV and PVC
One: Statefulset
StatefulSet is designed to solve the problem of stateless services. The corresponding Deployment and ReplicaSet are designed for stateless services, and their scenarios include:1. Stable persistent storage, i.e. access to the same persistent data after Pod rescheduling, based on PVC2. Stable network flags, i.e. PodName and Ho ...
Added by wshost on Tue, 25 Feb 2020 05:09:26 +0200
Intelligent target detection 18 - Keras builds fast RCNN target detection platform
Intelligent target detection 18 -- Keras builds FasterRCNN target detection platform
Learn foreword
What is FasterRCNN target detection algorithm
Source download
Fast RCNN implementation ideas
1, Forecast part
1. Introduction to backbone network
2. Get Proposal box
3. Decoding of Proposal box
4. Ut ...
Added by joshblue on Sun, 23 Feb 2020 08:09:44 +0200
Using Rust to develop operating system (UEFI Abstract file system)
In the previous article, we introduced the basic use of rust in UEFI. In this chapter, we started to write the basic UEFI settings, mainly including File structure and UEFI compilation script to simplify the kernel File reading and qemu startup process
Build base exception
Results are provided for us ...
Added by jackpf on Fri, 21 Feb 2020 07:36:34 +0200
ionic4 notes UI components, colors, buttons, icons, etc
1. Built in colors in ionic4.x
primary secondary tertiary success warning danger dark medium light
Only one color needs to be remembered, such as success, because it can be found in the project
Use of color: directly add color to the label, enter i-color to enter the drop-down prompt, you can ...
Added by fordyh on Thu, 20 Feb 2020 13:04:15 +0200
C data structure and algorithm - basic sorting - figure-09: topological sorting and critical path
0x01. Related concepts
AOV network: in a directed graph that represents engineering, activity is represented by vertex, and priority relationship between activities is represented by arc. Such a directed graph is a network that represents activity by vertex, which we call AOV network.
Topology s ...
Added by bandit on Thu, 20 Feb 2020 08:24:59 +0200
HMM4 μ machine learning
Preface:
There are two main algorithms of hidden Markov prediction model
Approximate algorithm
Viterbi algorithm
Catalog
Approximate algorithm
Viterbi algorithm
CODE implementation
An approximate algorithm
At each time t selects the most likely state at that timeTo get a sequence of S ...
Added by lovelys on Thu, 20 Feb 2020 07:57:52 +0200