Skip to content

A modified version of Discern, a neural network originally created at the University of Austin Texas. For original source code and documentation, see http://nn.cs.utexas.edu/?discern .

Notifications You must be signed in to change notification settings

isislovecruft/discern

Repository files navigation

INSTALLATION

To build and install Discern on Debian/Ubuntu, several dependencies are required, including xmkmf (in package xutils-dev), and XT and Xaw development packages. Do:

$ sudo apt-get install xutils-dev libxt-dev libxaw7-dev

To install, do:

$ xmkmf
$ make
$ make install

Please see [this post at PatternsInTheVoid] 1 for admittedly outdated information.

About

A modified version of Discern, a neural network originally created at the University of Austin Texas. For original source code and documentation, see http://nn.cs.utexas.edu/?discern .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages