Skip to content

Commit

Permalink
Add ONNX -> Menoh (Haskell binding) tutorial (onnx#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai authored and houseroad committed Aug 22, 2018
1 parent f065d37 commit 456afe7
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| [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) |
| [SciKit-Learn](http://scikit-learn.org/) | [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnxmltools) | n/a |
| [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 |
| [Menoh](https://github.com/pfnet-research/menoh) | [pfnet-research/menoh](https://github.com/pfnet-research/menoh) | n/a | [Importing](tutorials/OnnxMenohHaskellImport.ipynb) |

## End-to-end tutorials

Expand Down
439 changes: 439 additions & 0 deletions tutorials/OnnxMenohHaskellImport.ipynb

Large diffs are not rendered by default.

0 comments on commit 456afe7

Please sign in to comment.