Deploy DM real-time active standby
Primary library initial instantiation
Only initial instantiation of the primary database is required to build a Dameng active standby database. If there are instances and data in the primary database, the original database can be used. Now select the data copy method to synchronize instance data, so only the primary database instance is in ...
Posted by brighton on Mon, 03 Jan 2022 16:08:03 +0100
Linear model 𞓜 linear regression
catalog:
1, Linear model concept
2, Intuitive principle of LR algorithm
3, Python code implementation algorithm
(notice:
1) In the formula, letters are bold to show vectors
2) LR in this article refers to Linear Regression, not Logistic Regression)
1, Linear model concept
1. Linear model
The so-called linear model is an algorithm ...
Posted by rhaggert on Mon, 03 Jan 2022 08:34:57 +0100