全文获取类型
收费全文 | 241篇 |
免费 | 2篇 |
国内免费 | 6篇 |
专业分类
教育 | 141篇 |
科学研究 | 84篇 |
体育 | 3篇 |
综合类 | 8篇 |
信息传播 | 13篇 |
出版年
2024年 | 3篇 |
2023年 | 24篇 |
2022年 | 17篇 |
2021年 | 9篇 |
2020年 | 6篇 |
2019年 | 2篇 |
2018年 | 1篇 |
2017年 | 4篇 |
2015年 | 4篇 |
2014年 | 11篇 |
2013年 | 7篇 |
2012年 | 9篇 |
2011年 | 16篇 |
2010年 | 16篇 |
2009年 | 14篇 |
2008年 | 12篇 |
2007年 | 14篇 |
2006年 | 14篇 |
2005年 | 13篇 |
2004年 | 13篇 |
2003年 | 13篇 |
2002年 | 4篇 |
2001年 | 6篇 |
2000年 | 3篇 |
1999年 | 7篇 |
1998年 | 1篇 |
1997年 | 2篇 |
1996年 | 1篇 |
1995年 | 1篇 |
1994年 | 1篇 |
1990年 | 1篇 |
排序方式: 共有249条查询结果,搜索用时 15 毫秒
181.
182.
《Information processing & management》2022,59(6):103059
With the popularity of social platforms such as Sina Weibo, Tweet, etc., a large number of public events spread rapidly on social networks and huge amount of textual data are generated along with the discussion of netizens. Social text clustering has become one of the most critical methods to help people find relevant information and provides quality data for subsequent timely public opinion analysis. Most existing neural clustering methods rely on manual labeling of training sets and take a long time in the learning process. Due to the explosiveness and the large-scale of social media data, it is a challenge for social text data clustering to satisfy the timeliness demand of users. This paper proposes a novel unsupervised event-oriented graph clustering framework (EGC), which can achieve efficient clustering performance on large-scale datasets with less time overhead and does not require any labeled data. Specifically, EGC first mines the potential relations existing in social text data and transforms the textual data of social media into an event-oriented graph by taking advantage of graph structure for complex relations representation. Secondly, EGC uses a keyword-based local importance method to accurately measure the weights of relations in event-oriented graph. Finally, a bidirectional depth-first clustering algorithm based on the interrelations is proposed to cluster the nodes in event-oriented graph. By projecting the relations of the graph into a smaller domain, EGC achieves fast convergence. The experimental results show that the clustering performance of EGC on the Weibo dataset reaches 0.926 (NMI), 0.926 (AMI), 0.866 (ARI), which are 13%–30% higher than other clustering methods. In addition, the average query time of EGC clustered data is 16.7ms, which is 90% less than the original data. 相似文献
183.
提出了一个基于DFS的图双向连通性研究的简单算法,本算法具有容易理解、形式规范的特点,无论用于教学还是解决实际问题,都有较大的实用价值。 相似文献
184.
本文以一个具体实例,介绍了如何在C++Builder中,对不规则图形进行处理,以及如何利用双缓冲原理,以实现不规则图形的逼真动画技术.说明了其原理,并给出部分程序的源代码。 相似文献
185.
186.
Is it possible to identify crime suspects by their mobile phone call records? Can the spatial-temporal movements of individuals linked to convicted criminals help to identify those who facilitate crime? Might we leverage the usage of mobile phones, such as incoming and outgoing call numbers, coordinates, call duration and frequency of calls, in a specific time window on either side of a crime to provide a focus for the location and period under investigation? Might the call data records of convicted criminals' social networks serve to distinguish criminals from non-criminals? To address these questions, we used heterogeneous call data records dataset by tapping into the power of social network analysis and the advancements in graph convolutional networks. In collaboration with the Punjab Police and Punjab Information Technology Board, these techniques were useful in identifying convicted individuals. The approaches employed are useful in identifying crime suspects and facilitators to support smart policing in the fight against the country's increasing crime rates. Last but not least, the applied methods are highly desirable to complement high-cost video-based smart city surveillance platforms in developing countries. 相似文献
187.
Graph transformation systems have become a general formal modeling language to describe many models in software development process. Behavioral modeling of dynamic systems and model-to-model transformations are only a few examples in which graphs have been used to software development. But even the perfect graph transformation system must be equipped with automated analysis capabilities to let users understand whether such a formal specification fulfills their requirements. In this paper, we present a new solution to verify graph transformation systems using the Bogor model checker. The attributed graph grammars (AGG)-like graph transformation systems are translated to Bandera intermediate representation (BIR), the input language of Bogor, and Bogor verifies the model against some interesting properties defined by combining linear temporal logic (LTL) and special-purpose graph rules. Experimental results are encouraging, showing that in most cases our solution improves existing approaches in terms of both performance and expressiveness. 相似文献
188.
文章研究了(v,k,3)-对称设计D的分类;证明了如果群G是D的几乎单型的自同构群,即存在非交换单群X使得X≤G≤Aut(D),那么X∩Ga不可能是X的抛物子群. 相似文献
189.
《Information processing & management》2023,60(2):103209
Recently, graph neural networks (GNNs) have achieved promising results in session-based recommendation. Existing methods typically construct a local session graph and a global session graph to explore complex item transition patterns. However, studies have seldom investigated the repeat consumption phenomenon in a local graph. In addition, it is challenging to retrieve relevant adjacent nodes from the whole training set owing to computational complexity and space constraints. In this study, we use a GNN to jointly model intra- and inter-session item dependencies for session-based recommendations. We construct a repeat-aware local session graph to encode the intra-item dependencies and generate the session representation with positional awareness. Then, we use sessions from the current mini-batch instead of the whole training set to construct a global graph, which we refer to as the session-level global graph. Next, we aggregate the K-nearest neighbors to generate the final session representation, which enables easy and efficient neighbor searching. Extensive experiments on three real-world recommendation datasets demonstrate that RN-GNN outperforms state-of-the-art methods. 相似文献
190.
为充分利用专利结构化数据和文本数据,实现准确有效的颠覆性技术识别,以中国专利奖为切入点,提出基于图神经网络的颠覆性技术识别框架。首先以获得中国专利奖的授权发明专利定义颠覆性技术,解决技术定义难的问题;接着使用Neo4j图数据库构建异质有向图,存储专利多重关系数据和方向信息,解决关系数据利用率低的问题;最后使用关系图卷积神经网络(R-GCN)模型进行训练,实现颠覆性技术识别,解决识别效果不佳的问题。研究表明以获得中国专利奖的专利技术直接定义颠覆性技术是合理且可靠的;提出的颠覆性技术识别框架能充分利用专利数据信息和专利异质有向图中空间信息,识别出绝大部分的颠覆性技术,丰富了图神经网络在颠覆性技术识别方面的研究。 相似文献