CN109492287A - A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network - Google Patents

A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network Download PDF

Info

Publication number
CN109492287A
CN109492287A CN201811277882.0A CN201811277882A CN109492287A CN 109492287 A CN109492287 A CN 109492287A CN 201811277882 A CN201811277882 A CN 201811277882A CN 109492287 A CN109492287 A CN 109492287A
Authority
CN
China
Prior art keywords
neural network
layer
training
input
network model
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
CN201811277882.0A
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.)
Chengdu Dachao Technology Co.,Ltd.
Original Assignee
Chengdu Wisdom Data Technology Co Ltd
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 Chengdu Wisdom Data Technology Co Ltd filed Critical Chengdu Wisdom Data Technology Co Ltd
Priority to CN201811277882.0A priority Critical patent/CN109492287A/en
Publication of CN109492287A publication Critical patent/CN109492287A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent

Abstract

The solid electrolyte ionic conductivity prediction technique based on BP neural network that the invention discloses a kind of, it is characterized in that, the following steps are included: step 1: capturing material data, and total sample set is obtained after pre-processing to material data, it is classified into test set sample and training set sample;Step 2: BP neural network model is constructed according to step 1;Step 3: select transmission function, training function and learning function in BP neural network model, and parameters initialize and etc..The present invention can accurately predict the solid electrolyte ionic conductivity performance containing elements such as Li, Na, Mg, Al, further according to the result of prediction, it prepared by its corresponding ingredient and structure, it is possible to reduce the blindness in electrode material design process saves a large amount of time and cost.

Description

