Movatterモバイル変換


[0]ホーム

URL:


CN107463879A - Human bodys' response method based on deep learning - Google Patents

Human bodys' response method based on deep learning
Download PDF

Info

Publication number
CN107463879A
CN107463879ACN201710544873.2ACN201710544873ACN107463879ACN 107463879 ACN107463879 ACN 107463879ACN 201710544873 ACN201710544873 ACN 201710544873ACN 107463879 ACN107463879 ACN 107463879A
Authority
CN
China
Prior art keywords
sample
mrow
msub
track
msup
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
CN201710544873.2A
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 Business Big Data Technology Co Ltd
Original Assignee
Chengdu Business Big 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 Business Big Data Technology Co LtdfiledCriticalChengdu Business Big Data Technology Co Ltd
Priority to CN201710544873.2ApriorityCriticalpatent/CN107463879A/en
Publication of CN107463879ApublicationCriticalpatent/CN107463879A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

The present invention relates to captcha fields, Human bodys' response method more particularly to based on deep learning, the inventive method realizes the judgement of current page operating main body using the neutral net comprising LSTM, in structure machine behavior sample based on human body behavior sample, employ 4 kinds of generating modes, including random generation, positive sample track is cut into some subsegments at random again to be spliced the subsegment after cutting at random, the proportional zoom, disturbance etc. of trajectory parameters is carried out on the basis of positive sample;For such negative sample producing method based on positive sample, to have higher similitude with positive sample, confusion is stronger, and training sample, which trains the neutral net come, has higher resolution capability.This method realizes the identification of the current page operating main body based on LSTM networks first, and the inventive method is particularly suitable for the checking in dragging image hotpoint operating main body, the business scenario judged operating main body.

Description

