An open API service indexing awesome lists of open source software.

https://github.com/musket-ml/musket_examples

This repository contains example projects
https://github.com/musket-ml/musket_examples

Last synced: about 1 month ago
JSON representation

This repository contains example projects

Awesome Lists containing this project

README

        

# Musket Examples

This repository contains examples of what and how you may do with a Musket ML. This repository mostly covers musket command line and programmatic usage. And currently contains following example projects:

### Text Classification
* [Quora Insincere Questions Classification](./quora-insincere-questions/README.md)
* [Quora Question Pairs Classification](./question_pairs/README.md)

### Image segmentation
* [TGS Salt Identification Challenge](./salt/README.md)
* [Severstal: Steel Defect Detection](./severstal/README.md)

## Natural Language processing/RNNs
* [Sequnce To Sequence Machine Translation example](./translation_example/README.md)