A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network
Technical field
The present invention relates to artificial intelligence fields, specifically provide a kind of solid electrolyte ionic conductance based on BP neural network Rate prediction technique.
Background technique
For lithium ion battery because of its energy density height, multiplying power property is good and is widely applied.But because electrolyte is there are security risk, Use scope is subject to certain restrictions.Solid electrolyte material can inhibit the growth of Li dendrite at cathode, and have incombustible Characteristic, can fundamentally solve lithium battery using security issues, be next-generation lithium battery critical material.Traditional material development It is main to use " trial and error " experimental method, a large amount of iteration experiment is carried out in the way of " proposing hypothesis-experimental verification ", from And experimental material is made constantly to approach target material.But this method efficiency is lower, new material development rate is far behind new Product development speed.Since 20th century, a kind of new material needs about 10 years to practical application since research and development, has been unable to satisfy Demand of the fields such as lithium battery to new material.
With occurring predicting the technology of material properties using machine learning in recent years, such as closed using SVM prediction Gold forms glass ability, using conductive capability of logistic regression prediction solid electrolyte etc., has obtained first-stage success.But Being that above-mentioned technology is appointed has following defects that one, when data volume is very big, and support vector machines training is to hardware device Demand is usually excessive.Two, Logic Regression Models are easy poor fitting, and nicety of grading may not be high.Three, both the above mathematical model is equal It is only suitable for predicting specific material properties, does not have general applicability.
Therefore, one kind is found to be able to achieve to multi-class data, the blanket high rate of precision material forecasting model of different hardware It is the task of top priority.
Summary of the invention
It is an object of the invention to overcome drawbacks described above existing for existing solid electrolyte ionic conductivity prediction technique, A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network is provided, comprising the following steps:
Step 1: acquisition data, total sample required for BP neural network model is obtained after pretreatment, by total sample set with The ratio random division of 2:8 is test set sample and training set sample;
It is wherein, pretreated that steps are as follows:
(1.1) chemical formula, atomic coordinates, lattice lengths, volume field are extracted in every group of data of acquisition as input Parameter;
(1.2) go out 10 features of every group of data according to obtained input Parameters Calculation;10 features include average original Sub-volume, lithium ion close on the standard deviation of atom number, lithium ion key standard deviation, lithium ion key average value, and lithium ion faces The average value of nearly atom number, the average chemical key of sublattice is ionic, and average sublattice adjacent atom number, anion structure is matched Digit, anion volume, and average minimum lithium ion spacing distance;
Step 2: BP neural network model is constructed according to step 1;
Constructing BP neural network model construction, steps are as follows:
(2.1) input layer and output layer are constructed, and calculates the neuron number for forming input layer and output layer;Its In, the neuron number of input layer and output layer, which calculates, uses formula are as follows:
Tout=f (Tin1, Tin2 ..., Tinn)
In formula: Tout is the data value that neural network needs to predict, Tin1~Tinn is that neural network input layer is defeated respectively The n data value entered;The neuron of input layer is set as 10 according to the formula, output layer neuron is set as 2;
(2.2) hidden layer is constructed, and hidden layer includes the first hidden layer and the second hidden layer;It calculates hidden for forming first The neuron number of neuron number containing layer and the second hidden layer, hidden layer is determined using following formula:
In formula, h is hidden layer neuron number, and m is input layer number, and n is output layer neuron number, a 1 Neuron constant between~10;The neuron of the first hidden layer is set as 64 according to the formula, the mind of the second hidden layer It is set as 32 through member;
(2.3) enter layer, hidden layer, output layer and every layer of neuron according to what step (2.1) and step (2.2) obtained Number, and by formula Y=Sigmoid [W2*Sigmoid (W1*X-O1)-O2], obtain BP neural network model;
In formula: X is BP neural network input matrix;Y is BP neural network output matrix;W1 and W2 is respectively BP nerve net Input layer is to hidden layer, the connection weight matrix of hidden layer to output layer in network;O1, O2 be in BP neural network input layer to hidden The threshold matrix of layer, hidden layer output layer, Sigmoid are each layer excitation function;
Step 3: transmission function, training function and learning function are selected in BP neural network model, and to BP nerve net Parameters are initialized in network model;
Step 4: choosing learning parameter in initiation parameter, and learning parameter is initialized using Gaussian Profile, obtain Initial weight and deviation;Wherein, the learning parameter include learning rate, threshold value, frequency of training, training pace, activation primitive, And learning algorithm;
Step 5: BP neural network model is trained using existing " input-output " training set sample data, and The training set for the neural network model established is fitted using quadratic function, obtains optimal prediction network;Its quadratic function Fitting formula is as follows:
In formula: WmaxFor initial training collection, WminFor final training set, KmaxFor maximum number of iterations, k is current iteration time Number;
Step 6: whether training of judgement collection degree of fitting achieves the desired results;It is no, rebuild BP neural network model;It is, Execute step 7;
Step 7: being carried out using degree of fitting of existing " input-output " the test set sample data to BP neural network model Test;
Step 8: inputting sample to be predicted in the BP neural network model after degree of fitting is tested and predicted, obtained Solid electrolyte ionic conductivity.
Further, 643 groups of material datas are acquired in the step 1, every group of data include 10 features, 1 label;It is right 643 groups of material datas obtain 643 groups of total sample sets after being normalized, 624 groups of total sample sets are random with the ratio of 2:8 It is divided into test set sample and training set sample;
The parameters of BP neural network model include: using sigmoid as activation primitive, cross entropy in the step 3 As loss function, gradient descent method as loss function.
Further, the learning rate in the step 4 is set as 0.0003, and threshold value is set as 0.5, frequency of training and sets Be set to 2500 times, training pace be set as 100, learning algorithm is declined using cross entropy and gradient.
The degree of fitting of BP neural network model is tested specifically includes the following steps: by test set in the step 6 Sample is as input sample, and network layer connection weight and neuron threshold values condition after the training adjustment by step 5 Under, by forward-propagating, being calculated by the-the second hidden layer of the-the first hidden layer of input layer-output layer, output valve is all label, The reality output label value and the label value in training sample for comparing output layer, can calculate trained BP neural network mould Degree of fitting of the type to test set sample.
The present invention compared with the prior art, have the following advantages that and the utility model has the advantages that
The present invention can accurately predict the solid electrolyte ionic conductivity performance containing elements such as Li, Na, Mg, Al, then According to prediction as a result, being prepared to its corresponding ingredient and structure, it is possible to reduce the blindness in electrode material design process Property, save a large amount of time and cost.
Detailed description of the invention
Fig. 1 is artificial neural network structure's schematic diagram of the invention.
Fig. 2 is method flow schematic diagram of the invention.
Specific embodiment
The present invention is described in further detail below with reference to embodiment and its attached drawing, but embodiments of the present invention are simultaneously It is without being limited thereto.
Embodiment
As shown in Fig. 2, a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network of the invention, packet Include following steps:
Step 1: 643 groups of material datas are acquired from material database, every group of data include 10 features, 1 label;It is right 643 groups of material datas be normalized pretreatment after obtain 643 groups of total sample sets, by 624 groups of total sample sets with the ratio of 2:8 with Machine is divided into test set sample and training set sample;
Specifically, one after the material data of acquisition changes pretreatment including extracting chemical formula in every group of data, atom seat Mark, lattice lengths, volume field are used as input parameter, and go out 10 features of every group of data according to input Parameters Calculation;This 10 A feature includes Average atomic volumes, and lithium ion closes on the standard deviation of atom number, lithium ion key standard deviation, lithium ion key Average value, lithium ion close on the average value of atom number, and the average chemical key of sublattice is ionic, average sublattice adjacent atom Number, anion structure ligancy, anion volume, and average minimum lithium ion spacing distance.Wherein, 10 features are as people The input of artificial neural networks, label value are then the output of artificial neural network.
Step 2: BP neural network model is constructed according to step 1;
Specifically, as shown in Figure 1, building input layer and output layer, and the mind of determining composition input layer and output layer first Through first number;Wherein, the neuron number of input layer and output layer, which calculates, uses formula are as follows: Tout=f (Tin1, Tin2 ..., Tinn) in the formula: Tout is the data value that neural network needs to predict, Tin1~Tinn is neural network input layer input respectively N data value.Wherein, by pre-training, compare BP neural network convergence precision and convergence rate, determine optimal imply Layer neuronal quantity.The input layer includes 10 neurons of 10 features input, and output layer includes 2 nerves of label value Member.
Secondly building hidden layer, and hidden layer is set as two layers, i.e. hidden layer includes that the first hidden layer and second are implicit Layer, composition includes the first hidden layer and the neuron number of the second hidden layer uses formulaTo determine: the formula In, h is hidden layer neuron number, and m is input layer number, and n is output layer neuron number, and a is between 1~10 Neuron constant.Wherein, by pre-training, compare BP neural network convergence precision and convergence rate, determine optimal imply Layer neuronal quantity.As shown in Figure 1, wherein the neuron of the first hidden layer is set as 64, and the neuron of the second hidden layer is set It is set to 32.
Finally, according to obtained input layer, hidden layer, output layer and every layer of neuron number, and pass through formula Y= Sigmoid [W2*Sigmoid (W1*X-O1)-O2], obtains BP neural network model;In the formula: X is that BP neural network inputs square Battle array;Y is BP neural network output matrix;W1 and W2 be respectively in BP neural network input layer to hidden layer, hidden layer to output layer Connection weight matrix;O1, O2 are input layer in BP neural network to hidden layer, the threshold matrix of hidden layer output layer, Sigmoid For each layer excitation function.
Step 3: transmission function, training function and learning function are selected in BP neural network model, and to BP nerve net Parameters are initialized in network model.Wherein, the parameters of BP neural network model include: using sigmoid as sharp Work function, cross entropy are as loss function, gradient descent method as loss function.
Step 4: after creating BP neural network model, activation primitive appropriate and study need to be selected to calculate for the network model Method, to activate study, feedback and the final forecast function of whole network, it is therefore desirable to initialize each of BP neural network model Item parameter, and learning parameter is chosen in initiation parameter.Wherein, the learning parameter includes learning rate, threshold value, training time Number, training pace, activation primitive and learning algorithm.Specifically, the present embodiment is using sigmoid function as activation primitive, friendship Entropy is pitched as loss function, gradient descent method as loss function, weight and deviation, learning rate are initialized using Gaussian Profile Be set as 0.0003, threshold value be set as 0.5, frequency of training be set as 2500 times, training pace be set as 100.
Step 5: BP neural network model is trained using existing " input-output " training set sample data, and The training set for the neural network model established is fitted by quadratic function, obtains optimal prediction network.Wherein, secondary letter Number fitting formula are as follows:In formula: WmaxFor initial training collection, WminFinally to train Collection, KmaxFor maximum number of iterations, k is current iteration number.Wherein initial inertia weight wmax=0.6, final inertia weight Wmin=0.8, maximum number of iterations kmax=2000.
Wherein, existing " input-output " is utilized after BP neural network model buildings are good and parameters initialize Training set sample data is trained BP neural network model, obtains optimal prediction network.The instruction of BP neural network model Practice process, is that the variable forward direction calculating of input is constantly repeatedly adjusted with the weight matrix in layer each when error back propagation, makes The process that degree of fitting is higher than precision prescribed is obtained, specific training method is as follows:
The input sample that training pace number is randomly selected in training set sample data, the ginseng initialized in step 3 Under said conditions, by forward-propagating when initial, calculated by the-the second hidden layer of the-the first hidden layer of input layer-output layer, it is defeated Value is all label out, and the reality output label value and the label value in training set sample for comparing output layer can calculate the secondary instruction Experienced artificial nerve network model judges whether network degree of fitting meets the requirements to the degree of fitting of training set sample;Work as fitting When degree reaches the maximum times of default precision or frequency of training greater than setting, then terminate to train;When the not up to default essence of degree of fitting When spending, error back propagation is adjusted weight according to the learning rate of setting by system, and repeats input sample and counted It calculates, the maximum frequency of training until meeting the requirements or reaching setting.In this example, BP neural network model training have passed through After 2400 times, reach 97% or more training set degree of fitting, illustrate artificial nerve network model fast convergence rate of the invention, Training effect is good.
Step 6: whether training of judgement collection degree of fitting achieves the desired results, and the training set degree of fitting in the present invention reaches 95% Left and right;If training set sample data is not up to 95% to the collection degree of fitting of practicing of BP neural network model, BP mind is just rebuild Through network model;If training set sample data reaches 95% to the collection degree of fitting of practicing of BP neural network model, 7 are entered step Degree of fitting of the test set sample data to BP neural network model is tested.
Step 7: after BP neural network model buildings train, every weight has the numerical value determined, using now " input-output " the test set sample data having tests the degree of fitting of BP neural network model, specific test method It is as follows: network layer connection weight and mind using test set sample as input sample, and after the training adjustment by step 5 Under the conditions of first threshold values, by forward-propagating, calculated by the-the second hidden layer of the-the first hidden layer of input layer-output layer, it is defeated Value is all label out, and the reality output label value and the label value in training sample for comparing output layer can be calculated and be trained BP neural network model to the degree of fitting of test set sample.
Step 8: inputting sample to be predicted in the BP neural network model after degree of fitting is tested and predicted, obtained Solid electrolyte ionic conductivity.In this example, BP neural network model reaches 95% or more test set after training Degree of fitting, the high ionic conductivity material of necessary being and the high ionic conductivity material predicted by BP neural network almost phase Together, illustrate that BP neural network model of the invention can be very good the ionic conductivity of prediction solid electrolyte, and process is quick Stablize, by changing the neuron number of BP network, the data of various structures can be matched, solve existing machine study prediction The low problem of model general applicability.
As described above, the present invention can be implemented well.

