neural_rank

command module
v0.0.0-...-dc81bd4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: BSD-3-Clause Imports: 14 Imported by: 0

README

Neural Rank

This is an implementation of non-linear page rank. Page rank can be defined by the equation AX = X where A is an adjacency matrix, and X is the vector of the page ranks. This equation can be altered to be non-linear with a non-linear function f: f(Af(AX)) = X. This is a two layer recurrent auto encoder which can be solved for X using gradient descent. It is recurrent because the A weights are reused in the second layer. The implementation of this algorithm tends to produce results similar to page rank. A complex number version is also provided and tends to produce results less like page rank.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL