CN101446994A - Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool - Google Patents

Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool Download PDF

Info

Publication number
CN101446994A
CN101446994A CNA200810163141XA CN200810163141A CN101446994A CN 101446994 A CN101446994 A CN 101446994A CN A200810163141X A CNA200810163141X A CN A200810163141XA CN 200810163141 A CN200810163141 A CN 200810163141A CN 101446994 A CN101446994 A CN 101446994A
Authority
CN
China
Prior art keywords
centerdot
parameter
error
value
svm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA200810163141XA
Other languages
Chinese (zh)
Inventor
傅建中
姚鑫骅
林伟清
陈子辰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University ZJU
Original Assignee
Zhejiang University ZJU
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CNA200810163141XA priority Critical patent/CN101446994A/en
Publication of CN101446994A publication Critical patent/CN101446994A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Feedback Control In General (AREA)

Abstract

The invention discloses a modeling method of a thermal error least squares support vector machine of a numerically-controlled machine tool. The method comprises the following steps: (1) selecting a kernel function and determining parameters; and (2) establishing a thermal error model of the machine tool according to least squares support vector machine theory. A compensating system of the invention has the advantages of simple structure and reliable application; and the modeling method of the least squares support vector machine improves the model precision and generalization capability and overcomes defects of the existing prediction methods, such as low precision, low generalization capability and the like. The modeling method has higher prediction precision when the sample size is small and even the sample data are small, thus reducing dependence on experience. Meanwhile, the method improves the self-learning ability of the system, the thermal error model obtained by training can reflect the manufacturing procedure change of the machine tool, and the method has the advantages of adaptability, low hardware requirements for the thermal error compensating system, simple structure and good reliability.

Description