Human bodys' response method based on deep learning
Technical field
The present invention relates to captcha fields, the Human bodys' response method more particularly to based on deep learning.
Background technology
Network today technology is more and more flourishing, and network application is more and more, as various websites, Email, blog, electronicsGovernment websites etc. have turned into the necessity of everybody daily life.But along with fast development internet, network security also intoThe problem of increasingly being highlighted for one.Particularly the automatic registering and logging of rogue program, maliciously pour water, with specific program Brute ForceThe network security attacks such as account and password.That currently register or access the webpage to avoid these generations from being identified with regard to needs is peopleOr program.Most common captcha (Completely Automated Public Turing Test to TellComputers and Humans Apart automatically distinguish the abbreviation of computer and the turing test of the mankind), it is in 1997Invented by Mark D.Lillibridge et al..At present because of its huge meaning, each website is widely used in.Very simultaneouslyMore academic institutions and commercial company are also studied to it.
Captcha common at present has based on computer vision, including character recognition and object identification.These identifications are askedTopic is often fairly simple for people but more difficult for computer, so as to distinguish people or program.Also it is based on human bodyBehavior, including tap keyboard and mobile mouse.These behaviors of human body possess certain characteristic rule, can be special by theseIt is people or program to levy distinguish operation computer.With the development of deep learning, computer vision also leads to a leap formulaIt is progressive, either character recognition or object identification, the recognition accuracy more and more higher of computer.Most common base before causingIt is gradually reduced in the captcha of computer vision defence capability.And the captcha based on human body behavior starts to occur.UsingCaptcha network security mean of defenses based on human body behavior start to be widely used, and net is being carried out using this kind of meansWhen network protects, the recognition capability of human body behavior or machine behavior is just needed to have first, but based on traditional machine learning sideThe judging nicety rate that method is first classified again to human body behavior extraction feature is not high.Because some of human body behavior are characterized in profound levelFeature, it is difficult to extract this feature by the rule artificially formulated.
The content of the invention
It is an object of the invention to overcome the above-mentioned deficiency in the presence of prior art, there is provided the human body based on deep learningActivity recognition method, developed on the basis of human body behavior and then generate substantial amounts of machine Behavioral training sample so that machineDevice Behavioral training sample it is higher with the similarity of human body behavior, the coverage mode of training sample is more comprehensively.Pass through the people of magnanimityTraining sample of both body behavior and machine behavior carrys out the nerve that training package contains LSTM (Long Short-Term Memory)Network model;And the neural network model by training judges whether new input behavior is human body behavior.Methods described is specialSuitable for drag figure realize checking identifying code identification system operating main body judgement application scenarios.
In order to realize foregoing invention purpose, based on the Human bodys' response method of deep learning, using human body behavior andThe mouse drag movement locus training sample of production of machinery carrys out the neural network model of training package network containing LSTM, and uses trainingNeural network model afterwards judges whether the operating main body of current page is human body behavior.
Methods described includes implemented below step:
(1) structure includes the neural network model of LSTM networks;
(2) magnanimity human body behavior sample and the sample of machine behavior are obtained, the machine behavior sample is in human body behavior sampleGenerated on the basis of this, human body behavior sample is as positive sample, and machine behavior sample is as negative sample;
(3) neural network model built is trained using positive and negative samples;
(4) it is people or machine by the operating main body of the neural network model current page to judge trained.
Specifically, in the step (2), the single order difference (dx of mouse track information is usedi, dyi, dti) describe to operateBehavior, wherein dxi=xi-xi-1, dyi=yi-yi-1, dti=ti-ti-1;Wherein xiFor the abscissa in screen position of mouse, yiFor ordinate of the mouse in screen position, tiFor time information.
The mouse movement trace information that the positive sample of training recorded from people when browsing webpage.
Further, in the step (2), negative sample is generated by machine, and the mode of generation is as follows:
A, in the range of the maximum occurrences of setting, path length is randomly generated, it is random to generate (dxi, dyi, dti);
B, concentrated in positive sample and extract N bars track, the trajectory random being drawn into is divided into n subsegment, then will be divided intoSubsegment random groups be spliced into new track;
C, concentrated in positive sample and extract M bars track;Calculate the transverse shifting of each track always distance sum (dxi), longitudinal direction moveDynamic always distance sum (dyi) and mobile total time sum (dti);It is random to generate transverse shifting always distance sum (dxi) ', vertically moveAlways distance sum (dyi) ' and mobile total time sum (dti) ', the characterising parameter of new movement locus is generated using below equation:
Wherein dxi′、dyi′、dti' be respectively new track lateral coordinates, longitudinal coordinate, the single order difference of time;
D, K bars track is extracted in positive sample;To dxi, dyi, dtiThe disturbance of [- 0.5,0.5] again is randomly generated respectively, is obtainedObtain the characterising parameter of movement locus newly;
The sample that a, b, c, d mode are generated is mixed, as negative sample collection.
Further, in the step (3), in the training process of the neural network model, the onwards transmission mistake of signalJourney is as follows:
By (the dx of training samplei, dyi, dti) signal input embedding layers, by embedding layers by dxi, dyi, dtiM dimensional vectors corresponding to changing into respectively, and by dxi, dyi, dtiCorresponding m dimensional vectors are spliced into the vector of a 3m dimension;Will be toAmount is arranged in the LSTM neutral nets of 3m dimensions according to the sequential input hidden layer latitude of movement locus, is exported by LSTM neutral nets3m*L vector into full articulamentum, and by softmax layers export this track whether be human body behavior judged result;ItsMiddle L is the path length set.
Further, before neural network model training is carried out, including data are optimized with the process of processing:The placeReason includes:
In the step (2), preceding 100 (x are usedi, yi, ti) it is used as the characterising parameter of mouse movement track;Work as mouseIt is shorter to mark displacement, when movable information is inadequate 100, with (0,0,0) polishing to 100;That is L=100.
In the step (2), by dxi, dyiValue be converted into integer between [- 50,50], by dtiValue conversionFor (0,200] between integer, when actual value beyond set span when, replaced using boundary value.
Further, the sample size included in the positive sample collection is no less than 5000, concentrates and selects in positive sample80% sample selects 20% sample as test sample as training sample.
Further, the sample size included in the negative sample collection is no less than 5000, concentrates and selects in negative sample80% sample selects 20% sample as test sample as training sample.
Compared with prior art, beneficial effects of the present invention:The present invention provides the Human bodys' response based on deep learningMethod, the inventive method realize the judgement of current page operating main body, the inventive method using the neutral net comprising LSTMWhen building machine behavior sample based on human body behavior sample, 4 kinds of generating modes, including random generation are employed, will justSample trace is cut into some subsegments and is again spliced the subsegment after cutting at random at random, is entered on the basis of positive sampleThe proportional zoom of row trajectory parameters, disturbance etc.;Such negative sample producing method, it is based on positive sample, has with positive sampleHigher similitude, confusion is stronger, and the neutral net come is trained using such training sample has higher explanation energyPower.The inventive method realizes the identification of the current page operating main body based on LSTM networks first, and LSTM networks are a kind ofTime recurrent neural network, it is suitable for being spaced in processing and predicted time sequence and postponing relatively long critical event, this hairBright method is particularly suitable for the checking in dragging image hotpoint operating main body, the business scenario judged operating main body.
Brief description of the drawings:
Fig. 1 is to realize step schematic diagram based on the Human bodys' response method of deep learning.
Embodiment
With reference to test example and embodiment, the present invention is described in further detail.But this should not be understoodFollowing embodiment is only limitted to for the scope of the above-mentioned theme of the present invention, it is all that this is belonged to based on the technology that present invention is realizedThe scope of invention.
It is an object of the invention to overcome the above-mentioned deficiency in the presence of prior art, there is provided the human body based on deep learningActivity recognition method, the mouse drag movement locus training sample using human body behavior and production of machinery carry out training package net containing LSTMThe neural network model of network, and judge whether the operating main body of current page is human body using the neural network model after trainingBehavior.
Methods described includes implemented below step as shown in Figure 1:
(1) structure includes the neural network model of LSTM networks;The neural network model includes:Embedding layers,LSTM, full articulamentum and softmax layers.Wherein embedding layers will input discrete signal therein and change into continuous realityNumber vector, the vector after the conversion of embedding layers is input in LSTM according to sequential, operation behavior will be described by LSTMSeveral time series vectors be spliced into a high dimension vector after be input in full articulamentum, and by after full articulamentum dimensionality reduction toAmount is input in softmax layers;The LSTM neutral nets that the inventive method uses are a kind of time recurrent neural networks, are suitable forIt is spaced in processing and predicted time sequence and postpones relatively long critical event.LSTM is different from RNN place, essentially consists inOne is added in algorithm and judges that whether useful information is " processor ", the structure of this processor effect is referred to as cell.OneThree fan doors have been placed among individual cell, has been called input gate respectively, forgets door and out gate.When an information enters LSTM netAmong network, it can be judged whether according to rule useful.Only meeting the information of algorithm certification can just leave, and the information not being inconsistent is thenPassed into silence by forgeing door, selectivity is more embodied when being handled in information, treatment effeciency is higher, solves RNN neutral nets notThe long sequence Dependence Problem that can be realized very well.
(2) magnanimity human body behavior sample and the sample of machine behavior are obtained, human body behavior sample is as positive sample, machine rowIt is sample as negative sample;Sample size included in the positive sample collection is no less than 5000, concentrates and selects in positive sample80% sample selects 20% sample as test sample as training sample.Sample included in the negative sample collectionQuantity is no less than 5000, concentrates the sample of selection 80% to select 20% sample to be used as training sample and survey in negative sampleSample sheet.
(3) neural network model built is trained using positive and negative samples;The training of neural network model is using forwardBackward algorithm.After in the rate of accuracy reached in test sample collection to the threshold value set, it is possible to think neural network modelTraining is completed.
(4) it is people or machine by the operating main body of the neural network model current page to judge trained.
Specifically, in the step (2), the single order difference (dx of mouse movement trace information is usedi, dyi, dti) describeOperation behavior, wherein dxi=xi-xi-1, dyi=yi-yi-1, dti=ti-ti-1;Wherein xiFor the horizontal seat in screen position of mouseMark, yiFor ordinate of the mouse in screen position, tiFor time information.The positive sample of training is remembered from people when browsing webpageThe mouse movement trace information recorded.Mouse movement track can very easily be collected by information by network front end function,Position and time information of the cursor of mouse in screen can be returned to during mouse is dragged by the function, can be with(x1, y1, t1)、(x2, y2, t2)、(x3, y3, t3)…(xn, yn, tn) form return, the present invention use mouse movement trace informationSingle order difference (dxi, dyi, dti) corresponding operation behavior is described, it can reflect mouse of the mouse in moving process rightIn each small period answered, in the translational speed of transverse direction, and lengthwise travel rate, and mobile lateral displacement and length travel feelingsCondition, embody fine feature when operator is operated.
When carrying out neural metwork training, it is necessary to the training sample of magnanimity, if human body Behavioral training sample is using manualIf exclusively carrying out collection, substantial amounts of manpower will be expended, and by setting picture to verify to gather people in web terminal in the existing stageBody behavior, volunteers drag these identifying codes and realize checking, such accelerated accumulation sample money when logging in or browsing webpageSource, improve operational efficiency.
Further, in the step (2), negative sample is generated by machine, and the mode of generation is as follows:
A, in the range of the maximum occurrences of setting, path length is randomly generated, it is random to generate (dxi, dyi, dti);
B, N bars tracks, such as 2000 are extracted in positive sample, the trajectory random being drawn into is divided into n (such as 3-10) subsegment, then the thousands of subsegment random groups formed after segmentation are spliced into new track;
C, M bars track is extracted in positive sample;Calculate the transverse shifting of track always distance sum (dxi), vertically move it is totalDistance sum (dyi) and mobile total time sum (dti);It is random to generate transverse shifting always distance sum (dxi) ', vertically move always away fromFrom sum (dyi) ' and mobile total time sum (dti) ', the characterising parameter of new movement locus is generated using below equation:
Wherein dxi′、dyi′、dti' be respectively new track lateral coordinates, longitudinal coordinate, the single order difference of time;
D, K bars track is extracted in positive sample;To dxi, dyi, dtiThe disturbance of [- 0.5,0.5] again is randomly generated respectively, is obtainedObtain the characterising parameter of movement locus newly;
The inventive method uses the negative sample that a, b, c, d mode generate, and fully positive sample feature is combined, compared to directThe sample generated at random, has a simulation degree higher to human body behavior, thus by such negative sample train come godThere is higher identification capability through network.
The sample that a, b, c, d mode are generated respectively selection 2500, forms negative sample collection.Produced relative to single modeRaw pays sample, and negative sample concentrates the sample generated comprising 4 kinds of modes so that negative sample collection has larger coverage.
Further, before neural network model training is carried out, including data are optimized with the process of processing:The placeReason includes:
In the step (2), preceding 100 (x are usedi, yi, ti) it is used as the characterising parameter of mouse movement track;Work as mouseIt is shorter to mark displacement, when movable information is inadequate 100, with (0,0,0) polishing to 100.The every track manually draggedLength may be different, the motion track information (x of mouse1, y1, t1)、(x2, y2, t2)、(x3, y3, t3)…(xn, yn, tn), middle n canIt can be more than or < 100, uniform length will be arranged to for the track trained and classified, meet the need that neural network parameter is setWill.The form of every track is [(dx1, dy1, dt1), (dx2, dy2, dt2) ..., (dx100, dy100, dt100)], if track is grownInadequate 100 are spent, then with 0 filling, i.e. [(dx1, dy1, dt1), (dx2, dy2, dt2) ..., (0,0,0)].
For the ease of analyzing dxi, dyiValue be converted into integer between [- 49,50], by dtiValue be converted to(0,200] between integer, when actual value beyond set span when, replaced using boundary value, by dxi, dyi, dtiValue to switch into integer be to calculate for convenience, such as (dxi, dyi, dti) actual value for (60.0, -75.3,300.3), the numerical value change after integer processing and span limit is (50, -50,200).
Further, in the step (3), in the training process of the neural network model, the onwards transmission mistake of signalJourney is as follows:By (the dx of training samplei, dyi, dti) signal input embedding layers, discrete (dx, dy, dt) is passed throughEmbedding changes into continuous real number vector.Implementation process is:By dx=dx+50, dy=dy+50, dx and dy scope are put downMove on to [1,100], embedding process is first dx, and dy, dt change into the one-hot vectors of 101 dimensions respectively, then multiply respectivelyWith the lookup_table matrixes of [101,10], by dx, dy, dt distinguish embedding into the vectors of 10 dimensions, then by these three toAmount splicing obtains input of 30 dimensional vectors as lstm.
The vector of 30 dimensions is arranged in the LSTM neutral nets of 30 dimensions according to sequential input hidden layer dimension, by LSTM nervesThe expression vector of this movement locus of the dimension of network output 3000 exports this rail into full articulamentum, and by softmax layersMark whether be human body behavior judged result.
The mark result of the preceding backward algorithm of the training process use classics of neutral net, judged result and training sample hasDuring deviation, signal successively adjusts weight coefficient according to loss function back-propagation.
The inventive method, which uses, intersects entropy loss as loss function.Loss function is carried out using stochastic gradient descent methodOptimization.Final mask classification accuracy on checking sample set reaches 95%.

