/RubyML

Machine Learning applications implemented in RubyHDL

Primary LanguageMakefileMIT LicenseMIT

RubyML

Machine Learning applications implemented in RubyHDL.

Codes here are migrated from the MaxDeep project.

Download

git clone --recursive https://github.com/custom-computing-ic/RubyML

Prerequisites

Please install the RubyHDL tool-chain in the first place.

It will be located under ruby in the current repository as a Git submodule.

Project Structure

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.

Build the Project

TBA

Development

Testing

Troubleshooting