Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.471.892 Times

The Pagerank Algorithm software
Filter: All | Freeware | Demo
 

The Pagerank Algorithm

< 1 2 3 4 5 > 
Added: August 09, 2013 | Visits: 404

Approximate Lowner Ellipsoid This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions.It is basically like Nima Moshtagh's MinVolEllipse...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Approximate Lowner Ellipsoid Download

Added: September 04, 2013 | Visits: 280

Least Squares Method for a Static System Demonstrates a way to implement the LSM algorithm.This is done on a example from the book of Astrom and Wittenmark, Adaptive Control, 2nd ed





Platforms: Matlab

License: Freeware Size: 10 KB Download (38): Least Squares Method for a Static System Download

Added: June 21, 2013 | Visits: 268

Block tridiagonal solver This is an implementantion of the Gauss algorithm for block tridiagonal systems. The blocks must all be the same size. This approach requires for loops so is of value when the matrix is large. Ideal for solving 1D BVPs using finite element or spectral methods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Block tridiagonal solver Download

Added: March 23, 2013 | Visits: 282

SafeSnd - A safer version of sound() This is a simple function to prevent massive clipping and possible hearing damage in case the audio algorithm you were working on happens to be unstable or has too much gain.This is not a limiter; it just scales back the entire signal if necessary to ensure that the maximum peak value is no more...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): SafeSnd - A safer version of sound() Download

Tutorial de Backpropagation - Un algoritmo de entrenamiento para redes neuronales Tutorial in Spanish about the Backpropagation algorithm. For academic and educational purposes only.This tutorial provides a brief introduction to the multilayer neural network training algorithm Backpropagation low based on gradient descent and the delta rule, along with its numerical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (45): Tutorial de Backpropagation - Un algoritmo de entrenamiento para redes neuronales Download

SimPartCohImg: Simulate images produced by microscopy and lithography systems SimPartCohImg uses 'sum over the source' algorithm to compute the images produced by partially coherent (i.e., non-fluorescent) imaging systems such as phase microscopes and optical lithography systems. This is perhaps the first freely available code for this purpose. Total image is the sum of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (43): SimPartCohImg: Simulate images produced by microscopy and lithography systems Download

Added: September 11, 2013 | Visits: 165

Causal State Modeller Toolbox A reimplementation of the CSSR algorithm of Shalizi et al. Extends the input data from discrete to continuous clustered by way of a novel discretisation scheme. Allows users to infer optimally predictive hidden Markov models from their data, either supplied or generated by the code. Calculates...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 686.08 KB Download (41): Causal State Modeller Toolbox Download

Added: May 15, 2013 | Visits: 229

MCShape This is a multiparticle version of the CMorph algorithm previously submitted. The algorithm takes the gradient of the image, and then applies decreasing thresholds and fill operations to attempt to identify objects. One it has found the objects, it attempts to pair them up with objects in the...


Platforms: Matlab

License: Freeware Size: 5.23 MB Download (44): MCShape Download

Added: May 25, 2013 | Visits: 266

Sequential Latent Semantic Indexing Thus, this work offeres a sequential version of the LSI algorithm(SLSI). Its main difference from the existing algorithms is that thedimension of space is not fixed and dynamically changes toensure a given level of relative approximation error of a matrix ofobservations. Experiments with a real...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Sequential Latent Semantic Indexing Download

Added: April 21, 2013 | Visits: 297

The LiMapS algorithm Sparsity Recovery by Iterative Orthogonal Projections of Nonlinear MappingsA new regularization method for sparse representation based on a fixed-point iteration schema which combines two Lipschitzian-type mappings: an orthogonal projector and a nonlinear one for sparsity promotion.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (47): The LiMapS algorithm Download

Added: November 19, 2013 | Visits: 387

Blue Cat's Stereo Flanger Using the same algorithm as our Flanger plugin, this plug-in adds a unique feature to the original effect: you can smoothly transform it into a stereo flanging effect with a single slider. Push the 'stereo' slider of the user interface and hear the difference: the effect is turning around you...


Platforms: Mac

License: Freeware Size: 15.1 MB Download (42): Blue Cat's Stereo Flanger Download

Added: June 27, 2013 | Visits: 435

Plzip Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data...


Platforms: Mac

License: Freeware Size: 61.44 KB Download (44): Plzip Download

Added: September 14, 2013 | Visits: 256

Pdlzip Pdlzip Introduction Pdlzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Pdlzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (42): Pdlzip Download

Added: July 24, 2013 | Visits: 368

Random Terrain Generator This creates a random heightfield with the fault algorithm. It takes a somewhat lengthy time to finish increasing a lot with the resolution and number of blocks of the finished file. It saves it as a jpeg file. The fault algorithm is where the computer makes a random ax+by=c line and everything...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (44): Random Terrain Generator Download

Added: November 18, 2013 | Visits: 259

hashr Hashr is a simple web utility that tranforms any given string into an cryptographic hash of the chosen algorithm. You can choose between 40 or more different algorithms. It was written in PHP and some javascript effects. What is it for? Well, mainly it was developed by me, for me. It's a tool I...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): hashr Download

Added: October 15, 2013 | Visits: 256

pyrsync pyrsync is a Python module which implements the rsync algorithm, written in pure Python. It is not a wrapper for rsync, but a set of functions which apply full rsync functionality through Python. The original rsync specification calls for the use of an MD5 hash, which the developers of this...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (32): pyrsync Download

Added: November 15, 2013 | Visits: 321

Algorithm::PageRank::XS Algorithm::PageRank::XS is a Perl module that implements a simple PageRank algorithm in C. The goal is to quickly get a vector that is closed to the eigenvector of the stochastic matrix of a graph. Algorithm::PageRank does some pagerank calculations, but it's slow and memory intensive. This...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (46): Algorithm::PageRank::XS Download

Optimal Component Selection Using the Mixed-Integer Genetic Algorithm Use the mixed-integer genetic algorithm to solve an engineering design problem.Designs often require that components come from a list of available sizes. In this example, we show how the Genetic Algorithm can be used to find values for the Resistors and Thermistors in a circuit that meet our...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (44): Optimal Component Selection Using the Mixed-Integer Genetic Algorithm Download

Added: March 22, 2010 | Visits: 901

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: September 16, 2013 | Visits: 541

Direction of Arrival Estimation with MUSIC Algorithm In many practical signal processing problems, the objective is to estimate from measurements a set of constant parameters upon which the received signals depend.For example, high-resolution direction-of-arrival (DOA) estimation is important in many sensor systems such as radar, sonar, electronic...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Direction of Arrival Estimation with MUSIC Algorithm Download

< 1 2 3 4 5 >