Claims (10)

CN201710544873.2A2017-07-052017-07-05Human bodys' response method based on deep learningPendingCN107463879A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201710544873.2ACN107463879A (en)2017-07-052017-07-05Human bodys' response method based on deep learning

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201710544873.2ACN107463879A (en)2017-07-052017-07-05Human bodys' response method based on deep learning

Publications (1)

Publication NumberPublication Date
CN107463879Atrue CN107463879A (en)2017-12-12

Family

ID=60546071

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201710544873.2APendingCN107463879A (en)2017-07-052017-07-05Human bodys' response method based on deep learning

Country Status (1)

CountryLink
CN (1)CN107463879A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108647518A (en)*2018-03-162018-10-12广东工业大学A kind of Android platform malware detection method based on deep learning
CN109063456A (en)*2018-08-022018-12-21浙江大学The safety detecting method and system of image-type identifying code
CN109522454A (en)*2018-11-202019-03-26四川长虹电器股份有限公司The method for automatically generating web sample data
CN109756494A (en)*2018-12-292019-05-14中国银联股份有限公司 A kind of negative sample transformation method and device
WO2019158015A1 (en)*2018-02-132019-08-22京东方科技集团股份有限公司Sample acquisition method, target detection model generation method, target detection method
CN110472251A (en)*2018-05-102019-11-19腾讯科技(深圳)有限公司Method, the method for statement translation, equipment and the storage medium of translation model training
CN114270373A (en)*2019-09-242022-04-01赫尔实验室有限公司Deep reinforcement learning based method for implicitly generating signals to spoof a recurrent neural network
CN115630365A (en)*2022-10-272023-01-20云景技术有限公司Verification code malicious input detection method based on deep learning

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20040009479A1 (en)*2001-06-082004-01-15Jay WohlgemuthMethods and compositions for diagnosing or monitoring auto immune and chronic inflammatory diseases
CN101923433A (en)*2010-08-172010-12-22北京航空航天大学 A Human-Computer Interaction Method Based on Hand Shadow Recognition
CN103809894A (en)*2012-11-152014-05-21华为终端有限公司Gesture recognition method and electronic equipment
CN106155298A (en)*2015-04-212016-11-23阿里巴巴集团控股有限公司Man-machine recognition methods and device, the acquisition method of behavior characteristics data and device
CN106407889A (en)*2016-08-262017-02-15上海交通大学Video human body interaction motion identification method based on optical flow graph depth learning model
CN106845351A (en)*2016-05-132017-06-13苏州大学It is a kind of for Activity recognition method of the video based on two-way length mnemon in short-term

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20040009479A1 (en)*2001-06-082004-01-15Jay WohlgemuthMethods and compositions for diagnosing or monitoring auto immune and chronic inflammatory diseases
CN101923433A (en)*2010-08-172010-12-22北京航空航天大学 A Human-Computer Interaction Method Based on Hand Shadow Recognition
CN103809894A (en)*2012-11-152014-05-21华为终端有限公司Gesture recognition method and electronic equipment
CN106155298A (en)*2015-04-212016-11-23阿里巴巴集团控股有限公司Man-machine recognition methods and device, the acquisition method of behavior characteristics data and device
CN106845351A (en)*2016-05-132017-06-13苏州大学It is a kind of for Activity recognition method of the video based on two-way length mnemon in short-term
CN106407889A (en)*2016-08-262017-02-15上海交通大学Video human body interaction motion identification method based on optical flow graph depth learning model

