1, Experimental purpose
1. Understand the basic principle of linear regression and master the basic formula derivation.
2. Be able to manually implement fit and predict functions in LinearRegression by using formulas.
3. Be able to use the LinearRegression realized by yourself and the LinearRegression in sklearn to predict the house price in ...
Posted by murpe on Sun, 15 May 2022 22:10:37 +0300
In this tutorial, we will understand the important concept called "selective search" in object detection. We will also share OpenCV code with C + + and Python.
Object detection and object recognition
The object recognition algorithm recognizes which objects exist in the image. It takes the whole image as the input and outputs the cl ...
Posted by master82 on Sun, 15 May 2022 11:40:45 +0300
1, Foreword
Introduction to ECA-NET(CVPR 2020):
Thesis title:ECA-Net: Effificient Channel Attention for Deep Convolutional Neural NetworksThesis address:https://arxiv.org/abs/1910.03151Open source code:https://github.com/BangguWu/ECANet
As a lightweight attention mechanism, ECA net is actually an implementation form of channel attention mecha ...
Posted by phpflixnewbie on Sun, 15 May 2022 01:47:39 +0300
This article introduces Principal Components Regression and demonstrates its implementation process through examples.
Given p predictors and response variables, multiple linear regression uses a method such as least squares to obtain the smallest sum of squared errors (RSS):
RSS =
Σ
...
Posted by quercus on Sun, 15 May 2022 00:24:16 +0300
Alink ramble (22): cluster evaluation of source code analysis
0x00 summary
Alink is a new generation of machine learning algorithm platform developed by Alibaba based on Flink, a real-time computing engine. It is the first machine learning platform in the industry to support batch algorithm and streaming algorithm at the same time. This a ...
Posted by chenci on Sat, 14 May 2022 16:31:35 +0300
As a rookie who has studied artificial neural network, I just heard about ridge regression estimation and LASSO estimation two days ago, and the statistics teacher also assigned homework. However, I didn't understand it very well and wrote it in Python. I don't know whether it is correct or not. Please do not hesitate to give advice where it is ...
Posted by LostKID on Sat, 14 May 2022 08:13:32 +0300
Related concepts
Unsupervised learning
Unsupervised learning is machine learning to learn the statistical law or internal structure of data from unlabeled data, mainly including clustering, dimension reduction and probability estimation. Unsupervised learning can be used for data analysis or pre-processing of supervised learning.
clustering ...
Posted by jamkelvl on Fri, 13 May 2022 02:19:17 +0300
Some express companies have begun to pilot the delivery of express by UAV or unmanned vehicle; Some automobile brands are developing vehicles that can drive independently and have achieved certain results; Even some consumer electronic devices have begun to be equipped with laser positioning radars like LiDAR. The legendary future life seems to ...
Posted by m0rpheu5 on Thu, 12 May 2022 00:50:09 +0300