Data dimensionality reduction: principal component analysis (PCA)
Holding fireworks to make a living, poetic to seek love
catalogue
1. Principle introduction
2. Detailed steps
2.1 data acquisition
2.2 data center (Standardization)
2.3 finding covariance matrix
2.4 calculate eigenvalues and eigenvectors of covariance matrix
2.5 determining the number of principal components
2.6 calculation of princi ...
Added by TheUnknown on Sun, 06 Mar 2022 08:15:28 +0200
Inherit the will of fire and play with fire in combination with key point detection~_ copy
Link from AI Studio project https://aistudio.baidu.com/aistudio/projectdetail/3537977
Big brother didn't lose! Will to inherit fire~
Elder brother, how can you lose? It's clearly that yiwozuo is playing tricks. Yiwozuo is not allowed to go!
I'm huntingOn the way, I'm still a few fork s away. I can catch up with him and avenge my eldest bro ...
Added by vestax1984 on Sun, 06 Mar 2022 04:18:23 +0200
Introduction to deep learning - linear unit learning log
Introduction to deep learning (2) - linear units and gradient descent
What is a linear unit:
There is a problem with perceptron. When the data set is not linearly separable, the "perceptron rule" may not converge, which means that we can never complete the training of a perceptron. In order to solve this problem, we use a derivative ...
Added by akrytus on Sat, 05 Mar 2022 17:41:36 +0200
PyTorch: data loading, mathematical principles, cat fish classification
1. Data loading
PyTorch has developed standard conventions for interacting with data, so it can process data consistently, regardless of image, text or audio. The two main conventions for interacting with data are dataset and data loader. Dataset is a Python class that enables us to obtain the data provided to neural networks. The data load ...
Added by johlwiler on Sat, 05 Mar 2022 13:52:56 +0200
[AI talent Creation Camp phase II] PaddlePaddle+OpenVINO implementer_ Copy 1
PaddlePaddle+OpenVINO realize human-computer interaction
Reprinted from AI Studio Project link https://aistudio.baidu.com/aistudio/projectdetail/3525813
Project display
Project description
project reference from HandPose_x , the project is jointly used by paddepadde + openvino to open up the one-stop process of the project from train ...
Added by ccalzaretta on Sat, 05 Mar 2022 11:00:03 +0200
Machine learning DeepDearm model
preface
convolutional neural network has made a breakthrough, and the effect is also very ideal. However, the learning process of convolutional neural network is difficult to explain theoretically, so it has been criticized by many people. Therefore, it is very important to visualize its learning process, and so is the purpose ...
Added by chipmunken on Sat, 05 Mar 2022 10:38:21 +0200
Zero basics pytoch #2 | loading data sets with pytoch
Zero basics pytoch #2 | loading data sets with pytoch
Ⅰ. Note target
This blog post takes notes on learning the specific practice of pytoch. It is suitable for friends who have a certain theoretical basis for machine learning and in-depth learning but have weak practical ability. This article also focuses on the code practice process, not on ...
Added by dmikester1 on Sat, 05 Mar 2022 09:52:52 +0200
[NLP] study notes of graduation project: Bert_ Interpretation of Bi LSTM code
class is a production bert_lstm's factory has an initialization function (init) and two instance method function functions (forward, init_hidden)
instance method refers to the Bert after processing initialization in the factory_ Function of LSTM There is also a class method, which refers to the function of processing the factory, which is not ...
Added by sadaf on Sat, 05 Mar 2022 02:43:34 +0200
Detailed explanation of emotion analysis using two-way LSTM
1, Principle introduction
RNN can remember context information, so it is often used to process time series data. In theory, RNN can memorize infinite length of historical information, but due to the accumulation of gradients, the amount of calculation is too large to be operated in practice. Therefore, in practice, RNN can only record the info ...
Added by Randomizer on Fri, 04 Mar 2022 16:53:07 +0200
HugeCTR source code reading
Introduction to HugeCTR
The large-scale sparse training based on parameter server architecture can be said that there has been no new change and progress for several years until the emergence of Baidu's aibox paper and the open source of hugectr developed by nvidia. Finally, we can see that the parameter server architecture has taken anoth ...
Added by Travis Estill on Fri, 04 Mar 2022 03:22:37 +0200