首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1340篇
  免费   98篇
  国内免费   14篇
电工技术   41篇
综合类   6篇
化学工业   309篇
金属工艺   28篇
机械仪表   68篇
建筑科学   66篇
矿业工程   3篇
能源动力   87篇
轻工业   123篇
水利工程   29篇
石油天然气   24篇
无线电   123篇
一般工业技术   200篇
冶金工业   45篇
原子能技术   8篇
自动化技术   292篇
  2024年   7篇
  2023年   40篇
  2022年   48篇
  2021年   96篇
  2020年   89篇
  2019年   99篇
  2018年   125篇
  2017年   124篇
  2016年   97篇
  2015年   59篇
  2014年   96篇
  2013年   159篇
  2012年   86篇
  2011年   90篇
  2010年   56篇
  2009年   44篇
  2008年   27篇
  2007年   19篇
  2006年   20篇
  2005年   7篇
  2004年   10篇
  2003年   8篇
  2002年   4篇
  2001年   3篇
  2000年   5篇
  1999年   5篇
  1998年   6篇
  1997年   7篇
  1996年   3篇
  1995年   1篇
  1994年   3篇
  1992年   1篇
  1991年   3篇
  1988年   1篇
  1987年   1篇
  1985年   1篇
  1977年   2篇
排序方式: 共有1452条查询结果,搜索用时 15 毫秒
11.
Although diffusive electrical connections in neuronal networks are instantaneous, excitatory/inhibitory couplings via chemical synapses encompass a transmission time-delay. In this paper neural networks with instantaneous electrical couplings and time-delayed excitatory/inhibitory chemical connections are considered and scaling of the spike phase synchronization with the unified time-delay in the network is investigated. The findings revealed that in both excitatory and inhibitory chemical connections, the phase synchronization could be enhanced by introducing time-delay. The role of the variability of the neuronal external current in the phase synchronization is also investigated. As individual neuron models, Hindmarsh-Rose model is adopted and the network structure of the electrical and chemical connections is considered to be Watts-Strogatz and directed random networks, respectively.  相似文献   
12.
In a competitive business environment, the textile industrialists intend to propose diversified products according to consumers preference. For this purpose, the integration of sensory attributes in the process parameters choice seems to be a useful alternative. This paper provides fuzzy and neural models for the prediction of sensory properties from production parameters of knitted fabrics. The prediction accuracy of these models was evaluated using both the root mean square error (RMSE) and mean relative percent error (MRPE). The results revealed the models ability to predict tactile sensory attributes based on the production parameters. The comparison of the prediction performances showed that the neural models are slightly powerful than the fuzzy models.  相似文献   
13.
14.
Blasting operation is widely used method for rock excavation in mining and civil works. Ground vibration and air-overpressure (AOp) are two of the most detrimental effects induced by blasting. So, evaluation and prediction of ground vibration and AOp are essential. This paper presents a new combination of artificial neural network (ANN) and K-nearest neighbors (KNN) models to predict blast-induced ground vibration and AOp. Here, this combination is abbreviated using ANN-KNN. To indicate performance of the ANN-KNN model in predicting ground vibration and AOp, a pre-developed ANN as well as two empirical equations, presented by United States Bureau of Mines (USBM), were developed. To construct the mentioned models, maximum charge per delay (MC) and distance between blast face and monitoring station (D) were set as input parameters, whereas AOp and peak particle velocity (PPV), as a vibration index, were considered as output parameters. A database consisting of 75 datasets, obtained from the Shur river dam, Iran, was utilized to develop the mentioned models. In terms of using three performance indices, namely coefficient correlation (R 2), root mean square error and variance account for, the superiority of the ANN-KNN model was proved in comparison with the ANN and USBM equations.  相似文献   
15.
Multiple kernel learning (MKL) approach has been proposed for kernel methods and has shown high performance for solving some real-world applications. It consists on learning the optimal kernel from one layer of multiple predefined kernels. Unfortunately, this approach is not rich enough to solve relatively complex problems. With the emergence and the success of the deep learning concept, multilayer of multiple kernel learning (MLMKL) methods were inspired by the idea of deep architecture. They are introduced in order to improve the conventional MKL methods. Such architectures tend to learn deep kernel machines by exploring the combinations of multiple kernels in a multilayer structure. However, existing MLMKL methods often have trouble with the optimization of the network for two or more layers. Additionally, they do not always outperform the simplest method of combining multiple kernels (i.e., MKL). In order to improve the effectiveness of MKL approaches, we introduce, in this paper, a novel backpropagation MLMKL framework. Specifically, we propose to optimize the network over an adaptive backpropagation algorithm. We use the gradient ascent method instead of dual objective function, or the estimation of the leave-one-out error. We test our proposed method through a large set of experiments on a variety of benchmark data sets. We have successfully optimized the system over many layers. Empirical results over an extensive set of experiments show that our algorithm achieves high performance compared to the traditional MKL approach and existing MLMKL methods.  相似文献   
16.
Clustering, while systematically applied in anomaly detection, has a direct impact on the accuracy of the detection methods. Existing cluster-based anomaly detection methods are mainly based on spherical shape clustering. In this paper, we focus on arbitrary shape clustering methods to increase the accuracy of the anomaly detection. However, since the main drawback of arbitrary shape clustering is its high memory complexity, we propose to summarize clusters first. For this, we design an algorithm, called Summarization based on Gaussian Mixture Model (SGMM), to summarize clusters and represent them as Gaussian Mixture Models (GMMs). After GMMs are constructed, incoming new samples are presented to the GMMs, and their membership values are calculated, based on which the new samples are labeled as “normal” or “anomaly.” Additionally, to address the issue of noise in the data, instead of labeling samples individually, they are clustered first, and then each cluster is labeled collectively. For this, we present a new approach, called Collective Probabilistic Anomaly Detection (CPAD), in which, the distance of the incoming new samples and the existing SGMMs is calculated, and then the new cluster is labeled the same as of the closest cluster. To measure the distance of two GMM-based clusters, we propose a modified version of the Kullback–Libner measure. We run several experiments to evaluate the performances of the proposed SGMM and CPAD methods and compare them against some of the well-known algorithms including ABACUS, local outlier factor (LOF), and one-class support vector machine (SVM). The performance of SGMM is compared with ABACUS using Dunn and DB metrics, and the results indicate that the SGMM performs superior in terms of summarizing clusters. Moreover, the proposed CPAD method is compared with the LOF and one-class SVM considering the performance criteria of (a) false alarm rate, (b) detection rate, and (c) memory efficiency. The experimental results show that the CPAD method is noise resilient, memory efficient, and its accuracy is higher than the other methods.  相似文献   
17.
The structural properties of networked control systems with both bandwidth limitations and delays are investigated. Sufficient conditions are given for controllability (stabilizability) and reconstructibility (detectability). Our results enhance previous works by capturing bandwidth limitations and delays simultaneously. The adopted modeling framework could be readily used in control and estimation methods, including optimal and predictive schemes. It also facilitates the use of scheduling optimization algorithms in conjunction with the control scheme presented.  相似文献   
18.
In this paper, we introduce a new adaptive controller design scheme for nonlinear telerobotic systems with varying time delays where the delays and their variation rates are unknown. The designed controller has the ability to synchronize the state behaviors of the local and the remote robots. In this paper, asymptotic stability in the presence of varying time delays is of interest. Using the proposed controller, asymptotic stability of the bilateral telerobotic system subject to any bounded yet unknown varying delay with a bounded yet unknown rate of change can be guaranteed. Besides the varying time delay, the proposed adaptive controller has the ability to adapt to the parameter variations in the local and the remote robots’ dynamics. It is shown that position and velocity errors between the local and the remote manipulators converge to the zero asymptotically, thus ensuring teleoperation transparency. Experimental and simulation results with a pair of PHANToM haptic devices and a pair of planar manipulators under varying time delays in the communication channel demonstrate the effectiveness of the proposed scheme.  相似文献   
19.
Sensory evaluation is the application of knowledge and skills derived from several different scientific and technical disciplines, physiology, chemistry, mathematics and statistics, human behavior, and knowledge about product preparation practices. This research was aimed to evaluate aftertaste sensory attributes of commercial non-alcoholic beer brands (P1, P2, P3, P4, P5, P6, P7) by several chemometric tools. These attributes were bitter, sour, sweet, fruity, liquorice, artificial, body, intensity and duration. The results showed that the data are in a good consistency. Therefore, the brands were statistically classified in several categories. Linear techniques as Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) were performed over the data that revealed all types of beer are well separated except a partial overlapping between zones corresponding to P4, P6 and P7. In this research, for the confirmation of the groups observed in PCA and in order to calculate the errors in calibration and in validation, PLS-DA technique was used. Based on the quantitative data of PLS-DA, the classification accuracy values were ranked within 49-86%. Moreover, it was found that the classification accuracy of LDA was much better than PCA. It shows that this trained sensory panel can discriminate among the samples except an overlapping between two types of beer. Also, two types of artificial networks were used: Probabilistic Neural Networks (PNN) with Radial Basis Functions (RBF) and FeedForward Networks with Back Propagation (BP) learning method. The highest classification success rate (correct predicted number over total number of measurements) of about 97% was obtained for RBF followed by 94% for BP. The results obtained in this study could be used as a reference for electronic nose and electronic tongue in beer quality control.  相似文献   
20.
A novel approach to characterise the model prediction errors using a Gaussian mixture model is proposed. The motivation for this work lies behind many data models that are developed through prediction error minimisation with the assumption of a normal noise distribution. When the noise is non-normal, which may often be the case in complicated data modelling scenarios, the model prediction errors may contain rich information, which can be further exploited for model refinement and improvement. The key contents presented in this paper include: choosing the relevant variables to form the error data, optimising the number of Gaussian components required for the error data modelling, and fitting the Gaussian mixture parameters using an expectation-maximisation algorithm. Application of the proposed method for further model improvement, within the framework of hybrid deterministic/stochastic modelling, is also discussed. Preliminary results on the real industrial Charpy impact energy data for heat-treated steels show its effectiveness for model error characterisation, and the potential for model performance improvement in terms of prediction accuracy as well as providing accurate prediction confidence intervals.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号