lablab.top
lablab.top
blog
about
Light
Dark
Automatic
Posts
Paper - AdderNet: Do We Really Need Multiplications in Deep Learning?
The paper points out that the traditional convolution operation is actually a kind of cross-correlation operation used to measure the similarity between input features and convolution kernels, and this cross-correlation operation introduces many multiplication operations which increase the computation cost and energy consumption, so the paper proposes another way to measure the similarity between input features and convolution kernels, which is
ℓ
1
distance.
Last updated on May 29, 2021
6 min read
How Does Faster R-CNN Work: Part II
This article will try to explain the architecture of Faster R-CNN from the perspective of implementation. Part II selected a simple method of implementation from github[
1
], total code line number is under 2,000, and the performance is as good as original paper.
Last updated on Apr 20, 2021
19 min read
How Does Faster R-CNN Work: Part I
This article will try to explain the architecture of Faster R-CNN from the perspective of implementation. As Fast R-CNN has a complex process and many symbols, it is easy to be confused. Thus, here vgg16 is taken as an example, and all illustrations and variables are based on VGG-16 + VOC2007.
Xander CAI
Last updated on Apr 1, 2021
10 min read
Object Detection
The Evolution of the Convolutional Neural Networks Architecture
1 The Origin of CNN The study of artificial intelligence may be traced back to the ancient Greeks Aristotle who proposed Associationism theory in order to explain the operation of the human brain, he probably would not have thought that nowadays, more than 2000 years later, people are using the artificial neural network derived from associationism to build super artificial intelligence.
Last updated on May 26, 2021
11 min read
Machine Learning with Docker Containers from NGC
To maximize the advantages of containers, NVIDIA developed a software eco-system for containers as shown in the above figure, and published a registry of NGC containers. This document will introduce the concepts of NGC, set up a machine learning development environment using NGC containers, and implement a typical application scenario.
Xander CAI
Last updated on Mar 31, 2021
13 min read
Development Environment
Welcome to lablab.top
Welcome to lablab.top, a Website built for personal blogs.
Xander CAI
Last updated on Mar 31, 2021
1 min read
Cite
×