Claims (6)

1. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network, which is characterized in that including following step It is rapid:
Step 1: acquisition data obtain total sample required for BP neural network model, by total sample set with 2:8's after pretreatment Ratio random division is test set sample and training set sample;
Step 2: BP neural network model is constructed according to step 1;
Constructing BP neural network model construction, steps are as follows:
(2.1) input layer and output layer are constructed, and calculates the neuron number for forming input layer and output layer;Wherein, defeated Enter the neuron number calculating formula of layer and output layer are as follows:
Tout=f (Tin1, Tin2 ..., Tinn)
In formula: Tout is the data value that neural network needs to predict, Tin1~Tinn is the n of neural network input layer input respectively A data value;The neuron of input layer is set as 10 according to the formula, output layer neuron is set as 2;
(2.2) hidden layer is constructed, and hidden layer includes the first hidden layer and the second hidden layer;It calculates for forming the first hidden layer It is determined with the neuron number of the neuron number of the second hidden layer, hidden layer using following formula:
In formula, h is hidden layer neuron number, and m is input layer number, and n is output layer neuron number, and a is 1~10 Between neuron constant;The neuron of the first hidden layer is set as 64 according to the formula, the neuron of the second hidden layer It is set as 32;
(2.3) enter layer, hidden layer, output layer and every layer of neuron number according to what step (2.1) and step (2.2) obtained, and By formula Y=Sigmoid [W2*Sigmoid (W1*X-O1)-O2], BP neural network model is obtained;
In formula: X is BP neural network input matrix;Y is BP neural network output matrix;W1 and W2 is respectively in BP neural network Input layer is to hidden layer, the connection weight matrix of hidden layer to output layer;O1, O2 be in BP neural network input layer to hidden layer, hidden The threshold matrix of the output layer containing layer, Sigmoid are each layer excitation function;
Step 3: transmission function, training function and learning function are selected in BP neural network model, and to BP neural network mould Parameters are initialized in type;
Step 4: choosing learning parameter in initiation parameter, and learning parameter is initialized using Gaussian Profile, obtain initial Weight and deviation;Wherein, the learning parameter include learning rate, threshold value, frequency of training, training pace, activation primitive and Learning algorithm;
Step 5: BP neural network model being trained using existing " input-output " training set sample data, and to institute The training set of the neural network model of foundation is fitted using quadratic function, obtains optimal prediction network;Its secondary Function Fitting Formula is as follows:
In formula: WmaxFor initial training collection, WminFor final training set, KmaxFor maximum number of iterations, k is current iteration number;
Step 6: whether training of judgement collection degree of fitting achieves the desired results;It is no, rebuild BP neural network model;It is to execute Step 7;
Step 7: the degree of fitting of BP neural network model being surveyed using existing " input-output " test set sample data Examination;
Step 8: inputting sample to be predicted in the BP neural network model after degree of fitting is tested and predicted, obtain solid-state Electrolyte ion conductivity.
2. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network according to claim 1, Be characterized in that, the pretreatment in the step 1 the following steps are included:
(1.1) chemical formula, atomic coordinates, lattice lengths, volume field are extracted in every group of data of acquisition as input parameter;
(1.2) go out 10 features of every group of data according to obtained input Parameters Calculation;10 features include average atom body Product, lithium ion close on the standard deviation of atom number, lithium ion key standard deviation, lithium ion key average value, and lithium ion closes on original The average chemical key of the average value of sub- number, sublattice is ionic, average sublattice adjacent atom number, anion structure coordination Number, anion volume, and average minimum lithium ion spacing distance;
3. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network according to claim 2, It is characterized in that, 643 groups of material datas are acquired in the step 1, and every group of data include 10 features, 1 label;To 643 groups of materials Material data obtain 643 groups of total sample sets after being normalized, and are with the ratio random division of 2:8 by 624 groups of total sample sets Test set sample and training set sample;
4. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network according to claim 3, It is characterized in that, the parameters of BP neural network model include: using sigmoid as activation primitive, cross entropy in the step 3 As loss function, gradient descent method as loss function.
5. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network according to claim 4, It is characterized in that, the learning rate in step 4 is set as 0.0003, and threshold value is set as 0.5, frequency of training and is set as 2500 times, instruction Practice step-length and be set as 100, learning algorithm is declined using cross entropy and gradient.
6. a kind of solid electrolyte ionic conductivity prediction technique based on BP neural network according to claim 5, It is characterized in that, the degree of fitting of BP neural network model is tested specifically includes the following steps: by test set in the step 6 Sample is as input sample, and network layer connection weight and neuron threshold values condition after the training adjustment by step 5 Under, by forward-propagating, being calculated by the-the second hidden layer of the-the first hidden layer of input layer-output layer, output valve is all label, The reality output label value and the label value in training sample for comparing output layer, can calculate trained BP neural network mould Degree of fitting of the type to test set sample.
CN201811277882.0A 2018-10-30 2018-10-30 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network Pending CN109492287A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811277882.0A CN109492287A (en) 2018-10-30 2018-10-30 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811277882.0A CN109492287A (en) 2018-10-30 2018-10-30 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network