The modeling method of thermal error least squares support vector machine of numerically-controlled machine
Technical field
The present invention relates to a kind of modeling method of thermal error least squares support vector machine of numerically-controlled machine.
Background technology
One of basic technology that numerical control machining tool heat error control is accurate and ultraprecise is processed.Machine tool thermal error compensation key step is: the execution and the error compensation Evaluation on effect of the foundation of the detection of error source and analysis, error motion comprehensive mathematical model, the identification of error element, error compensation.
In heat error compensation, the foundation of hot error model is committed step.The experiment modeling is a hot error modeling method the most commonly used, promptly utilizes hot error information that experiment records and lathe temperature value and carries out the match modeling with the principle of least square.Yet, machine tool thermal error depends on to a great extent such as multiple factors such as the use of processing conditions, process-cycle, liquid coolant and surrounding environment, there is reciprocation, from the statistics angle, machine tool thermal error presents nonlinear relationship with the variation of temperature and working time, its distribution then is abnormal, and is jiggly.Therefore adopt the match modeling method accurately to set up hot error mathematic model and have suitable limitation.
In recent years, particularly expert system, neural network theory and fuzzy system theory etc. have also applied in the hot error modeling.Hot error model commonly used has multivariate regression analysis model, neural network model, comprehensive least square modeling, Orthogonal Experiment and Design modeling, recursion modeling or the like.Because hot error became when having usually, multifactor, characteristics such as operating mode uncertainty make the modeling method of development in recent years have certain limitation.And based on the method for analyzing and modeling that the machine tool thermal error of least square method supporting vector machine (LS-SVM) is predicted, the LS-SVM method is applied in the numerical control machining tool heat error Study on Forecast.This new method can overcome the shortcoming of traditional Forecasting Methodology, has very high precision and generalization ability; According to this forecast model, it is more effective that the numerically-controlled machine real-Time Compensation becomes.
Summary of the invention
The object of the present invention is to provide a kind of modeling method of thermal error least squares support vector machine of numerically-controlled machine.
The technical solution used in the present invention comprises the following steps:
(1) parameter is selected:
The LS-SVM algorithm at first will be selected a kernel function, and determines following correlation parameter: for kernel function, select RBF nuclear: K (x i, x j)=exp[-(x i-x j) 2/ (2 σ 2)], it has only a undetermined parameter σ, its value is big more, speed of convergence is fast more, but the model that obtains thus can make all predicted values trend towards the mean value of span when prediction, the square error of this moment can not reflect real each point data, for the LS-SVM that adopts RBF nuclear, major parameter is regularization parameter γ and kernel function width cs, and these two parameters have determined study and the generalization ability of LS-SVM;
Select RBF nuclear, problem can be simplified to: seek the combination of adjustable parameter γ and σ, make LS-SVM that estimated performance be arranged, intercepting γ and each a bit of interval of σ, on these the two sections interval two dimensional surfaces that constitute, be criterion with the accuracy rate, do search fully, then can determine a unique [σ, γ] combination, corresponding high-accuracy is though this accuracy rate is not necessarily at (∞, + optimum solution on ∞), but a satisfactory solution;
1. determine the span of initial parameter: in span, choose parameter value, make up parameter to (γ i, σ i) two-dimensional grid plane, wherein i=1,2 ... f, j=1,2, ... g, for example two parameters are respectively chosen 20 numerical value, and it is right to constitute 20 * 20 grid plans and 400 parameters; Selection of parameter has two kinds of methods: the 1st kind is to determine two parameter range earlier, again parameter is carried out even value; The 2nd kind is to determine that according to the feature and the experience of training sample parameter is to value;
2. import each mesh node parameter to (γ i, σ i) in LS-SVM, adopt learning sample to train, and output study error, get the nodal value (γ of least error correspondence i, σ i) EminFor optimized parameter right;
3. if the precision of training does not reach needed requirement, then with (γ i, σ i) EminBe the center, make up new two-dimensional network plane, choose the close parameter value of numerical value and further train, thereby obtain more high-precision training result; By that analogy, can construct multilayer parameter optimization grid plan, continue to optimize the least square method supporting vector machine parameter, up to reaching the precision that needs;
(2) based on the hot error model of least square method supporting vector machine, prediction error value:
LS-SVM returns and estimates to be expressed as form:
f ( x ) = Σ i = 1 l α i K ( x , x i ) + b .
Kernel function K (x in the formula i, x j) be the RBF nuclear in the step (1), α, b is then solved by following formula:
0 1 · · · 1 1 K ( x 1 , x 1 ) + 1 / γ · · · K ( x 1 , x l ) · · · · · · · · · · · · 1 K ( x l , x l ) · · · K ( x l , x l ) + 1 / γ b α 1 · · · α l = 0 y 1 · · · y l .
The beneficial effect that the present invention has is:
Modeling method based on least square method supporting vector machine is different from traditional match modeling, support vector machine regression modeling theory is applied to machine tool thermal error modeling field, model accuracy and generalization ability have been improved, part shortcoming such as it is low to have overcome existing Forecasting Methodology precision, and generalization ability is low.
Based on the modeling method of least square method supporting vector machine hour, have higher forecast precision equally,, also can carry out the prediction of match fast and accurately, reduced dependence experience to it even on small sample data basis in sample size.
Support vector machine method has improved the self-learning capability of system, and the hot error model that training obtains can reflect that the machine tooling process changes, and has adaptivity.
Heat error compensation system hardware demand is lower, and is simple in structure, has good reliability.
Description of drawings
Fig. 1 workflow diagram of the present invention.
Fig. 2 sample data is gathered and the modeling method of least squares support schematic diagram.
Fig. 3 is that the embodiment of the invention adopts the hot sum of errors of least square support model prediction to survey hot error comparison diagram.
Embodiment
The present invention is further illustrated below in conjunction with accompanying drawing and implementation process.
It is a kind of inference method based on Statistical Learning Theory for a hot error modeling method of the present invention, realizes according to following steps, as shown in Figure 1:
At first consider to produce the correlative factor of hot error, need to determine the measuring point of image data, lathe is carried out the data sample collection.The related data of each measuring point in the harvester bed operating process under the condition of approximate actual condition.The sample data acquisition system as shown in Figure 2, and is general, and temperature data is obtained by temperature sensor, and thermal deformation is by the laser displacement sensor collection.Repeatedly repeat this process, each time monitoring gained data are carried out modeling on PC.
Modeling process at first carries out parameter and selects.The LS-SVM algorithm at first will be selected a kernel function, and definite correlation parameter.For kernel function, generally select RBF nuclear: K (x i, x j)=exp[-(x i-x j) 2/ (2 σ 2)].It has only a undetermined parameter σ, its value is big more, speed of convergence is fast more, but the model that obtains thus, when prediction, can make all predicted values trend towards some values, this is worth the mean value of span often, though the square error of this moment and little but can not reflect real each point data.For adopting the radially LS-SVM of base nuclear, major parameter is regularization parameter γ and kernel function width cs, and these two parameters have determined study and the generalization ability of LS-SVM to a great extent.Select RBF nuclear, problem can be simplified to: seek suitable adjustable parameter γ and the combination of σ, make LS-SVM that best estimated performance be arranged.If can intercept each a bit of interval of γ and σ, on these the two sections interval two dimensional surfaces that constitute, be criterion with the accuracy rate, do search fully, just can determine only [σ, a γ] combination, correspondence high-accuracy.Though this accuracy rate is not necessarily in (∞ ,+optimum solution on ∞), but an acceptable satisfactory solution.Here propose a kind of dynamic self-adapting optimized Algorithm, model parameter is selected to be optimized.Concrete steps are as follows:
1. determine the span of initial parameter: in span, choose parameter value, make up parameter to (γ i, σ i) the two-dimensional grid plane, i=1 wherein, 2 ... f, j=1,2 ... g.For example two parameters are respectively chosen 20 numerical value, and it is right to constitute 20 * 20 grid plans and 400 parameters.Selection of parameter has two kinds of methods: the 1st kind is to determine two parameter range earlier, carries out even value according to the desired parameters logarithm again; The 2nd kind is to determine that according to the feature and the experience of training sample parameter is to value.
2. import each mesh node parameter to (γ i, σ i) in LS-SVM, adopt learning sample to train, and output study error.Get the nodal value (γ of least error correspondence i, σ i) EminFor optimized parameter right.
3. if the precision of training does not reach needed requirement, then with (γ i, σ i) EminBe the center, make up new two-dimensional network plane, choose the close parameter value of numerical value and further train, thereby obtain more high-precision training result.By that analogy, can construct multilayer parameter optimization grid plan, continue to optimize the least square method supporting vector machine parameter, up to reaching the precision that needs.
After parameter is selected, set up hot error model based on least square method supporting vector machine.
LS-SVM returns and estimates to be expressed as form:
f ( x ) = Σ i = 1 l α i K ( x , x i ) + b .
Kernel function K (x in the formula i, x j) be the RBF nuclear in the step (1), α, b is then solved by following formula:
0 1 · · · 1 1 K ( x 1 , x 1 ) + 1 / γ · · · K ( x 1 , x l ) · · · · · · · · · · · · 1 K ( x l , x 1 ) · · · K ( x l , x l ) + 1 / γ b α 1 · · · α l = 0 y 1 · · · y l .
For improving the robustness of model, estimate it is to be weighted processing to returning, utilize the error variance ξ of the preceding LS-SVM of weighting of following formula acquisition iDetermine weighting coefficient v i:
v i = 1 if | ξ i / s ^ | ≤ c 1 c 2 - | ξ i / s ^ | c 2 - c 1 if c 1 ≤ | ξ i / s ^ | ≤ c 2 10 - 4 otherwise
In the formula
Figure A200810163141D00081
Be LS-SVM error variance ξ iThe Robust Estimation value of standard variance, general value is:
s ^ = 1.483 MAD ( x i )
MAD (x in the formula i) be data x iMedian absolute deviation.Constant C 1, C 2Usually value is: C 1=2.5 and C 2=3.
At last according to weight v iBe weighted the least square method supporting vector machine training, obtain the regression modeling model:
f ( x ) = Σ i = 1 l α i * K ( x , x i ) + b *
Can calculate the machine tool thermal error predicted value by this formula.According to this predicted value, export it to digital control system, realize error compensation.
Embodiments of the invention are below described.
Embodiment:
An XHK-714F numerical control machining center is carried out hot error modeling analysis.Machine tool chief axis thermal deformation data are gathered by laser displacement sensor (LK-150H).Temperature field measuring system is made up of 14 intelligent temperature sensors, ARM7 embedded system platform (FS44B0XLII) and liquid crystal display.Repeatedly the repeated test machining center moves 6 hours continuously under simulated condition, shuts down 1 hour temperature rise and axial hot error condition of main shaft in the process, obtains 70 groups of data altogether.
According to carrying out data acquisition, get main shaft temperature and change T 0, spindle motor measuring point temperature rise T 1, ball-screw measuring point temperature rise T 2, column measuring point temperature rise T 3, bed piece measuring point temperature rise T 4, environment temperature T 5, with main shaft axial error D 1, main shaft radial error D 2Together, constitute the sample data set, utilize the dynamic self-adapting optimized Algorithm, model parameter is optimized selection.According to the cause and effect dependence between the variable, sample data is carried out initial training, calculate the corresponding respectively ξ of 70 groups of data ii/ γ.Then according to ξ iThe Distribution calculation standard deviation that goes out to have Robust Estimation
Figure A200810163141D00084
Basis again And ξ iDetermine weight v iAt last according to weight v iSample is carried out LS-SVM training, the hot error model of this machining center main shaft.Shown in Fig. 3 a, provided main machine spindle axially and shown in Fig. 3 b radially the modeling value and the comparable situation of measured value, the mean absolute percentage error that axial deformation predicts the outcome is 1.33%, the mean absolute percentage error that radial deformation predicts the outcome is 1.62%, proves that this method has good modeling accuracy.

