Multi-model fusion method
A fusion method, multi-model technology, applied in character and pattern recognition, instruments, computer parts, etc., can solve the problems of low generalization ability, complex iteration, training not helpful, etc. Reduce the effect of iterative complexity and strong generalization ability
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2019-06-28
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] A multi-model fusion method is used for classifying users and belongs to the technical field of machine learning. Background technique
[0002] Machine learning is a multi-field interdisciplinary subject, involving probability theory, statistics, approximation theory, convex analysis, algorithm complexity theory and other disciplines. Specializes in the study of how computers simulate or implement human learning behaviors to acquire new knowledge or skills, and reorganize existing knowledge structures to continuously improve their performance.
[0003] Machine learning is a subset of artificial intelligence and the core of artificial intelligence. It is the fundamental way to make computers intelligent. Its application pervades all fields of artificial intelligence. It mainly uses induction and synthesis rather than deduction. At its core, machine learning is "using algorithms to parse data, learn from it, and then make a decision or prediction about ...
Examples
Embodiment
[0049] The XGBoost+LR fusion model processing flow includes two processes, each of which includes four processes including data preparation, feature engineering, model training, and result output, such as figure 1 As shown, for example: the data preparation (that is, data processing) step is mainly to clean and reshape the data set; the feature engineering is derived from the user's multi-dimensional features, and is selected through feature importance, and the top 100 features are respectively Pass in two XGBoost models, and after traversing 400 trees, record the number of leaf nodes of the training set samples in each tree (referring to the tuned XGBoost model, the number of training set samples in the leaf nodes of each tree), and pass One-hot encoding conversion to obtain all the LR features corresponding to the sample, then train and tune the LR model, and output the model result, which is the improved Gaussian transformation of the result. Specific steps are as follows:...