< >
- Decision making
- Making a slow program fast can lead to both joy and frustration. But sometimes a new approach yields amazing improvements.
- compute maximum flow between 2 vertices in a graph
- Netlib is a collection of mathematical software, papers, and databases.
- Intelligent Control and Automation is a scholarly open access, peer-reviewed, quarterly and fully refereed journal focusing on theories, methods and applic...Intelligent Control and Automation is a scholarly open access, peer-reviewed, quarterly and fully refereed journal focusing on theories, methods and applications in intelligent control and automation. The goal of this journal is to provide a platform for scientists and academicians all over the world to promote, share and discuss various new issues and developments in different areas of intelligent control and automation.
- The functional graph library for Haskell provides several modules that define inductive graphs and graph algorithms.
- The PageRank algorithm is a great way of using collective intelligence to determine the importance of a webpage. There’s a big problem, though, which is th...The PageRank algorithm is a great way of using collective intelligence to determine the importance of a webpage. There’s a big problem, though, which is that PageRank is difficult to apply to the web as a whole, simply because the web contains so many webpages. While just a few lines of code can be used to implement PageRank on collections of a few thousand webpages, it’s trickier to compute PageRank for larger sets of pages. The underlying problem is that the most direct way to compute the PageRank of n webpages involves inverting an n \times n matrix. Even when n is just a few thousand, this means inverting a matrix containing millions or tens of millions of floating point numbers. This is possible on a typical personal computer, but it’s hard to go much further. In this post, I describe how to compute PageRank for collections containing millions of webpages. My little laptop easily coped with two million pages, using about 650 megabytes of RAM and a few hours of computation
< >
- Phys. Rev. E (August 2005)
- Sociological Methods \& Research (1989)
- ACM Comput. Surv. (March 2002)
- International Journal of Bio-Medical Computing 24(4):227 - 245 (1989)
- (2011)cite arxiv:1111.3689 .
- Communications of the ACM (June 2011)
- Proceedings of the ECML/PKDD 2011, (2011)
- Proceedings of the ECML/PKDD 2011, (2011)
- Proceedings of the ECML/PKDD 2011, (2011)
- Proceedings of the ECML/PKDD 2011, (2011)
- Université tde Montréal Technical Report, DMS (1979)
- University of California at Berkeley, (1994)
- IIE Transactions (2002)
- Journal of Computational Physics 22(4):403--434 (1976)
- Machine Learning, page 261--283. (1989)
- FPGA, page 254. ACM, (2004)
- SEW, page 245-252. IEEE Computer Society, (2005)
- (2004)
- International Journal of Combinatorial Optimization Problems and Informatics (2011)
- The Annals of Statistics 27(2):pp. 480-513 (1999)


concept