Classical convolution network

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface This paper mainly records some classical convolution network architectures and the corresponding pytorch code. Tip: the following is the main content of this article. 1, LeNet ...

Posted by olivarespablo on Wed, 06 Oct 2021 20:29:34 -0700

[pytoch series-25]: neural network foundation - nonlinear regression of multiple neurons with activation function

Author home page( Silicon based workshop of slow fire rock sugar): Slow fire rock sugar (Wang Wenbing) blog silicon based workshop of slow fire rock sugar _csdnblog Website of this article: https://blog.csdn.net/HiWangWenBing/article/details/120600621 catalogue Introduction deep learning model framework Chapter 1 business area analysis on ...

Posted by sysgenmedia on Wed, 06 Oct 2021 14:32:30 -0700

Concept and implementation of IOU (Jaccard coefficient)

Jaccard Index (IoU, degree of overlap)    Jaccard Index (Jaccard coefficient), or Jaccard Overlap (Jaccard Overlap) or intersection over Union (IoU), measures the degree of overlap between the two frames. This index can reflect the proximity between the prediction frame and the real frame, which will be used in calculating loss and N ...

Posted by wispas on Wed, 06 Oct 2021 10:19:41 -0700

Deep learning_ Batch normalization

It is very difficult to train deep neural networks, especially in short practice. In this section, we will introduce batch normalization, which is a popular and effective technology to continuously accelerate the convergence speed of deep networks. After the combination, the residual will be introduced quickly, and batch normalization enables r ...

Posted by richtux on Wed, 06 Oct 2021 08:38:50 -0700

Deep learning_ DenseNet

ResNet has greatly changed the view of how to parameterize functions in deep networks. DenseNet is a logical extension of ResNet to some extent. Let's start with math. From ResNet to DenseNet Recall the Taylor expansion of an arbitrary function, which decomposes the function into higher and higher order terms. stay ...

Posted by Cliftron on Wed, 06 Oct 2021 05:48:25 -0700

Histogram based on OpenCV4

Histogram based on OpenCV4 Image histogram is an important statistical feature of an image. It represents the statistical relationship between each gray level in a digital image and the frequency of the gray level (the number of gray levels). According to the definition of histogram, it can be expressed as: ...

Posted by coffeehead on Tue, 05 Oct 2021 13:32:21 -0700

A series of artificial intelligence experiments -- Python implementation of gradient test

In the actual process of building neural network, forward propagation is easy to realize and has high correctness; The implementation of back propagation is difficult, and there are often bug s. For items requiring high accuracy, gradient test is particularly important. Principle of gradient test The definition of derivative (gradient) in mat ...

Posted by msaspence on Tue, 05 Oct 2021 10:35:50 -0700

Target Detection and Seat Balance Analysis

1. Overview This is an application for target detection, followed by target detection (28 messages) YOLOv5 training its own dataset _ONEPIECE_00's blog - CSDN blog And target positioning (28 messages) Target Detection and Target Location _ONEPIECE_00 Blog-CSDN Blog To determine whether there are people on the seat based on the results of the d ...

Posted by hilltopper06 on Tue, 05 Oct 2021 09:02:37 -0700

Chapter 3 news classification: multi classification problems

Reuters data set For this news data set, this is a multi classification problem Dataset characteristics: Text classification datasetContains 46 different topicsThere are at least 10 samples for each topic in the training setThe dataset is in Keras and can be directly transferred in Difference between multi classification problem and ...

Posted by novice_php on Mon, 04 Oct 2021 17:00:15 -0700

[python learning] python dictionary type

Chinese history [Yandi Shennong tasted hundreds of herbs]: In ancient China, the leader of the tribe surnamed Jiang was honored as Shennong, also known as Lieshan. It is said that "Shennong tastes all kinds of grass" and teaches people medical treatment and farming. The Chinese regard it as the legendary inventor and patron saint of a ...

Posted by jhonrputra on Mon, 04 Oct 2021 15:24:25 -0700