Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 432 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 432 Bytes

Guile Machine Learning

What is it?

A collection of machine learning routines. Utilizes underlying GPU (provided by guile-gpu project).

Machine-learning routines

  • single-layer neural network A simple neuron-network with sigmoid neurons and a single hidden layer.
  • reinforcement learning
    • td(lambda)
    • eligibility tracing