Publications (1)

Publication Number Publication Date
CN109492287A true CN109492287A (en) 2019-03-19

Family

ID=65691649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811277882.0A Pending CN109492287A (en) 2018-10-30 2018-10-30 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network

Country Status (1)

Country Link
CN (1) CN109492287A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110165297A (en) * 2019-05-31 2019-08-23 重庆市科学技术研究院 A kind of procedure parameter selection method of film lithium cell solid electrolyte
CN110490244A (en) * 2019-08-14 2019-11-22 吉林大学 A kind of data processing method and device
CN110490128A (en) * 2019-08-16 2019-11-22 南京邮电大学 A kind of hand-written recognition method based on encryption neural network
CN110656385A (en) * 2019-10-28 2020-01-07 季华实验室 Neural network-based electrostatic spinning fiber average diameter prediction method
CN110766138A (en) * 2019-10-21 2020-02-07 中国科学院自动化研究所 Method and system for constructing self-adaptive neural network model based on brain development mechanism
CN110807516A (en) * 2019-10-31 2020-02-18 西安工程大学 Junction temperature prediction method of IGBT module for driver
CN110931847A (en) * 2019-12-16 2020-03-27 北京当升材料科技股份有限公司 Method for treating solid electrolyte and method for testing element content in solid electrolyte
CN111027224A (en) * 2019-12-19 2020-04-17 西安工程大学 Transition resistance prediction method based on BP neural network
CN111159863A (en) * 2019-12-17 2020-05-15 上海交通大学 Neural network algorithm-based material deformation and failure prediction method and system
CN111209709A (en) * 2019-12-24 2020-05-29 国网浙江省电力有限公司金华供电公司 PCM resistance value prediction method based on artificial neural network
CN111351898A (en) * 2020-03-24 2020-06-30 重庆工商大学 Method for detecting concentration of sulfur dioxide in tail gas discharged by thermal power plant
CN112216399A (en) * 2020-10-10 2021-01-12 黑龙江省疾病预防控制中心 Food-borne disease pathogenic factor prediction method and system based on BP neural network
CN112651168A (en) * 2020-12-02 2021-04-13 南京航空航天大学 Construction land area prediction method based on improved neural network algorithm
CN112819158A (en) * 2021-02-05 2021-05-18 凌坤(南通)智能科技有限公司 Gas identification method based on optimized BP neural network
CN112861268A (en) * 2021-03-10 2021-05-28 上海交通大学 Solid electrolyte electronic conductivity obtaining method, medium and electronic equipment
CN113130014A (en) * 2021-04-23 2021-07-16 华东交通大学 Rare earth extraction simulation method and system based on multi-branch neural network
CN113312852A (en) * 2021-06-28 2021-08-27 南京玻璃纤维研究设计院有限公司 Method for predicting glass dielectric loss based on neural network algorithm
CN113657593A (en) * 2021-07-30 2021-11-16 西安理工大学 BP neural network-based plasma parameter diagnosis method
CN113689919A (en) * 2021-08-10 2021-11-23 淮阴工学院 Method for predicting sub-state energy of organic chemical molecules based on BP artificial neural network
CN113988389A (en) * 2021-10-15 2022-01-28 厦门大学 LED structure performance prediction method
CN114493039A (en) * 2022-02-17 2022-05-13 东北大学 Method for predicting gas-sensitive performance of material
CN115600511A (en) * 2022-12-01 2023-01-13 北京金羽新材科技有限公司(Cn) Electrolyte material prediction model training method and device and computer equipment
CN116822325A (en) * 2023-04-29 2023-09-29 中国人民解放军63963部队 Diesel engine performance optimization design method and system under overall configuration constraint
CN117393069A (en) * 2023-11-06 2024-01-12 上海赫耳墨锶科技有限公司 Method for determining electrolysis control data of target metal based on neural network

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104715282A (en) * 2015-02-13 2015-06-17 浙江工业大学 Data prediction method based on improved PSO-BP neural network
CN107609647A (en) * 2017-10-16 2018-01-19 安徽工业大学 One kind is based on BP neural network roll alloy mechanical property Forecasting Methodology
CN108573122A (en) * 2018-04-17 2018-09-25 天津科技大学 A kind of prediction technique of primary salt rate of dissolution

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104715282A (en) * 2015-02-13 2015-06-17 浙江工业大学 Data prediction method based on improved PSO-BP neural network
CN107609647A (en) * 2017-10-16 2018-01-19 安徽工业大学 One kind is based on BP neural network roll alloy mechanical property Forecasting Methodology
CN108573122A (en) * 2018-04-17 2018-09-25 天津科技大学 A kind of prediction technique of primary salt rate of dissolution

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
向燕 等: "基于 BP 神经网络的熔盐电导率预测研究", 《中国钨业》 *

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110165297A (en) * 2019-05-31 2019-08-23 重庆市科学技术研究院 A kind of procedure parameter selection method of film lithium cell solid electrolyte
CN110490244A (en) * 2019-08-14 2019-11-22 吉林大学 A kind of data processing method and device
CN110490128A (en) * 2019-08-16 2019-11-22 南京邮电大学 A kind of hand-written recognition method based on encryption neural network
CN110490128B (en) * 2019-08-16 2022-09-06 南京邮电大学 Handwriting recognition method based on encryption neural network
CN110766138A (en) * 2019-10-21 2020-02-07 中国科学院自动化研究所 Method and system for constructing self-adaptive neural network model based on brain development mechanism
CN110656385B (en) * 2019-10-28 2021-01-12 季华实验室 Neural network-based electrostatic spinning fiber average diameter prediction method
CN110656385A (en) * 2019-10-28 2020-01-07 季华实验室 Neural network-based electrostatic spinning fiber average diameter prediction method
CN110807516A (en) * 2019-10-31 2020-02-18 西安工程大学 Junction temperature prediction method of IGBT module for driver
CN110931847A (en) * 2019-12-16 2020-03-27 北京当升材料科技股份有限公司 Method for treating solid electrolyte and method for testing element content in solid electrolyte
CN110931847B (en) * 2019-12-16 2021-03-05 北京当升材料科技股份有限公司 Method for treating solid electrolyte and method for testing element content in solid electrolyte
CN111159863A (en) * 2019-12-17 2020-05-15 上海交通大学 Neural network algorithm-based material deformation and failure prediction method and system
CN111027224A (en) * 2019-12-19 2020-04-17 西安工程大学 Transition resistance prediction method based on BP neural network
CN111027224B (en) * 2019-12-19 2023-03-28 西安工程大学 Transition resistance prediction method based on BP neural network
CN111209709A (en) * 2019-12-24 2020-05-29 国网浙江省电力有限公司金华供电公司 PCM resistance value prediction method based on artificial neural network
CN111209709B (en) * 2019-12-24 2023-08-29 国网浙江省电力有限公司金华供电公司 PCM resistance prediction method based on artificial neural network
CN111351898A (en) * 2020-03-24 2020-06-30 重庆工商大学 Method for detecting concentration of sulfur dioxide in tail gas discharged by thermal power plant
CN112216399A (en) * 2020-10-10 2021-01-12 黑龙江省疾病预防控制中心 Food-borne disease pathogenic factor prediction method and system based on BP neural network
CN112651168A (en) * 2020-12-02 2021-04-13 南京航空航天大学 Construction land area prediction method based on improved neural network algorithm
CN112651168B (en) * 2020-12-02 2024-03-22 南京航空航天大学 Construction land area prediction method based on improved neural network algorithm
CN112819158A (en) * 2021-02-05 2021-05-18 凌坤(南通)智能科技有限公司 Gas identification method based on optimized BP neural network
CN112819158B (en) * 2021-02-05 2024-02-27 凌坤(南通)智能科技有限公司 Gas identification method based on optimized BP neural network
CN112861268A (en) * 2021-03-10 2021-05-28 上海交通大学 Solid electrolyte electronic conductivity obtaining method, medium and electronic equipment
CN112861268B (en) * 2021-03-10 2022-05-10 上海交通大学 Solid electrolyte electronic conductivity obtaining method, medium and electronic equipment
CN113130014A (en) * 2021-04-23 2021-07-16 华东交通大学 Rare earth extraction simulation method and system based on multi-branch neural network
CN113312852A (en) * 2021-06-28 2021-08-27 南京玻璃纤维研究设计院有限公司 Method for predicting glass dielectric loss based on neural network algorithm
CN113657593A (en) * 2021-07-30 2021-11-16 西安理工大学 BP neural network-based plasma parameter diagnosis method
CN113657593B (en) * 2021-07-30 2024-02-02 西安理工大学 Plasma parameter diagnosis method based on BP neural network
CN113689919A (en) * 2021-08-10 2021-11-23 淮阴工学院 Method for predicting sub-state energy of organic chemical molecules based on BP artificial neural network
CN113988389A (en) * 2021-10-15 2022-01-28 厦门大学 LED structure performance prediction method
CN114493039A (en) * 2022-02-17 2022-05-13 东北大学 Method for predicting gas-sensitive performance of material
CN115600511A (en) * 2022-12-01 2023-01-13 北京金羽新材科技有限公司(Cn) Electrolyte material prediction model training method and device and computer equipment
CN116822325A (en) * 2023-04-29 2023-09-29 中国人民解放军63963部队 Diesel engine performance optimization design method and system under overall configuration constraint
CN116822325B (en) * 2023-04-29 2023-12-26 中国人民解放军63963部队 Diesel engine performance optimization design method and system under overall configuration constraint
CN117393069A (en) * 2023-11-06 2024-01-12 上海赫耳墨锶科技有限公司 Method for determining electrolysis control data of target metal based on neural network