Cited By (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2019158015A1 (en)*2018-02-132019-08-22京东方科技集团股份有限公司Sample acquisition method, target detection model generation method, target detection method
US11238296B2 (en)2018-02-132022-02-01Boe Technology Group Co., Ltd.Sample acquisition method, target detection model generation method, target detection method, computing device and computer readable medium
CN108647518A (en)*2018-03-162018-10-12广东工业大学A kind of Android platform malware detection method based on deep learning
CN110472251B (en)*2018-05-102023-05-30腾讯科技(深圳)有限公司 Translation model training method, sentence translation method, equipment and storage medium
CN110472251A (en)*2018-05-102019-11-19腾讯科技(深圳)有限公司Method, the method for statement translation, equipment and the storage medium of translation model training
CN109063456A (en)*2018-08-022018-12-21浙江大学The safety detecting method and system of image-type identifying code
CN109063456B (en)*2018-08-022021-10-08浙江大学 Image-type verification code security detection method and system
CN109522454B (en)*2018-11-202022-06-03四川长虹电器股份有限公司Method for automatically generating web sample data
CN109522454A (en)*2018-11-202019-03-26四川长虹电器股份有限公司The method for automatically generating web sample data
CN109756494B (en)*2018-12-292021-04-16中国银联股份有限公司Negative sample transformation method and device
CN109756494A (en)*2018-12-292019-05-14中国银联股份有限公司 A kind of negative sample transformation method and device
CN114270373A (en)*2019-09-242022-04-01赫尔实验室有限公司Deep reinforcement learning based method for implicitly generating signals to spoof a recurrent neural network
CN115630365A (en)*2022-10-272023-01-20云景技术有限公司Verification code malicious input detection method based on deep learning

Similar Documents

PublicationPublication DateTitle
CN107463878A (en)Human bodys' response system based on deep learning
CN107463879A (en)Human bodys' response method based on deep learning
CN109212617B (en)Automatic identification method and device for electric imaging logging phase
CN111709244B (en)Deep learning method for identifying cause and effect relationship of contradictory dispute
CN108416198A (en)Man-machine identification model establishes device, method and computer readable storage medium
US8090538B2 (en)System and method for interpretation of well data
CN112329816A (en)Data classification method and device, electronic equipment and readable storage medium
CN110348137A (en)A kind of water-drive pool seepage field evaluation method based on Vector Autoression Models
CN110889450A (en)Method and device for super-parameter tuning and model building
CN117455553B (en)Subway station passenger flow volume prediction method
Kumar Pandey et al.Metaheuristic algorithm integrated neural networks for well-test analyses of petroleum reservoirs
WO2020101128A1 (en)Method for predicting shale gas production by using deep learning
CN120014472B (en) A semi-supervised remote sensing image change detection method based on adaptive feature perturbation
CN112819024B (en)Model processing method, user data processing method and device and computer equipment
CN110070131A (en)A kind of Active Learning Method of data-oriented driving modeling
CN110399690B (en)Subway station pedestrian simulation method and device, electronic equipment and storage medium
CN108073978A (en)A kind of constructive method of the ultra-deep learning model of artificial intelligence
CN109325125A (en) A social network rumor method based on CNN optimization
CN113779864B (en)Method and device for constructing running design area for automatic driving automobile
CN108073979A (en)A kind of ultra-deep study of importing artificial intelligence knows method for distinguishing for image
CN117272113A (en)Method and system for detecting illegal behaviors based on virtual social network
CN117370650A (en) Cloud computing data recommendation method based on service composition hypergraph convolutional network
CN116501044A (en)Test scene generation method, electronic equipment and computer storage medium
CN110889103B (en)Method and system for verifying sliding block and model training method thereof
CN113592341A (en)Measurement loss function, sector complexity evaluation method and system

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
WD01Invention patent application deemed withdrawn after publication

Application publication date:20171212

WD01Invention patent application deemed withdrawn after publication

[8]ページ先頭

©2009-2025 Movatter.jp