Claims (1)

1, a kind of modeling method of thermal error least squares support vector machine of numerically-controlled machine is characterized in that, comprises the following steps:
(1) parameter is selected:
The LS-SVM algorithm at first will be selected a kernel function, and determines following correlation parameter: for kernel function, select RBF nuclear: K (x i, x j)=exp[-(x i-x j) 2/ (2 σ 2)], it has only a undetermined parameter σ, its value is big more, speed of convergence is fast more, but the model that obtains thus can make all predicted values trend towards the mean value of span when prediction, the square error of this moment can not reflect real each point data, for the LS-SVM that adopts RBF nuclear, major parameter is regularization parameter γ and kernel function width cs, and these two parameters have determined study and the generalization ability of LS-SVM;
Select RBF nuclear, problem can be simplified to: seek the combination of adjustable parameter γ and σ, make LS-SVM that estimated performance be arranged, intercepting γ and each a bit of interval of σ, on these the two sections interval two dimensional surfaces that constitute, be criterion with the accuracy rate, do search fully, then can determine a unique [σ, γ] combination, corresponding high-accuracy is though this accuracy rate is not necessarily at (∞, + optimum solution on ∞), but a satisfactory solution;
1. determine the span of initial parameter: in span, choose parameter value, make up parameter to (γ i, σ i) the two-dimensional grid plane, i=1 wherein, 2 ... f, j=1,2 ... g, for example two parameters are respectively chosen 20 numerical value, and it is right to constitute 20 * 20 grid plans and 400 parameters; Selection of parameter has two kinds of methods: the 1st kind is to determine two parameter range earlier, again parameter is carried out even value; The 2nd kind is to determine that according to the feature and the experience of training sample parameter is to value;
2. import each mesh node parameter to (γ i, σ i) in LS-SVM, adopt learning sample to train, and output study error, get the nodal value (γ of least error correspondence i, σ i) EminFor optimized parameter right;
3. if the precision of training does not reach needed requirement, then with (γ i, σ i) EminBe the center, make up new two-dimensional network plane, choose the close parameter value of numerical value and further train, thereby obtain more high-precision training result; By that analogy, can construct multilayer parameter optimization grid plan, continue to optimize the least square method supporting vector machine parameter, up to reaching the precision that needs;
(2) based on the hot error model of least square method supporting vector machine, prediction error value:
LS-SVM returns and estimates to be expressed as form:
f ( x ) = Σ i = 1 l α i K ( x , x i ) + b .
Kernel function K (x in the formula i, x j) be the RBF nuclear in the step (1), α, b is then solved by following formula:
0 1 · · · 1 1 K ( x 1 , x 1 ) + 1 / γ · · · K ( x 1 , x l ) · · · · · · · · · · · · 1 K ( x l , x 1 ) · · · K ( x l , x l ) + 1 / γ b α 1 · · · α l = 0 y 1 · · · y l .
CNA200810163141XA 2008-12-18 2008-12-18 Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool Pending CN101446994A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA200810163141XA CN101446994A (en) 2008-12-18 2008-12-18 Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA200810163141XA CN101446994A (en) 2008-12-18 2008-12-18 Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool

