[character recognition applet] it can quickly recognize characters. It is a treasure artifact that can no longer be separated from when it is used ~ (i.e. the peak is permanently free)
preface
hello everyone! I'm classmate pear!
I hope you can support me! ha-ha
To thank everyone who cares about me: ๐ The project source code of each article is shared free of charge ๐๐๐๐๐
Click here for the blue font. What source code do you need? Remember to say the title and name! I can also write private letters!
Xiaobian h ...
Added by mapleshilc on Mon, 17 Jan 2022 19:21:49 +0200
Artificial intelligence โก -- logical regression and iris set
Catalogue
ย
I Manual push to achieve logistic regression gradient descent
II Classification of iris data set by logistic regression
ย ย ย 1. Introduction to iris data set
ย ย ย 2. What is a linear classifier
ย ย ย 3. Main steps of designing linear classifier
ย ย ย 4. Rough defin ...
Added by goltoof on Sun, 16 Jan 2022 16:57:05 +0200
Detailed explanation of BN core parameters of PyTorch
Detailed explanation of BN core parameters of PyTorchOriginal document: https://www.yuque.com/lart/ug...BN is a common operation and module in CNN. In the specific implementation, it contains multiple parameters. This also leads to different effects under different parameter combinations.affineModify during initializationWhen fine is set to Tru ...
Added by __greg on Sun, 16 Jan 2022 08:40:51 +0200
The target detection model is actually so simple from training to deployment
The task of target detection is to find all interested targets (objects) in the image and determine their categories and positions. It is one of the core problems in the field of computer vision. Target detection has been applied to many fields, such as security, unmanned sales, automatic driving and military.
In many cases, the device running ...
Added by GFXUniverse on Sun, 16 Jan 2022 06:00:23 +0200
Machine learning notes - Implementation of linear non separable support vector machine
Implementation of linear non separable support vector machine
โโ in the article of support vector machine, we have derived the mathematical model of linear non separable support vector machine in detail, and transformed the original problem into a dual problem to be solved. Revisit the dual problem as follows:
Final form of dual ...
Added by kryptn on Sun, 16 Jan 2022 04:32:23 +0200
Introduction and use of OpenSmile
1. Download and install opensmile
Download from the official website: openSMILE - audEERING
You can use it by decompressing it under windows
2. Use of opensmile
Extract various audio features of sound signals, mainly low level descriptors (llds)
3. Using opensmile
3.1 direct use under Windows
Run the to extract audio features in the form ...
Added by kjtocool on Sat, 15 Jan 2022 23:23:21 +0200
Target estimation model Kalman filter
Rimeng Society
AI AI:Keras PyTorch MXNet TensorFlow PaddlePaddle deep learning real combat (irregular update)
CNN: RCNN,SPPNet,Fast RCNN,Faster RCNN,YOLO V1 V2 V3,SSD,FCN,SegNet,U-Net,DeepLab V1 V2 V3,Mask RCNN
Automatic driving: lane line detection, speed detection, real-time traffic tracking, video-based vehicle tracking and traffic sta ...
Added by baronmask on Sat, 15 Jan 2022 20:04:57 +0200
Machine learning notes - Implementation of nonlinear support vector machine
Implementation of nonlinear support vector machine
Suppose that the nonlinear problem we face is the following two classification problem:
โโ it requires us to find a suitable curve that can correctly distinguish red and blue sample points. There is no doubt that linear support vector machine can not solve this kind of problem. We ...
Added by lukelee on Sat, 15 Jan 2022 11:55:42 +0200
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM mapping
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM mapping
Effect display:
Detailed drawing (indoor + outdoor) video link:
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM indoor construction drawing
3D-SLAM self built platform active Ackerman + RS16 + LPMS_IMU LEGO_LOAM outdoor construction drawi ...
Added by richardandrewle on Fri, 14 Jan 2022 22:22:13 +0200
Parallel practice of ResNet model on GPU
Rimeng Society
AI AI:Keras PyTorch MXNet TensorFlow PaddlePaddle deep learning real combat (irregular update)
Parallel practice of ResNet model on GPU
TensorFlow distributed training: single machine multi card training MirroredStrategy, multi machine training MultiWorkerMirroredStrategy
Parallel practice of ResNet model on GPU
Learning o ...
Added by Hilitec on Fri, 14 Jan 2022 21:52:38 +0200