首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   261篇
  免费   2篇
  国内免费   12篇
教育   179篇
科学研究   62篇
体育   2篇
综合类   12篇
文化理论   1篇
信息传播   19篇
  2022年   3篇
  2021年   1篇
  2020年   2篇
  2019年   8篇
  2018年   1篇
  2017年   5篇
  2016年   6篇
  2015年   4篇
  2014年   15篇
  2013年   15篇
  2012年   22篇
  2011年   16篇
  2010年   12篇
  2009年   16篇
  2008年   16篇
  2007年   16篇
  2006年   30篇
  2005年   22篇
  2004年   16篇
  2003年   14篇
  2002年   9篇
  2001年   4篇
  2000年   6篇
  1999年   4篇
  1998年   2篇
  1997年   1篇
  1996年   3篇
  1995年   1篇
  1994年   1篇
  1993年   1篇
  1992年   1篇
  1991年   1篇
  1985年   1篇
排序方式: 共有275条查询结果,搜索用时 15 毫秒
1.
The Inductive Query By Example (IQBE) paradigm allows a system to automatically derive queries for a specific Information Retrieval System (IRS). Classic IRSs based on this paradigm [Smith, M., & Smith, M. (1997). The use of genetic programming to build Boolean queries for text retrieval through relevance feedback. Journal of Information Science, 23(6), 423–431] generate a single solution (Boolean query) in each run, that with the best fitness value, which is usually based on a weighted combination of the basic performance criteria, precision and recall.  相似文献   
2.
本文的研究表明,在相同的遗传算子下,初始种群性状和数量以及交叉、变异率的确定对算法收敛速度和结果的影响不能忽略。初始种群或交叉、变异率选择不当,将增加迭代次数,甚至直接导致算法陷入局部最优解。为此,本文提出一种基于空间分割的遗传算法及初始种群产生和种群数量确定方法,并根据有关文献,提出一种自适应交叉、变异率方法。实际计算表明,该算法在很大程度上避免了算法收敛于局部最优点,取得较好的效果。  相似文献   
3.
In this paper, we introduce a new architecture of genetic algorithms (GA)-based self-organizing polynomial neural networks (SOPNN) and discuss a comprehensive design methodology. Let us recall that the design of the “conventional” PNNs uses an extended group method of data handling (GMDH) and exploits polynomials (such as linear, quadratic, and modified quadratic functions) as well as considers a fixed number of input nodes (as being selected in advance by a network designer) at polynomial neurons (or nodes) located in each layer. The proposed GA-based SOPNN gives rise to a structurally optimized structure and comes with a substantial level of flexibility in comparison to the one we encounter in conventional PNNs. The design procedure applied in the construction of each layer of a PNN deals with its structural optimization involving the selection of preferred nodes (or PNs) with specific local characteristics (such as the number of input variables, the order of the polynomial, and a collection of the specific subset of input variables) and addresses specific aspects of parametric optimization. An aggregate performance index with a weighting factor is proposed in order to achieve a sound balance between approximation and generalization (predictive) abilities of the network. To evaluate the performance of the GA-based SOPNN, the model is experimented with using chaotic time series data. A comparative analysis reveals that the proposed GA-based SOPNN exhibits higher accuracy and superb predictive capability in comparison to some previous models available in the literature.  相似文献   
4.
冯平  宣慧玉 《预测》2001,20(2):38-41
本文首先分析了股票投资技术分析的特点,然后阐述了遗传算法及基于遗传算法的分类器系统的基本理论.最后,详细讨论了遗传算法及分类器系统在两种最常用的股票投资技术分析方法(指标分析和图形分析)的计算机化中的运用问题.  相似文献   
5.
应用分子拓扑指数来定量描述分子结构,采用遗传算法来选择与物性相关的分子连接性指数,通过多元线性回归分析建立分子拓扑结构与物性的关联方程,采用此方法,本研究了66种聚合物的玻璃化温度(Tg)与分子拓扑结构的关系,并对12种聚合物的玻璃化温度进行了推算,结果表明聚合物的玻璃化温度与分子连接性指数有较好的相关性。  相似文献   
6.
本文引入约束占优的定义,将约束条件与目标函数融合在一起,对有约束的多目标优化问题(MOP)建立了一种新的偏序关系。使用多父体杂交和非均匀变异来求解约束多目标优化问题,通过对测试函数的实验,验证了算法的可行性和有效性。  相似文献   
7.
File semantic has proven effective in optimizing large scale distributed file system. As a consequence of the elaborate and rich I/O interfaces between upper layer applications and file systems, file system can provide useful and insightful information about semantic. Hence, file semantic mining has become an increasingly important practice in both engineering and research community. Unfortunately, it is a challenge to exploit file semantic knowledge because a variety of factors could affect this information exploration process. Even worse, the challenges are exacerbated due to the intricate interdependency between these factors, and make it difficult to fully exploit the potentially important correlation among various semantic knowledges. This article proposes a file access correlation miming and evaluation reference (FARMER) model, where file is treated as a multivariate vector space, and each item within the vector corresponds a separate factor of the given file. The selection of factor depends on the application, examples of factors are file path, creator and executing program. If one particular factor occurs in both files, its value is non-zero. It is clear that the extent of inter-file relationships can be measured based on the likeness of their factor values in the semantic vectors. Benefit from this model, FARMER represents files as structured vectors of identifiers, and basic vector operations can be leveraged to quantify file correlation between two file vectors. FARMER model leverages linear regression model to estimate the strength of the relationship between file correlation and a set of influencing factors so that the “bad knowledge” can be filtered out. To demonstrate the ability of new FARMER model, FARMER is incorporated into a real large-scale object-based storage system as a case study to dynamically infer file correlations. In addition FARMER-enabled optimize service for metadata prefetching algorithm and object data layout algorithm is implemented. Experimental results show that is FARMER-enabled prefetching algorithm is shown to reduce the metadata operations latency by approximately 30%–40% when compared to a state-of-the-art metadata prefetching algorithm and a commonly used replacement policy.  相似文献   
8.
针对分布式无线网络多跳、移动的特点,要实现整个网络的快速部署以及拓扑结构变化后的动态重建,最有效的方法是采用分群协议,并在linux环境下,利用基于图论的ANMP分群算法,实现自组网的分群。  相似文献   
9.
随着科技的发展,电子商务日益活跃。现行的电子商务打折网站与生俱来的局限性,越来越跟不上时代的步伐。能否开发一个能够收集全球打折信息的电子商务网站,越来越引起人们的重视。采用精确搜索引擎算法的电子商务精确搜索引擎模型,具有很好的精确性和响应速度,能够查询到精确而全面的打折信息,有较高的实用价值。  相似文献   
10.
应用遗传算法解决数据挖掘问题的实例分析   总被引:1,自引:0,他引:1  
周柏翔  冯宝剑  高蔚 《情报科学》2004,22(11):1384-1387
本文应用遗传算法构造了数据挖掘中关联规则的基本模型,借助此模型可以有效的计算出关联规则中的置信度和支持度。在此基础上以一汽大众汽车有限公司员工的培训信息为基础,通过比较置信度和支持度,进一步分析了员工是否适合现任的职位以及员工内在的潜质等问题,从而使员工素质评价体系更为科学。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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