首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   613篇
  免费   45篇
  国内免费   12篇
耳鼻咽喉   2篇
儿科学   7篇
妇产科学   1篇
基础医学   103篇
口腔科学   8篇
临床医学   75篇
内科学   119篇
皮肤病学   7篇
神经病学   40篇
特种医学   60篇
外科学   82篇
综合类   34篇
一般理论   1篇
预防医学   49篇
眼科学   5篇
药学   47篇
中国医学   7篇
肿瘤学   23篇
  2023年   26篇
  2022年   6篇
  2021年   30篇
  2020年   20篇
  2019年   21篇
  2018年   18篇
  2017年   32篇
  2016年   19篇
  2015年   21篇
  2014年   33篇
  2013年   44篇
  2012年   14篇
  2011年   40篇
  2010年   26篇
  2009年   33篇
  2008年   33篇
  2007年   21篇
  2006年   21篇
  2005年   18篇
  2004年   28篇
  2003年   18篇
  2002年   17篇
  2001年   11篇
  2000年   5篇
  1999年   8篇
  1998年   7篇
  1997年   8篇
  1996年   6篇
  1995年   9篇
  1994年   5篇
  1993年   7篇
  1992年   14篇
  1991年   6篇
  1990年   1篇
  1989年   1篇
  1988年   8篇
  1987年   2篇
  1986年   7篇
  1985年   2篇
  1984年   6篇
  1983年   2篇
  1981年   3篇
  1980年   8篇
  1978年   1篇
  1976年   3篇
  1975年   1篇