Similar Documents

Publication Publication Date Title
CN109492287A (en) A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network
CN103676881B (en) A kind of dynamic bottleneck analytical method of semiconductor production line
CN109376933A (en) Lithium ion battery negative material energy density prediction technique neural network based
CN107657243A (en) Neutral net Radar range profile's target identification method based on genetic algorithm optimization
CN105259331B (en) A kind of jointed rock mass uniaxial strengeth Forecasting Methodology
CN103105246A (en) Greenhouse environment forecasting feedback method of back propagation (BP) neural network based on improvement of genetic algorithm
CN103824291B (en) Automatic image segmentation method of continuous quantum goose group algorithm evolution pulse coupling neural network system parameters
CN110232434A (en) A kind of neural network framework appraisal procedure based on attributed graph optimization
CN109324291A (en) A kind of prediction technique for Proton Exchange Membrane Fuel Cells life prediction
CN102569922A (en) Improved storage battery SOC estimation method based on consistency of unit cell
CN106980897A (en) A kind of injector performance parameter prediction method of the BP artificial neural networks based on learning rate changing
CN106651023A (en) Grey correlation analysis-based improved fireworks algorithm mid-long term load prediction method
CN104539601B (en) Dynamic network attack process analysis method for reliability and system
CN106960075A (en) The Forecasting Methodology of the injector performance of RBF artificial neural network based on linear direct-connected method
CN106096723B (en) It is a kind of that complex industrial properties of product appraisal procedure is used for based on hybrid neural networks algorithm
US20240027976A1 (en) Industrial Process Soft Sensor Method Based on Federated Stochastic Configuration Network
CN109543939A (en) A kind of method of green building productions certification risk evaluation model building
CN106327357A (en) Load identification method based on improved probabilistic neural network
CN104834221A (en) Non-linear system adaptive optimal control method based on variable error
Ning et al. GA-BP air quality evaluation method based on fuzzy theory.
CN106503312B (en) A kind of blade root stress analysis method based on neural network algorithm
CN107578100A (en) The result feedback method and device of a kind of Kernel-based methods parameter
CN109408896A (en) A kind of anerobic sowage processing gas production multi-element intelligent method for real-time monitoring
Zhang et al. Regression prediction of material grinding particle size based on improved sparrow search algorithm to optimize BP neural network
CN106599541A (en) Online structure and parameter identification method for dynamic power load model

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200717

Address after: 610000 Sichuan city of Chengdu province Tianfu Zheng Xing Shun Shing Street No. 172

Applicant after: CHENGDU YIDAO TECHNOLOGY PARTNERSHIP (L.P.)

Address before: 610000 Chengdu province high tech Zone (West) cooperation Road, No. 4, No. 17, building 1719, No. 89

Applicant before: CHENGDU IMCDATA TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210223

Address after: No. 88, Yingbin Avenue, Shouan Town, Pujiang County, Chengdu, Sichuan 610000

Applicant after: Chengdu Dachao Technology Co.,Ltd.

Address before: 610000 Shunsheng Road, Zhengxing Street, Tianfu New District, Chengdu City, Sichuan Province

Applicant before: CHENGDU YIDAO TECHNOLOGY PARTNERSHIP (L.P.)

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20190319

RJ01 Rejection of invention patent application after publication