Publications (1)

Publication Number Publication Date
CN101446994A true CN101446994A (en) 2009-06-03

Family

ID=40742671

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA200810163141XA Pending CN101446994A (en) 2008-12-18 2008-12-18 Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool

Country Status (1)

Country Link
CN (1) CN101446994A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102176135A (en) * 2011-01-30 2011-09-07 合肥工业大学 Thermal error measuring and integrating system for numerical control machine tool
CN102495588A (en) * 2011-11-24 2012-06-13 合肥工业大学 High-order multi-stage auto-regressive distributed lag modeling method of thermal error compensation of numerical control machine
CN102521442A (en) * 2011-12-06 2012-06-27 南京航空航天大学 Method for predicting processing time of neural network of aircraft structure based on characteristic sample
CN102540884A (en) * 2010-12-09 2012-07-04 财团法人工业技术研究院 Intelligent adjustment device and method for thermal error of machine tool
CN101930482B (en) * 2009-06-23 2012-08-22 中国科学技术大学 Hydraulic machine parameterization rapid design modeling system and modeling method thereof
CN102682175A (en) * 2012-05-16 2012-09-19 东南大学 Method for analyzing reliability of construction error of grid structure based on buckling mode combination
CN103440368A (en) * 2013-08-12 2013-12-11 上海交通大学 Multi-model dynamic soft measuring modeling method
CN104537256A (en) * 2015-01-11 2015-04-22 北京工业大学 Numerical control low-speed wire cutting machine tool thermal error modeling method based on RBF neural network M-RAN algorithm
CN104537153A (en) * 2014-12-04 2015-04-22 北京工业大学 Screw theory-based index matrix type machine tool space error modeling and Morris global variable sensitivity analyzing method
CN104827339A (en) * 2015-04-10 2015-08-12 南通大学 Machine tool spindle thermal error optimum working condition determination method based on orthogonal test analysis
CN105608277A (en) * 2015-12-25 2016-05-25 鼎奇(天津)主轴科技有限公司 Themogenesis theoretical modeling method for machine tool feeding system
CN105808826A (en) * 2016-02-29 2016-07-27 西安交通大学 Active design method of machine tool parameter and interval change range thereof
CN106054597A (en) * 2016-02-03 2016-10-26 北京工业大学 Machine tool machining precision retaining ability prediction method based on rough set theory and least squares support vector machine
CN108188821A (en) * 2018-01-08 2018-06-22 东北大学 A kind of Ball-screw in NC Machine Tools feed system Thermal Error Forecasting Methodology
CN109145346A (en) * 2018-05-29 2019-01-04 广东工业大学 Solidification thermal process space-time modeling method based on dual least square method supporting vector machine
CN109783987A (en) * 2019-02-28 2019-05-21 华中科技大学 A kind of fitting of machine tool error data and prediction technique based on neural network model
CN110161968A (en) * 2019-06-14 2019-08-23 重庆邮电大学 A kind of numerical control machining tool heat error prediction technique based on packaging type principle
CN112327757A (en) * 2020-11-19 2021-02-05 清华大学 Intelligent optimization method and device for acceleration and deceleration of numerical control machine tool by using online measurement
CN112475904A (en) * 2020-11-12 2021-03-12 安徽江机重型数控机床股份有限公司 Numerical control milling and boring machine machining precision prediction method based on thermal analysis
CN113051831A (en) * 2021-04-01 2021-06-29 重庆大学 Machine tool thermal error self-learning prediction model modeling method and machine tool thermal error control method based on digital twins
CN113126566A (en) * 2021-06-18 2021-07-16 四川大学 Numerical control machine tool spindle axial thermal error physical modeling method
CN113211160A (en) * 2021-04-08 2021-08-06 北京工业大学 Ball screw pair thermal deformation compensation system and method based on extreme gradient lifting

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930482B (en) * 2009-06-23 2012-08-22 中国科学技术大学 Hydraulic machine parameterization rapid design modeling system and modeling method thereof
CN102540884A (en) * 2010-12-09 2012-07-04 财团法人工业技术研究院 Intelligent adjustment device and method for thermal error of machine tool
CN102176135A (en) * 2011-01-30 2011-09-07 合肥工业大学 Thermal error measuring and integrating system for numerical control machine tool
CN102495588A (en) * 2011-11-24 2012-06-13 合肥工业大学 High-order multi-stage auto-regressive distributed lag modeling method of thermal error compensation of numerical control machine
CN102521442B (en) * 2011-12-06 2013-07-24 南京航空航天大学 Method for predicting processing time of neural network of aircraft structure based on characteristic sample
CN102521442A (en) * 2011-12-06 2012-06-27 南京航空航天大学 Method for predicting processing time of neural network of aircraft structure based on characteristic sample
CN102682175B (en) * 2012-05-16 2014-04-02 东南大学 Method for analyzing reliability of construction error of grid structure based on buckling mode combination
CN102682175A (en) * 2012-05-16 2012-09-19 东南大学 Method for analyzing reliability of construction error of grid structure based on buckling mode combination
CN103440368A (en) * 2013-08-12 2013-12-11 上海交通大学 Multi-model dynamic soft measuring modeling method
CN103440368B (en) * 2013-08-12 2017-06-13 上海交通大学 A kind of multi-model dynamic soft measuring modeling method
CN104537153A (en) * 2014-12-04 2015-04-22 北京工业大学 Screw theory-based index matrix type machine tool space error modeling and Morris global variable sensitivity analyzing method
CN104537256A (en) * 2015-01-11 2015-04-22 北京工业大学 Numerical control low-speed wire cutting machine tool thermal error modeling method based on RBF neural network M-RAN algorithm
CN104827339A (en) * 2015-04-10 2015-08-12 南通大学 Machine tool spindle thermal error optimum working condition determination method based on orthogonal test analysis
CN105608277A (en) * 2015-12-25 2016-05-25 鼎奇(天津)主轴科技有限公司 Themogenesis theoretical modeling method for machine tool feeding system
CN106054597B (en) * 2016-02-03 2019-06-14 北京工业大学 A kind of machine finish retentivity prediction technique based on rough set theory and least square method supporting vector machine
CN106054597A (en) * 2016-02-03 2016-10-26 北京工业大学 Machine tool machining precision retaining ability prediction method based on rough set theory and least squares support vector machine
CN105808826A (en) * 2016-02-29 2016-07-27 西安交通大学 Active design method of machine tool parameter and interval change range thereof
CN105808826B (en) * 2016-02-29 2019-10-11 西安交通大学 A kind of active designs method of lathe parameter and its section variation range
CN108188821A (en) * 2018-01-08 2018-06-22 东北大学 A kind of Ball-screw in NC Machine Tools feed system Thermal Error Forecasting Methodology
CN108188821B (en) * 2018-01-08 2019-04-26 东北大学 A kind of Ball-screw in NC Machine Tools feed system Thermal Error prediction technique
CN109145346A (en) * 2018-05-29 2019-01-04 广东工业大学 Solidification thermal process space-time modeling method based on dual least square method supporting vector machine
CN109783987A (en) * 2019-02-28 2019-05-21 华中科技大学 A kind of fitting of machine tool error data and prediction technique based on neural network model
CN110161968A (en) * 2019-06-14 2019-08-23 重庆邮电大学 A kind of numerical control machining tool heat error prediction technique based on packaging type principle
CN110161968B (en) * 2019-06-14 2020-09-15 重庆邮电大学 Numerical control machine tool thermal error prediction method based on wrapping principle
CN112475904A (en) * 2020-11-12 2021-03-12 安徽江机重型数控机床股份有限公司 Numerical control milling and boring machine machining precision prediction method based on thermal analysis
CN112475904B (en) * 2020-11-12 2021-09-28 安徽江机重型数控机床股份有限公司 Numerical control milling and boring machine machining precision prediction method based on thermal analysis
CN112327757A (en) * 2020-11-19 2021-02-05 清华大学 Intelligent optimization method and device for acceleration and deceleration of numerical control machine tool by using online measurement
CN113051831A (en) * 2021-04-01 2021-06-29 重庆大学 Machine tool thermal error self-learning prediction model modeling method and machine tool thermal error control method based on digital twins
CN113051831B (en) * 2021-04-01 2022-07-01 重庆大学 Modeling method and thermal error control method for thermal error self-learning prediction model of machine tool
CN113211160A (en) * 2021-04-08 2021-08-06 北京工业大学 Ball screw pair thermal deformation compensation system and method based on extreme gradient lifting
CN113126566A (en) * 2021-06-18 2021-07-16 四川大学 Numerical control machine tool spindle axial thermal error physical modeling method
CN113126566B (en) * 2021-06-18 2021-08-24 四川大学 Numerical control machine tool spindle axial thermal error physical modeling method