排序方式: 共有670条查询结果,搜索用时 26 毫秒
1.
2.
3.
4.
Modularity is a popular measure of community structure. However, maximizing the modularity can lead to many competing partitions, with almost the same modularity, that are poorly correlated with each other. It can also produce illusory ‘‘communities’’ in random graphs where none exist. We address this problem by using the modularity as a Hamiltonian at finite temperature and using an efficient belief propagation algorithm to obtain the consensus of many partitions with high modularity, rather than looking for a single partition that maximizes it. We show analytically and numerically that the proposed algorithm works all of the way down to the detectability transition in networks generated by the stochastic block model. It also performs well on real-world networks, revealing large communities in some networks where previous work has claimed no communities exist. Finally we show that by applying our algorithm recursively, subdividing communities until no statistically significant subcommunities can be found, we can detect hierarchical structure in real-world networks more efficiently than previous methods.Community detection, or node clustering, is a key problem in network science, computer science, sociology, and biology. It aims to partition the nodes in a network into groups such that there are many edges connecting nodes within the same group and comparatively few edges connecting nodes in different groups.Many methods have been proposed for this problem. These include spectral clustering, where we classify nodes according to the eigenvectors of a linear operator such as the adjacency matrix, the random walk matrix, the graph Laplacian, or other linear operators (13); statistical inference, where we fit the network with a generative model such as the stochastic block model (47); and a wide variety of other methods, e.g., refs. 810. See ref. 11 for a review.We focus here on a popular measure of the quality of a partition, the modularity (e.g., refs. 8 and 1214). We think of a partition {t} into q groups as a function t:V → {1, …, q}, where ti is the group to which node i belongs. The modularity of a partition {t} of a network with n nodes and m edges is defined asQ({t})=1m(ijδtitjijdidj2mδtitj).[1]Here ? is the set of edges, di is the degree of node i, and δ is the Kronecker delta function. The modularity is proportional to the number of edges connecting nodes in the same community minus the expected number of such edges if the graph were random conditioned on its degree distribution, that is, the expectation in a null model where i and j are connected with probability proportional to didj.However, maximizing over all possible partitions often gives a large modularity even in random graphs with no community structure (1518). Thus, maximizing the modularity can lead to overfitting, where the “optimal” partition simply reflects random noise. Even in real-world networks, the modularity often exhibits a large amount of degeneracy, with multiple local optima that are poorly correlated with each other and are not robust to small perturbations (19).Thus, we need to add some notion of statistical significance to our algorithms. One approach is hypothesis testing, comparing various measures of community structure to the distribution we would see in a null model such as Erdős–Rényi (ER) graphs (2022). However, even when communities really exist, the modularity of the true partition is often no higher than that of random graphs. In Fig. 1, we show partitions of two networks with the same size and degree distribution: an ER graph (Left) and a graph generated by the stochastic block model (Right), in the detectable regime where it is easy to find a partition correlated with the true one (5, 6). The true partition of the network in Fig. 1, Right has a smaller modularity than the partition found for the random graph in Fig. 1, Left. We can find a partition with higher modularity (and lower accuracy) in Fig. 1, Right, using, e.g., simulated annealing, but then the modularities we obtain for the two networks are similar. Thus, the usual approach of null distributions and P values for hypothesis testing does not appear to work.Open in a separate windowFig. 1.The adjacency matrices of two networks, partitioned to show possible community structure. Each blue point is an edge. (Left) The network is an ER graph, with no real community structure; however, a search by simulated annealing finds a partition with modularity 0.391. (Right) The network has true communities and is generated by the stochastic block model, but the true partition has modularity of just 0.333. Thus, illusory communities in random graphs can have higher modularity than true communities in structured graphs. Both networks have size n=5,000 and a Poisson degree distribution with mean c = 3; the network at Right has cout/cin = 0.2, in the easily detectable regime of the stochastic block model.We propose to solve this problem with the tools of statistical physics. As in ref. 16, we treat the modularity as the Hamiltonian of a spin system. We define the energy of a partition {t} as E({t}) = ?mQ({t}) and introduce a Gibbs distribution as a function of inverse temperature β, P({t}) ∝ e?βE({t}). Rather than maximizing the modularity by searching for the ground state of this system, we focus on its Gibbs distribution at a finite temperature, looking for many high-modularity partitions rather than a single one. In analogy with previous work on the stochastic block model (5, 6), we define a partition {t^} by computing the marginals of the Gibbs distribution and assigning each node to its most likely community. Specifically, if ψti is the marginal probability that i belongs to group t, then t^i=argmaxtψti, breaking ties randomly if more than one t achieves the maximum. We call {t^} the retrieval partition and call its modularity Q({t^}) the retrieval modularity. We claim that {t^} is a far better measure of significant community structure than the maximum-modularity partition. In the language of statistics, the maximum marginal prediction is better than the maximum a posteriori prediction (e.g., ref. 23). More informally, the consensus of many good solutions is better than the ‘‘best’’ single one (24, 25).We give an efficient belief propagation (BP) algorithm to approximate these marginals, which is derived from the cavity method of statistical physics. This algorithm is highly scalable; each iteration takes linear time on sparse networks if the number of groups is fixed, and it converges rapidly in most cases. It is optimal in the sense that for synthetic graphs generated by the stochastic block model, it works all of the way down to the detectability transition. It provides a principled way to choose the number of communities, unlike other algorithms that tend to overfit. Finally, by applying this algorithm recursively, subdividing communities until no statistically significant subcommunities exist, we can uncover hierarchical structure.We validate our approach with experiments on real and synthetic networks. In particular, we find significant large communities in some large networks where previous work claimed there were none. We also compare our algorithm with several others, finding that it obtains more accurate results, both in terms of determining the number of communities and in terms of matching their ground-truth structure.  相似文献   
5.
新一代高通量测序技术的发展,推动了多个相关研究领域的发展。国际上许多研究机构正在研究利用高通量测序数据进行微生物检测的算法,目前已有一些基于高通量测序数据的微生物检测算法流程设计成功并公开发布。该文通过调研利用高通量测序数据进行微生物检测的相关文献,研究已发布的基于高通量测序数据的微生物检测算法的功能和实现流程,分析几个有代表性算法的优点和不足。最后,对这些检测算法的设计思路进行总结和分类,提出基于高通量测序数据的微生物检测算法的改进设想。  相似文献   
6.
自适应方式是人机交互领域的一项重要研究内容,也是解决目前系统、软件功能过剩问题的有效解决途径。本文介绍了目前应用在自适应用户界面的主要方式、自适应算法,以及自适应的属性,并讨论了自适应用户界面面临的问题和未来发展。  相似文献   
7.
8.
ObjectiveThis paper presents a methodology to optimize, using Altman's Z-Score for private companies, the prediction of private companies of the Spanish health sector entering a situation of bankruptcy.MethodThe proposed method consists of the application of genetic algorithms (GA) to find the coefficients of the formula of the chain of ratios proposed by Altman in the version of the score for private companies which optimize the prediction for Spanish private health companies, maximizing sensitivity and specificity, and thereby reducing type I and type II errors. For this purpose, a sample of 5,903 companies from the Spanish private health sector obtained from the database of the Iberian Balance Analysis System (SABI) between 2007 and 2015 was used.ResultsThe results show that the predictive model obtained with the AG presents greater accuracy, sensitivity and specificity than that proposed by Altman for private companies with both test data and all sample data.ConclusionsThe most important finding of this study was to establish a methodology that can identify the optimized coefficients for the Altman Z-Score, which allows a more accurate prediction of bankruptcy in Spanish private healthcare companies.  相似文献   
9.
Continuous subcutaneous insulin infusion pumps and continuous glucose monitors enable individuals with type 1 diabetes to achieve tighter blood glucose control and are critical components in a closed-loop artificial pancreas. Insulin infusion sets can fail and continuous glucose monitor sensor signals can suffer from a variety of anomalies, including signal dropout and pressure-induced sensor attenuations. In addition to hardware-based failures, software and human-induced errors can cause safety-related problems. Techniques for fault detection, safety analyses, and remote monitoring techniques that have been applied in other industries and applications, such as chemical process plants and commercial aircraft, are discussed and placed in the context of a closed-loop artificial pancreas.  相似文献   
10.
Traction force microscopy (TFM) is a well‐established technique traditionally used by biophysicists to quantify the forces adherent biological cells exert on their microenvironment. As image processing software becomes increasingly user‐friendly, TFM is being adopted by broader audiences to quantify contractility of (myo)fibroblasts. While many technical reviews of TFM’s computational mechanics are available, this review focuses on practical experimental considerations for dermatology researchers new to cell mechanics and TFM who may wish to implement a higher throughput and less expensive alternative to collagen compaction assays. Here, we describe implementation of experimental methods, analysis using open‐source software and troubleshooting of common issues to enable researchers to leverage TFM for their investigations into skin fibroblasts.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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