期刊文献+
共找到89,233篇文章
< 1 2 250 >
每页显示 20 50 100
Adeno-associated viral vectors for modeling Parkinson's disease in non-human primates
1
作者 Julia Chocarro José L.Lanciego 《Neural Regeneration Research》 2026年第1期224-232,共9页
The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates ... The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates that were successful in preclinical Parkinson's disease animal models have repeatedly failed when tested in clinical trials.While these failures have many possible explanations,it is perhaps time to recognize that the problem lies with the animal models rather than the putative candidate.In other words,the lack of adequate animal models of Parkinson's disease currently represents the main barrier to preclinical identification of potential disease-modifying therapies likely to succeed in clinical trials.However,this barrier may be overcome by the recent introduction of novel generations of viral vectors coding for different forms of alpha-synuclein species and related genes.Although still facing several limitations,these models have managed to mimic the known neuropathological hallmarks of Parkinson's disease with unprecedented accuracy,delineating a more optimistic scenario for the near future. 展开更多
关键词 adeno-associated viral vectors ALPHA-SYNUCLEIN DOPAMINE Lewy bodies NEURODEGENERATION NEUROMELANIN NEUROPATHOLOGY substantia nigra
暂未订购
Yaw stabilization and maneuvering control of tailless flying wing by co-directional fluidic thrust vectoring
2
作者 Liu ZHANG Meng HE 《Chinese Journal of Aeronautics》 2026年第1期66-77,共12页
Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme ... Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme of co-directional secondary flow was designed based on a 30 kgf thrust turbojet engine,an equivalent rudder deflection control variable of Mass Flow Combination(MFC)was proposed,and a control model was established to form a FTV control system scheme,which was integrated with the flight control system of a 100 kg tailless flying wing with medium aspect ratio to achieve closed-loop control of the yaw attitude based on FTV.The heading stability augmentation and maneuvering control characteristics and time response characteristics of tailless flying wing by FTV were quantitatively studied through virtual flight test in a wind tunnel at a wind speed of 35 m/s.The results show that the control strategy based on MFC achieves bidirectional continuous and stable control of thrust vector angle in a range of±11°,and the thrust vector angle varies monotonically with MFC;the co-directional FTV realizes bidirectional continuous and stable control of the yaw attitude of tailless flying wing,without longitudinal/lateral coupling moment.The increment of the maximum yawing moment coefficient is 0.0029,the maximum yaw rate is 7.55(°)/s,and the response time of the yaw rate of the vectoring nozzle actuated by the secondary flow is about 0.06 s,which satisfies the heading stability augmentation and maneuvering control response requirements of the aircraft with statically unstable heading,and provides new control means for the heading rudderless attitude control of tailless flying wing. 展开更多
关键词 Thrust vectoring Flow control Coanda effect Flying-wing aircraft Flight tests Yaw control
原文传递
Support Vector-Guided Class-Incremental Learning:Discriminative Replay with Dual-Alignment Distillation
3
作者 Moyi Zhang Yixin Wang Yu Cheng 《Computers, Materials & Continua》 2026年第3期2040-2061,共22页
Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural netwo... Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural networks learn new classes sequentially,they suffer from catastrophic forgetting—the tendency to lose knowledge of earlier classes.This challenge,which lies at the core of class-incremental learning,severely limits the deployment of continual learning systems in real-world applications with streaming data.Existing approaches,including rehearsalbased methods and knowledge distillation techniques,have attempted to address this issue but often struggle to effectively preserve decision boundaries and discriminative features under limited memory constraints.To overcome these limitations,we propose a support vector-guided framework for class-incremental learning.The framework integrates an enhanced feature extractor with a Support Vector Machine classifier,which generates boundary-critical support vectors to guide both replay and distillation.Building on this architecture,we design a joint feature retention strategy that combines boundary proximity with feature diversity,and a Support Vector Distillation Loss that enforces dual alignment in decision and semantic spaces.In addition,triple attention modules are incorporated into the feature extractor to enhance representation power.Extensive experiments on CIFAR-100 and Tiny-ImageNet demonstrate effective improvements.On CIFAR-100 and Tiny-ImageNet with 5 tasks,our method achieves 71.68%and 58.61%average accuracy,outperforming strong baselines by 3.34%and 2.05%.These advantages are consistently observed across different task splits,highlighting the robustness and generalization of the proposed approach.Beyond benchmark evaluations,the framework also shows potential in few-shot and resource-constrained applications such as edge computing and mobile robotics. 展开更多
关键词 Class-incremental learning catastrophic forgetting support vector machine knowledge distillation
在线阅读 下载PDF
Using mixed kernel support vector machine to improve the predictive accuracy of genome selection
4
作者 Jinbu Wang Wencheng Zong +6 位作者 Liangyu Shi Mianyan Li Jia Li Deming Ren Fuping Zhao Lixian Wang Ligang Wang 《Journal of Integrative Agriculture》 2026年第2期775-787,共13页
The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects acc... The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects accurately.Machine learning models have demonstrated remarkable potential in addressing these challenges.In this study,we introduced the concept of mixed kernel functions to explore the performance of support vector machine regression(SVR) in GS.Six single kernel functions(SVR_L,SVR_C,SVR_G,SVR_P,SVR_S,SVR_L) and four mixed kernel functions(SVR_GS,SVR_GP,SVR_LS,SVR_LP) were used to predict genome breeding values.The prediction accuracy,mean squared error(MSE) and mean absolute error(MAE) were used as evaluation indicators to compare with two traditional parametric models(GBLUP,BayesB) and two popular machine learning models(RF,KcRR).The results indicate that in most cases,the performance of the mixed kernel function model significantly outperforms that of GBLUP,BayesB and single kernel function.For instance,for T1 in the pig dataset,the predictive accuracy of SVR_GS is improved by 10% compared to GBLUP,and by approximately 4.4 and 18.6% compared to SVR_G and SVR_S respectively.For E1 in the wheat dataset,SVR_GS achieves 13.3% higher prediction accuracy than GBLUP.Among single kernel functions,the Laplacian and Gaussian kernel functions yield similar results,with the Gaussian kernel function performing better.The mixed kernel function notably reduces the MSE and MAE when compared to all single kernel functions.Furthermore,regarding runtime,SVR_GS and SVR_GP mixed kernel functions run approximately three times faster than GBLUP in the pig dataset,with only a slight increase in runtime compared to the single kernel function model.In summary,the mixed kernel function model of SVR demonstrates speed and accuracy competitiveness,and the model such as SVR_GS has important application potential for GS. 展开更多
关键词 genome selection machine learning support vector machine kernel function mixed kernel function
在线阅读 下载PDF
Personalized Differential Privacy for Support Vector Machines
5
作者 WANG Xiaofeng LIU Xingwei XU Wangli 《Journal of Systems Science & Complexity》 2026年第1期180-202,共23页
The support vector machine,a widely used binary classification method,may expose sensitive information during training.To address this,the authors propose a personalized differential privacy method that extends differ... The support vector machine,a widely used binary classification method,may expose sensitive information during training.To address this,the authors propose a personalized differential privacy method that extends differential privacy.Specifically,the authors introduce personalized differentially private support vector machines to meet different individuals'privacy requirements,using a reweighting strategy and the Laplace mechanism.Theoretical analysis demonstrates that the proposed methods simultaneously satisfy the requirements of personalized differential privacy and ensure model prediction accuracy at these privacy levels.Extensive experiments demonstrate that the proposed methods outperform the existing methods. 展开更多
关键词 Laplace mechanism personalized differential privacy reweighting strategy support vector machine
原文传递
Programmable mixed-kernel based on MoTe_(2)/MoS_(2)heterojunction for support vector machine learning
6
作者 Xinyu Huang Jiapeng Du +3 位作者 Langlang Xu Lei Tong Xiangxiang Yu Lei Ye 《Journal of Semiconductors》 2026年第3期110-116,共7页
The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware... The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware with on-chip parameter tunability,which directly accelerates machine learning functions.This work demonstrates a continuously tunable mixed-kernel function physically realized within a van der Waals heterostructure.We designed and fabricated a MoTe_(2)/MoS_(2)type-Ⅱvertical heterojunction phototransistor,which exhibits a non-monotonic,Gaussian-like optoelectronic response owing to its unique inter-layer charge transfer mechanism.This intrinsic physical behavior directly maps to a mixed-kernel function combining Gaussian and Sigmoid characteristics.Furthermore,the hardware kernel can be continuously modulated by in-situ tuning of external opti-cal stimuli.The mixed-kernel exhibited exceptional performance,achieving precision,accuracy,and area under the curve(AUC)values of 95.8%,96%,and 0.9986,respectively,significantly outperforming conventional kernels.By successfully embedding a complex,adaptable mathematical function into the intrinsic physical properties of a single device,this work pioneers a novel pathway toward next-generation,energy-efficient intelligent systems with hardware-level adaptability. 展开更多
关键词 programmable mixed-kernel HETEROJUNCTION support vector machine
在线阅读 下载PDF
A Convolutional Neural Network-Based Deep Support Vector Machine for Parkinson’s Disease Detection with Small-Scale and Imbalanced Datasets
7
作者 Kwok Tai Chui Varsha Arya +2 位作者 Brij B.Gupta Miguel Torres-Ruiz Razaz Waheeb Attar 《Computers, Materials & Continua》 2026年第1期1410-1432,共23页
Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using d... Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using deep learning algorithms further enhances performance;nevertheless,it is challenging due to the nature of small-scale and imbalanced PD datasets.This paper proposed a convolutional neural network-based deep support vector machine(CNN-DSVM)to automate the feature extraction process using CNN and extend the conventional SVM to a DSVM for better classification performance in small-scale PD datasets.A customized kernel function reduces the impact of biased classification towards the majority class(healthy candidates in our consideration).An improved generative adversarial network(IGAN)was designed to generate additional training data to enhance the model’s performance.For performance evaluation,the proposed algorithm achieves a sensitivity of 97.6%and a specificity of 97.3%.The performance comparison is evaluated from five perspectives,including comparisons with different data generation algorithms,feature extraction techniques,kernel functions,and existing works.Results reveal the effectiveness of the IGAN algorithm,which improves the sensitivity and specificity by 4.05%–4.72%and 4.96%–5.86%,respectively;and the effectiveness of the CNN-DSVM algorithm,which improves the sensitivity by 1.24%–57.4%and specificity by 1.04%–163%and reduces biased detection towards the majority class.The ablation experiments confirm the effectiveness of individual components.Two future research directions have also been suggested. 展开更多
关键词 Convolutional neural network data generation deep support vector machine feature extraction generative artificial intelligence imbalanced dataset medical diagnosis Parkinson’s disease small-scale dataset
在线阅读 下载PDF
Asymmetric Voltage Vector-based Initial Rotor Position Detection in Four-switch Inverter Fed BLDC Motors
8
作者 Xinmin Li Kun Liu +2 位作者 Lu Zhou Tingna Shi Wei Chen 《CES Transactions on Electrical Machines and Systems》 2026年第1期77-86,共10页
In position-sensorless brushless direct current(DC)motors(BLDCMs)fed by a four-switch three-phase(FSTP)inverter,only two phases are fully controlled,while the remaining phase is tied to the midpoint of the split DC-li... In position-sensorless brushless direct current(DC)motors(BLDCMs)fed by a four-switch three-phase(FSTP)inverter,only two phases are fully controlled,while the remaining phase is tied to the midpoint of the split DC-link capacitors.The voltage pulses required by inductance-based initial position detection can cause unequal discharge of the series capacitors,shifting the neutral-point voltage away from half of DC-link voltage(U_(dc)/2).This neutral-point drift breaks the spatial symmetry of the inverter voltage vectors,so the 360°electrical period can no longer be evenly partitioned into six sectors during initial rotor position detection.To address this issue,this paper proposes a detection-pulse injection sequence that explicitly accounts for the asymmetric voltage vectors of the FSTP inverter.With the proposed sequence,the initial rotor position can be identified within a 30°electrical sector.The method requires no additional voltage or current sensors,and experimental results confirm its feasibility. 展开更多
关键词 Brushless direct current(DC)motor(BLDCM) Four-switch three-phase(FSTP)inverter Asymmetric voltage vector Initial position detection
在线阅读 下载PDF
GoVector:I/O-高效的高维向量近邻查询缓存策略
9
作者 周依杰 林圣原 +4 位作者 巩树凤 余松 范书豪 张岩峰 于戈 《软件学报》 北大核心 2026年第3期1021-1036,共16页
基于图结构的高维向量索引(索引图)因其高效的近似最近邻搜索能力,已成为大规模向量检索的主流方法.索引图执行近似最近邻搜索(approximate nearest neighbor search,ANNS)的过程分为两个阶段:第1阶段从入口点出发快速定位到查询向量附... 基于图结构的高维向量索引(索引图)因其高效的近似最近邻搜索能力,已成为大规模向量检索的主流方法.索引图执行近似最近邻搜索(approximate nearest neighbor search,ANNS)的过程分为两个阶段:第1阶段从入口点出发快速定位到查询向量附近区域;第2阶段在查询向量附近搜索离其最近的k个向量.然而,由于索引图需存储大量邻接关系,导致内存开销大,因此实际部署时通常需将其存储于外存.当执行近似最近邻搜索时,按需加载索引图和向量数据会导致频繁发生I/O操作,并成为检索性能的主要瓶颈(I/O时间占90%以上).现有系统利用入口点及其附近邻居被高频访问的特性,采用静态缓存策略将入口点及其若干跳邻居预先缓存在内存中,以减少第1阶段的I/O访问.然而分析发现,第2阶段为了获取更高精度的检索结果,需访问大量与查询向量相关的图顶点,成为I/O开销的主要来源.由于第2阶段的访问顶点随查询向量动态变化,现有静态缓存策略难以有效命中,导致其在此阶段几乎失效.针对此问题,设计了一个静态-动态混合缓存策略GoVector,其核心设计体现在:(1)静态缓存区预加载入口点及其高频近邻;(2)动态缓存区自适应地缓存第2阶段中空间局部性高的顶点.为了进一步适配第2阶段中以向量相似性为导向的搜索过程,设计了基于向量空间相似性磁盘布局策略,通过重排顶点存储顺序,使相似向量在物理存储上聚集于相同或相邻磁盘页,从而显著提升数据访问的局部性.这种双重优化机制使得缓存命中率得到显著提升,有效降低了整体I/O开销.在多个公开数据集上的实验结果表明,当召回率为90%时,相较于当前最先进的基于磁盘的索引图系统,GoVector实现I/O次数平均降低46%、查询吞吐率提升1.73倍、延迟下降42%. 展开更多
关键词 高维向量 近似最近邻搜索 索引图
在线阅读 下载PDF
Thrust-vectoring schemes for electric propulsion systems:A review 被引量:1
10
作者 Andrei SHUMEIKO Victor TELEKH Sergei RYZHKOV 《Chinese Journal of Aeronautics》 2025年第6期179-203,共25页
Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion... Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion,however,it is an evolving field that has taken a new leap forward in recent years.A review and analysis of thrust-vectoring schemes for electric propulsion systems have been conducted.The scope of this review includes thrust-vectoring schemes that can be implemented for electrostatic,electromagnetic,and beam-driven thrusters.A classification of electric propulsion schemes that provide thrust-vectoring capability is developed.More attention is given to schemes implemented in laboratory prototypes and flight models.The final part is devoted to a discussion on the suitability of different electric propulsion systems with thrust-vectoring capability for modern space mission operations.The thrust-vectoring capability of electric propulsion is necessary for inner and outer space satellites,which are at a disadvantage with conventional unidirectional propulsion systems due to their limited maneuverability. 展开更多
关键词 Electric propulsion Spacecraft propulsion Plasma sources Flight control systems Thrust vectoring Thrust vector control
原文传递
Prediction of total nitrogen in water based on UV spectroscopy and Bayesian optimized least squares support vector machine
11
作者 ZHENG Peichao YANG Qin +3 位作者 LI Chenglin YIN Xukun WANG Jinmei GUO Lianbo 《Optoelectronics Letters》 2025年第11期698-704,共7页
The total nitrogen(TN)is a major factor contributing to eutrophication and is a crucial parameter in assessing surface water quality.Accurate and rapid methods are crucial for determining the TN content in water.Herei... The total nitrogen(TN)is a major factor contributing to eutrophication and is a crucial parameter in assessing surface water quality.Accurate and rapid methods are crucial for determining the TN content in water.Herein,a fast,highly sensitive,and pollution-free approach is proposed,which combines ultraviolet(UV)absorption spectroscopy with Bayesian optimized least squares support vector machine(LSSVM)for detecting TN content in water.Water samples collected from sampling points near the Yangtze River basin in Chongqing of China were analyzed using national standard methods to measure TN content as reference values.The prediction of TN content in water was achieved by integrating the UV absorption spectra of water samples with LSSVM.To make the model quickly and accurately select the optimal parameters to improve the accuracy of the prediction model,the Bayesian optimization(BO)algorithm was used to optimize the parameters of the LSSVM.Results show that the prediction model performs well in predicting TN concentration,with a high coefficient of prediction determination(R^(2)=0.9413)and a low root mean square error of prediction(RMSE=0.0779 mg/L).Comparative analysis with previous studies indicates that the model used in this paper achieves lower prediction errors and superior predictive performance. 展开更多
关键词 Bayesian optimization EUTROPHICATION total nitrogen tn bayesian optimized least squares support vector machine lssvm least squares support vector machine assessing surface water water quality total nitrogen
原文传递
A VECTOR BUNDLE VALUED MIXED HARD LEFSCHETZ THEOREM
12
作者 Zeng CHEN Guanxiang WANG 《Acta Mathematica Scientia》 2025年第2期514-524,共11页
In this paper,we obtain a vector bundle valued mixed hard Lefschetz theorem.The argument is mainly based on the works of Tien-Cuong Dinh and Viet-Anh Nguyen.
关键词 hard Lefschetz theorem holomorphic vector bundle Hermitian fat vector bundle
在线阅读 下载PDF
Joint Estimation of SOH and RUL for Lithium-Ion Batteries Based on Improved Twin Support Vector Machineh 被引量:1
13
作者 Liyao Yang Hongyan Ma +1 位作者 Yingda Zhang Wei He 《Energy Engineering》 EI 2025年第1期243-264,共22页
Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex int... Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex internal chemical systems of LIBs and the nonlinear degradation of their performance,direct measurement of SOH and RUL is challenging.To address these issues,the Twin Support Vector Machine(TWSVM)method is proposed to predict SOH and RUL.Initially,the constant current charging time of the lithium battery is extracted as a health indicator(HI),decomposed using Variational Modal Decomposition(VMD),and feature correlations are computed using Importance of Random Forest Features(RF)to maximize the extraction of critical factors influencing battery performance degradation.Furthermore,to enhance the global search capability of the Convolution Optimization Algorithm(COA),improvements are made using Good Point Set theory and the Differential Evolution method.The Improved Convolution Optimization Algorithm(ICOA)is employed to optimize TWSVM parameters for constructing SOH and RUL prediction models.Finally,the proposed models are validated using NASA and CALCE lithium-ion battery datasets.Experimental results demonstrate that the proposed models achieve an RMSE not exceeding 0.007 and an MAPE not exceeding 0.0082 for SOH and RUL prediction,with a relative error in RUL prediction within the range of[-1.8%,2%].Compared to other models,the proposed model not only exhibits superior fitting capability but also demonstrates robust performance. 展开更多
关键词 State of health remaining useful life variational modal decomposition random forest twin support vector machine convolutional optimization algorithm
在线阅读 下载PDF
On vector variational-like inequalities and vector optimization problems with (G, α)-invexity 被引量:1
14
作者 JAYSWAL Anurag CHOUDHURY Sarita 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2017年第3期323-338,共16页
The aim of this paper is to study the relationship among Minty vector variational-like inequality problem, Stampacchia vector variational-like inequality problem and vector optimization problem involving (G, α)-invex... The aim of this paper is to study the relationship among Minty vector variational-like inequality problem, Stampacchia vector variational-like inequality problem and vector optimization problem involving (G, α)-invex functions. Furthermore, we establish equivalence among the solutions of weak formulations of Minty vector variational-like inequality problem, Stampacchia vector variational-like inequality problem and weak efficient solution of vector optimization problem under the assumption of (G, α)-invex functions. Examples are provided to elucidate our results. 展开更多
关键词 Minty vector variational-like inequality problem Stampacchia vector variational-like inequality problem vector optimization problem (G α)-invexity vector critical point
在线阅读 下载PDF
Evaluating vector winds over eastern China in 2022 predicted by the CMA-MESO model and ECMWF forecast 被引量:1
15
作者 Fang Huang Mingjian Zeng +4 位作者 Zhongfeng Xu Boni Wang Ming Sun Hangcheng Ge Shoukang Wu 《Atmospheric and Oceanic Science Letters》 2025年第4期41-47,共7页
Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the eva... Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the evaluation of numerical weather prediction models.In this study,the authors treat vector winds as a whole by employing a vector field evaluation method,and evaluate the mesoscale model of the China Meteorological Administration(CMA-MESO)and ECMWF forecast,with reference to ERA5 reanalysis,in terms of multiple aspects of vector winds over eastern China in 2022.The results show that the ECMWF forecast is superior to CMA-MESO in predicting the spatial distribution and intensity of 10-m vector winds.Both models overestimate the wind speed in East China,and CMA-MESO overestimates the wind speed to a greater extent.The forecasting skill of the vector wind field in both models decreases with increasing lead time.The forecasting skill of CMA-MESO fluctuates more and decreases faster than that of the ECMWF forecast.There is a significant negative correlation between the model vector wind forecasting skill and terrain height.This study provides a scientific evaluation of the local application of vector wind forecasts of the CMA-MESO model and ECMWF forecast. 展开更多
关键词 Model evaluation vector winds CMA-MESO ECMWF Forecasting skill
在线阅读 下载PDF
Comprehensive analysis of noise in Macao Science Satellite-1 vector magnetometer data 被引量:1
16
作者 SiShan Song Fan Yin +4 位作者 Qin Yan Hermann Lühr Chao Xiong Yi Jiang PengFei Liu 《Earth and Planetary Physics》 2025年第3期532-540,共9页
The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collect... The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collecting data in a near-equatorial orbit.Magnetic field data from MSS-1's onboard Vector Fluxgate Magnetometer(VFM),collected at a sample rate of 50 Hz,allows us to detect and investigate sources of magnetic data contamination,from DC to relevant Nyquist frequency.Here we report two types of artificial disturbances in the VFM data.One is V-shaped events concentrated at night,with frequencies sweeping from the Nyquist frequency down to zero and back up.The other is 5-Hz events(ones that exhibit a distinct 5 Hz spectrum peak);these events are always accompanied by intervals of spiky signals,and are clearly related to the attitude control of the satellite.Our analyses show that VFM noise levels in daytime are systematically lower than in nighttime.The daily average noise levels exhibit a period of about 52 days.The V-shaped events are strongly correlated with higher VFM noise levels. 展开更多
关键词 Macao Science Satellite-1 vector Fluxgate Magnetometer artificial disturbances noise features
在线阅读 下载PDF
A Support Vector Machine(SVM)Model for Privacy Recommending Data Processing Model(PRDPM)in Internet of Vehicles
17
作者 Ali Alqarni 《Computers, Materials & Continua》 SCIE EI 2025年第1期389-406,共18页
Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experie... Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experience in driving,navigation,and communication.These privacy needs are influenced by various factors,such as data collected at different intervals,trip durations,and user interactions.To address this,the paper proposes a Support Vector Machine(SVM)model designed to process large amounts of aggregated data and recommend privacy preserving measures.The model analyzes data based on user demands and interactions with service providers or neighboring infrastructure.It aims to minimize privacy risks while ensuring service continuity and sustainability.The SVMmodel helps validate the system’s reliability by creating a hyperplane that distinguishes between maximum and minimum privacy recommendations.The results demonstrate the effectiveness of the proposed SVM model in enhancing both privacy and service performance. 展开更多
关键词 Support vector machine big data IoV PRIVACY-PRESERVING
在线阅读 下载PDF
A Survey on the Existence of Harmonic Metrics on Vector Bundles
18
作者 SHEN Zhenghan ZHANG Xi 《数学进展》 北大核心 2025年第2期390-404,共15页
In this paper,we give a survey on the existence of Hermitian-Einstein metrics and harmonic metrics.
关键词 Hermitian-Einstein metric harmonic metric holomorphic vector bundle non-Hermitian Yang-Mills bundle
原文传递
Application of Least Squares Support Vector Machine for Regression to Reliability Analysis 被引量:22
19
作者 郭秩维 白广忱 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2009年第2期160-166,共7页
In order to deal with the issue of huge computational cost very well in direct numerical simulation, the traditional response surface method (RSM) as a classical regression algorithm is used to approximate a functiona... In order to deal with the issue of huge computational cost very well in direct numerical simulation, the traditional response surface method (RSM) as a classical regression algorithm is used to approximate a functional relationship between the state variable and basic variables in reliability design. The algorithm has treated successfully some problems of implicit performance function in reliability analysis. However, its theoretical basis of empirical risk minimization narrows its range of applications for... 展开更多
关键词 mechanism design of spacecraft support vector machine for regression least squares support vector machine for regression Monte Carlo method RELIABILITY implicit performance function
原文传递
The Self-activated Experimental of T_(1083) Substitution Mutation Vector pGBKT7-TS in Yeast 被引量:3
20
作者 袁亮 纪耀坤 张伟彬 《Agricultural Science & Technology》 CAS 2010年第3期65-67,共3页
[Objective] The research aimed to study the self-activation test of inverting T1083 substitution mutation BD fusion vector pGBKT7-TS into yeast,and discuss whether its expression product can be used as bait for furthe... [Objective] The research aimed to study the self-activation test of inverting T1083 substitution mutation BD fusion vector pGBKT7-TS into yeast,and discuss whether its expression product can be used as bait for further two-hybrid screening.[Method] T1083 substitution mutation BD fusion vector pGBKT7-TS was inverted into yeast to make the self-activation and protein expression toxic detection test.[Result] This expression product of the fragment was inactive and had no toxic to yeast cell.It could be used as bait for further two-hybrid screening.[Conclusion] The research laid the experimental foundation for further study of the effect of T1083 substitution mutation on the interaction of NtKrp and its target partner. 展开更多
关键词 pGBKT7-TS vector Yeast two-hybrid Bait vector SELF-ACTIVATION
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部