Machine Learning applications implemented in RubyHDL.
Codes here are migrated from the MaxDeep project.
git clone --recursive https://github.com/custom-computing-ic/RubyML
Please install the RubyHDL tool-chain in the first place.
It will be located under ruby
in the current repository as a Git submodule.
This repository contains several Machine Learning application in the same level of sub-directories.
common/
: a common library contains common designs, e.g.,prelude.rby
linalg/
: a library of linear algebra operations.nn/
: a neural network library.
TBA