
|
|
Haskell

Haskell is a standard non-strict pure
functional language. I used it for development of some novel algorithms
for dynamic neural networks.
-
NN.lhs: A library for
simulating dynamic neural networks with scalar, FIR, IIR, and gamma
synapses. Calculates gradients, Hessians, and errors.
-
Arr.lhs: A library of
auxiliary functions such as operations on vectors and matrices.
-
SCG.lhs: Scaled Conjugate
Gradient optimization method library with some benchmark examples.
I worked on a port of the Glasgow Haskell
Compiler to IRIX 6.x, and submitted some patches and bug reports.
-
ghc-2.04.patch: A patch for
ghc-2.04 to allow its compilation on IRIX 6.2.
-
ghc-2.03.patch: The same for
ghc-2.03.
-
ghc-0.29.patch: The same for ghc-0.29.
|
|