Similar Documents

Publication Publication Date Title
CN101446994A (en) Modeling method of thermal error least squares support vector machine of numerically-controlled machine tool
Abdulshahed et al. Thermal error modelling of a gantry-type 5-axis machine tool using a grey neural network model
CN104597842A (en) BP neutral network heavy machine tool thermal error modeling method optimized through genetic algorithm
CN103823991A (en) Heavy-duty tool thermal error prediction method taking environmental temperature into account
CN103268082B (en) Thermal error modeling method based on gray linear regression
CN103926874A (en) Selection optimization method of numerically-controlled machine tool thermal error compensation modeling temperature measuring point combination
CN101436057A (en) Numerical control machining tool heat error Bayes network compensation method
CN109240204B (en) Numerical control machine tool thermal error modeling method based on two-step method
CN102479261A (en) Novel least square support vector machine modeling method for thermal error of numerical control machine
CN102736558A (en) Numerical control machine tool thermal error real-time compensation modeling method based on time series algorithm
CN104216334A (en) Selection optimization method of temperature measurement point combination for positioning errors of numerically-controlled machine tool under thermal effect
CN112904266B (en) Method and device for predicting service life of electric energy meter
Chen et al. A data-driven model for thermal error prediction considering thermoelasticity with gated recurrent unit attention
CN109523077B (en) Wind power prediction method
CN114397043B (en) Multi-point temperature intelligent detection system
CN110007645A (en) A kind of feed system hybrid modeling method based on dynamics and deep neural network
Liu et al. Thermal error modeling of gear hobbing machine based on IGWO-GRNN
CN115081677B (en) Wind speed prediction method and device, electronic equipment and readable storage medium
Jian et al. Predicting spindle displacement caused by heat using the general regression neural network
CN110298765B (en) Power distribution network power consumption abnormality detection method based on objective correlation factors
CN117289668B (en) Distributed speed reducer network cooperative control method, device, equipment and storage medium
Yang et al. Short-term wind power prediction based on multi-parameters similarity wind process matching and weighed-voting-based deep learning model selection
CN103543637B (en) A kind of tool environment temperature Analytic modeling method
CN113486295A (en) Fourier series-based total ozone change prediction method
CN117952377A (en) Digital twin discrete manufacturing workshop synchronous evolution method, device and medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20090603