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
- Host: GitHub
- URL: https://github.com/musket-ml/musket_examples
- Owner: musket-ml
- Created: 2019-11-21T06:28:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T07:17:09.000Z (about 5 years ago)
- Last Synced: 2024-12-25T21:09:03.240Z (6 months ago)
- Language: Python
- Size: 94 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)