Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

diegostafa/tiny-ml

Repository files navigation

TinyML

Simple interpreter for the core language of ML.

Build (Linux)

dev deps:

  • dotnet-sdk
  • dotnet-runtime
  • mono
  • nuget

build:

nuget restore
make gen-lexer-parser
dotnet build

Run

the project comes in 4 configurations:

  • "Debug"
  • "Release"
  • "Debug Interactive"
  • "Release Interactive"

to run a project in a specific configuration:

dotnet run --configuration <configuration> # default configuration is "Debug"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published