Skip to content

Commit 456afe7

Browse files
msakaihouseroad
authored andcommitted
Add ONNX -> Menoh (Haskell binding) tutorial (onnx#61)
1 parent f065d37 commit 456afe7

File tree

2 files changed

+440
-0
lines changed

2 files changed

+440
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| [Apple CoreML](https://developer.apple.com/documentation/coreml) | [onnx/onnx-coreml](https://github.com/onnx/onnx-coreml) and [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnxmltools) | [Importing](tutorials/OnnxCoremlImport.ipynb) |
1414
| [SciKit-Learn](http://scikit-learn.org/) | [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnxmltools) | n/a |
1515
| [ML.NET](https://github.com/dotnet/machinelearning/) | [built-in Convert to ONNX-ML](https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.models.onnxconverter.convert?view=ml-dotnet#definition) | [Exporting](https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/OnnxTests.cs) | n/a |
16+
| [Menoh](https://github.com/pfnet-research/menoh) | [pfnet-research/menoh](https://github.com/pfnet-research/menoh) | n/a | [Importing](tutorials/OnnxMenohHaskellImport.ipynb) |
1617

1718
## End-to-end tutorials
1819

tutorials/OnnxMenohHaskellImport.ipynb

Lines changed: 439 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)